[Turbo Pascal] Q&A official thread

Page 1/17
| 2 | 3 | 4 | 5 | 6

Par raymond

Hero (643)

Portrait de raymond

22-02-2016, 20:27

I do not know if there are many MSX users who like to write programs in Turbo Pascal. So I would like to try to start a Q&A thread to see if there are any Smile In this thread we could help each other in solving some challenges we may face.

See this link for more information about MSX Turbo Pascal

!login ou Inscrivez-vous pour poster

Par enribar

Paragon (1208)

Portrait de enribar

22-02-2016, 21:00

Very good! Count on me, I was born as a Pascal programmer.

Par AxelStone

Prophet (3199)

Portrait de AxelStone

22-02-2016, 23:41

Don't forget to mention Kari Lamassari libs, a really powerful set of libraries to use with MSX Turbo Pascal Wink

Par raymond

Hero (643)

Portrait de raymond

23-02-2016, 21:52

AxelStone wrote:

Don't forget to mention Kari Lamassari libs, a really powerful set of libraries to use with MSX Turbo Pascal Wink

You can all find them on the MSX page from Hans Otten. Along with some other very good libraries.

Par raymond

Hero (643)

Portrait de raymond

06-05-2016, 20:51

Some other very nice libraries: Popolony2k libraries

Par popolony2k

Hero (544)

Portrait de popolony2k

07-05-2016, 04:21

Very cool initiative.

Soon I'll release a lot of improvements to my library and I'll post all information here,

[]'s
PopolonY2k

Par AxelStone

Prophet (3199)

Portrait de AxelStone

07-05-2016, 12:13

Don't forget the very impressive collection of Kari libs, available on Manuel page: http://manuel.msxnet.org/msx/softw/

Par Grauw

Ascended (10768)

Portrait de Grauw

07-05-2016, 14:24

AxelStone wrote:

Don't forget the very impressive collection of Kari libs, available on Manuel page: http://manuel.msxnet.org/msx/softw/

“mbplayer.lzh: MoonBlaster player for TP! By Kari and Remco Schrijvers...”

Par AxelStone

Prophet (3199)

Portrait de AxelStone

07-05-2016, 15:06

Grauw wrote:
AxelStone wrote:

Don't forget the very impressive collection of Kari libs, available on Manuel page: http://manuel.msxnet.org/msx/softw/

“mbplayer.lzh: MoonBlaster player for TP! By Kari and Remco Schrijvers...”

Yeah, it should be great to have the same for MSX-C :) . However I've already contacted with BiFi (author from ASM driver) and I hope to have a working driver for MSX-C in next weeks with his help. With this kind of stuff it should be great that more people gives a try to Pascal / C.

Par rolandve

Champion (358)

Portrait de rolandve

11-05-2016, 08:56

For popolony2k:
When I look at conio.pas I see that you can initialise a scene in 32 x 24 and 40 x 40. Perhaps that is because the library is only MSX1? I (and with me perhaps other people) also like to use 80x24. I don't see that in conio yet. Is it in another library?

Grt

Par popolony2k

Hero (544)

Portrait de popolony2k

11-05-2016, 15:54

rolandve wrote:

For popolony2k:
When I look at conio.pas I see that you can initialise a scene in 32 x 24 and 40 x 40. Perhaps that is because the library is only MSX1? I (and with me perhaps other people) also like to use 80x24. I don't see that in conio yet. Is it in another library?
Grt

Hi friend.

I think that this code works for both 40 or 80x24. In fact this piece of code was written in 1995 when I worked on earlier versions of the MSXDUMP disk tool and this tool works with 40 column only. I really don't remember if I tested with 80x24 but I think that it works.

Please try this code.

Begin
SetTextMode( TextMode4080 );
Width( 80 );
End.

This should change the text mode to 80x24.

Please try it and send me the news. Smile

[]'s
PopolonY2k

Page 1/17
| 2 | 3 | 4 | 5 | 6