Re: [fpc-pascal] equivalent/workaround for $B800 In free Pascal

2014-06-16 Thread mokashe.ram
Thanks Tomas -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/equivalent-workaround-for-B800-In-free-Pascal-tp5719589p5719592.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___ fpc-pascal

Re: [fpc-pascal] equivalent/workaround for $B800 In free Pascal

2014-06-16 Thread Tomas Hajny
On Mon, June 16, 2014 10:09, mokashe.ram wrote: Hi Sudarshan, > It used to be possible (Turbo Pascal version 7.0 for DOS)to access > screen memory using $B800 > > Is there an equivalent/workaround using Free Pascal version 2.6.4 ? Have you read all the previous e-mails providing answers to your

Re: [fpc-pascal] equivalent/workaround for $B800 In free Pascal

2014-06-16 Thread Michael Van Canneyt
On Mon, 16 Jun 2014, mokashe.ram wrote: Hi Every One, It used to be possible (Turbo Pascal version 7.0 for DOS)to access screen memory using $B800 Is there an equivalent/workaround using Free Pascal version 2.6.4 ? use the video unit. It is documented. Michael. _

[fpc-pascal] equivalent/workaround for $B800 In free Pascal

2014-06-16 Thread mokashe.ram
Hi Every One, It used to be possible (Turbo Pascal version 7.0 for DOS)to access screen memory using $B800 Is there an equivalent/workaround using Free Pascal version 2.6.4 ? Thanks, Sudarshan -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/equivalen