[Turbo Pascal] Q&A official thread

Страница 1/17
| 2 | 3 | 4 | 5 | 6

By raymond

Hero (643)

Аватар пользователя 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

By enribar

Paragon (1209)

Аватар пользователя enribar

22-02-2016, 21:00

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

By AxelStone

Prophet (3199)

Аватар пользователя 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

By raymond

Hero (643)

Аватар пользователя 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.

By raymond

Hero (643)

Аватар пользователя raymond

06-05-2016, 20:51

Some other very nice libraries: Popolony2k libraries

By popolony2k

Hero (544)

Аватар пользователя 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

By AxelStone

Prophet (3199)

Аватар пользователя 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/

By Grauw

Ascended (10768)

Аватар пользователя 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...”

By AxelStone

Prophet (3199)

Аватар пользователя 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.

By rolandve

Champion (358)

Аватар пользователя 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

By popolony2k

Hero (544)

Аватар пользователя 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

Страница 1/17
| 2 | 3 | 4 | 5 | 6