Search found 155 matches

by Wmaalouli
Wed Mar 30, 2022 7:20 am
Forum: Miscellaneous
Topic: Greetings from Spain
Replies: 1
Views: 381

Re: Greetings from Spain

Welcome. I am a relative newcomer to the Coleco Adam as well, having gotten my hands on a system only about 3 years ago. I am a big fan of CP/M on it and have been programming for it in Turbo Pascal 3 beefed up with graphics, sound and controller extensions specific to the Adam. A very nice machine ...
by Wmaalouli
Mon Feb 21, 2022 6:32 am
Forum: CP/M & TDOS
Topic: Scott Adams Adventures for Coleco Adam
Replies: 5
Views: 1659

Re: Scott Adams Adventures for Coleco Adam

When an external serial terminal is connected and standard output is redirected to the serial card, the screen output is not displayed on the terminal as it should likely because the program is not using standard output but rather bitmap mode.
by Wmaalouli
Mon Feb 07, 2022 11:30 am
Forum: CP/M & TDOS
Topic: Scott Adams Adventures for Coleco Adam
Replies: 5
Views: 1659

Re: Scott Adams Adventures for Coleco Adam

So I tried it out, and I noticed a couple of things: you are changing the color of the text when describing the location, and the display is pretty slow, so I'm assuming you are not using true 40 column mode but rather bitmap mode to simulate 40 columns. It looks and works quite well. Nicely done. W...
by Wmaalouli
Wed Feb 02, 2022 3:05 pm
Forum: CP/M & TDOS
Topic: Scott Adams Adventures for Coleco Adam
Replies: 5
Views: 1659

Re: Scott Adams Adventures for Coleco Adam

This is truly excellent. Thank you!
by Wmaalouli
Fri Jan 14, 2022 9:19 am
Forum: CP/M & TDOS
Topic: How to talk to the FujiNet in CP/M. (Wanna help with lang bindings?)
Replies: 2
Views: 782

Re: How to talk to the FujiNet in CP/M. (Wanna help with lang bindings?)

This looks pretty simple to port to Turbo Pascal based on your Basic example using record structures.
Once I have a Fujinet device for the Adam, I might want to mess with this a bit.
Are these available yet for purchase by the way?
by Wmaalouli
Tue Jan 11, 2022 9:12 am
Forum: Adam Archive
Topic: Cpm bios disassembly
Replies: 2
Views: 1002

Re: Cpm bios disassembly

Thanks!
Did you ever end up fixing the incorrect reporting of file sizes with the STAT command by any chance?
by Wmaalouli
Fri Dec 31, 2021 5:43 pm
Forum: Coding
Topic: Smooth vertical scrolling.
Replies: 2
Views: 1010

Re: Smooth vertical scrolling.

Great insight.
This is the kind of info that would not be preserved on the Facebook group. Now I know where to find it if I ever need it.
by Wmaalouli
Fri Dec 31, 2021 5:40 pm
Forum: Coleco Vision
Topic: Rings & Saucers
Replies: 3
Views: 3838

Re: Rings & Saucers

Go for it!
by Wmaalouli
Wed Dec 22, 2021 3:15 pm
Forum: CP/M & TDOS
Topic: Ace of Aces
Replies: 7
Views: 2358

Re: Ace of Aces

I don't believe TP allows for relocatable code, but I'll need to double check. The overlays can be incorporated into the main program, but the program will simply not run because of memory constraints in the CP/M environment. I have no clue how I would get everything to run from cartridge space and ...
by Wmaalouli
Mon Dec 20, 2021 8:02 pm
Forum: CP/M & TDOS
Topic: Ace of Aces
Replies: 7
Views: 2358

Re: Ace of Aces

Since the game makes heavy use of disk overlays, I don't see how this would be possible unfortunately...