Search found 155 matches

by Wmaalouli
Wed Oct 27, 2021 8:24 am
Forum: CP/M & TDOS
Topic: Turbo Pascal 3 bitmap graphics extensions
Replies: 16
Views: 12030

Re: Turbo Pascal 3 bitmap graphics extensions

Sure. Here you go. The source code is formatted for 40 columns because I used my own Adamed editor on the Adam computer directly to program the extensions. Also there is a lot of inline 8080 assembly in the code to access the various functions of the Adam. Please feel free to ask any questions you m...
by Wmaalouli
Sun Aug 15, 2021 8:06 am
Forum: Miscellaneous
Topic: Project Update NeoColeco Adapter
Replies: 14
Views: 4677

Re: Project Update NeoColeco Adapter

Good to know.
by Wmaalouli
Sat Aug 14, 2021 8:07 am
Forum: Miscellaneous
Topic: Project Update NeoColeco Adapter
Replies: 14
Views: 4677

Re: Project Update NeoColeco Adapter

I've never ordered anything from Ali Express. What is their reputation? I have used Bangoods before with no issues. Can't beat the prices of these Chinese outfits, at least until something goes wrong with the order...
by Wmaalouli
Sat Aug 07, 2021 11:46 am
Forum: Memory Cards
Topic: 2 Mb Expandable memory card
Replies: 4
Views: 1804

Re: 2 Mb Expandable memory card

I would be very interested in a board if/when you finish this project.
by Wmaalouli
Sat Jul 17, 2021 4:36 pm
Forum: SmartBASIC
Topic: Patching SmartBasic
Replies: 4
Views: 1871

Re: Patching SmartBasic

I'm actually more interested in combining BASIC and assembly for more efficient programs where BASIC handles the logic and computational aspect of things and assembly the display and miscellaneous support routines. I'll take a look at Super Basic plus. I assume there is a manual detailing the added ...
by Wmaalouli
Thu Jul 08, 2021 7:58 am
Forum: Memory Cards
Topic: 2 Mb Expandable memory card
Replies: 4
Views: 1804

Re: 2 Mb Expandable memory card

Very nice work indeed!
Would this board need an addressor card or will stand on its own?
Given that there are no current programs I am aware of that need that much RAM, would the primary purpose be as a RAM disk of sorts?
by Wmaalouli
Sat Jun 26, 2021 7:27 am
Forum: CP/M & TDOS
Topic: Help with file transfer
Replies: 7
Views: 2528

Re: Help with file transfer

Here you go. I have it on my Z80 assembler disk. This is the VT100 version however and will not display properly on the Adam 40 column screen so it won't be usable for you unless you connect an external serial terminal like I have done. The TE author has created several versions for different target...
by Wmaalouli
Thu Jun 24, 2021 8:54 am
Forum: CP/M & TDOS
Topic: Help with file transfer
Replies: 7
Views: 2528

Re: Help with file transfer

Incidentally that text editor works great with a serial terminal in 80 columns on the Adam.
by Wmaalouli
Wed Jun 23, 2021 4:51 pm
Forum: MicroSD / Disk Drive Emulators
Topic: Ade code
Replies: 6
Views: 2256

Re: Ade code

What you need is a Raspberry Pi interface acting like a drive as well as a gateway to the internet via telnet. This was done on the TI 99/4A and it was a game changer.
by Wmaalouli
Wed Jun 23, 2021 9:26 am
Forum: SmartBASIC
Topic: Patching SmartBasic
Replies: 4
Views: 1871

Re: Patching SmartBasic

Yes I did that. Just a few pokes and they preserved the parallel printer patch. I also tried the sound patch but that created some weird issues. I triple checked my code and it matches what's in the Hacker's guide, so I wonder if there is a typo in the listing somewhere. Frankly, I hate to use someo...