Search found 91 matches

by joltguy
Tue Jul 14, 2020 12:08 am
Forum: CP/M & TDOS
Topic: Looking for ABP12.COM
Replies: 18
Views: 11425

Re: Looking for ABP12.COM

I only got a chance to try it on the emulator today. Weird thing is that ABP26.com seemed to freeze up the system when trying to access the RAMdisk if the expanded memory was set to more than 128K. Luckily, the archive you pointed me to also contained ABP25.com and this version did not have the same...
by joltguy
Mon Jul 13, 2020 11:27 am
Forum: CP/M & TDOS
Topic: Looking for ABP12.COM
Replies: 18
Views: 11425

Re: Looking for ABP12.COM

:o :!: Milli, you are AWESOME!!

Seriously man, great find! Thank you! If this works as expected it is going to make using CP/M so much more enjoyable.
by joltguy
Thu Jul 09, 2020 6:47 am
Forum: CP/M & TDOS
Topic: Looking for ABP12.COM
Replies: 18
Views: 11425

Re: Looking for ABP12.COM

I had the same thought last night and you're right... there is a file called ABP10.COM in the cpm directory of the archive! I tried it out this morning (in the emulator) and it did patch CP/M successfully but it didn't seem to add support for larger disks as it still can't handle anything other than...
by joltguy
Tue Jul 07, 2020 12:45 am
Forum: CP/M & TDOS
Topic: Looking for ABP12.COM
Replies: 18
Views: 11425

Looking for ABP12.COM

In the CP/M 2.2 Workshop section of NIAD Newsletter #36/37 http://www.sacnews.net/adamcomputer/newsletters/niad%2036-37%20decjan%201988.pdf the author mentions getting a new Orphanware 256K expander. Among the software that came with it was a utility for CP/M called ABP12.COM - Adam BIOS Patch. Code...
by joltguy
Mon Jul 06, 2020 7:32 pm
Forum: CP/M & TDOS
Topic: Turbo Pascal 3 bitmap graphics extensions
Replies: 16
Views: 12052

Re: Turbo Pascal 3 bitmap graphics extensions

As for the joystick extensions, it seems I gave you an older listing for the sound and controller demo. Attached is the updated listing where the Joyst and Pad functions were consolidated into a single function called CONTROLLER. Sorry about that. Awesome, thanks! Too bad about TDOS but at least no...
by joltguy
Sat Jul 04, 2020 10:41 pm
Forum: CP/M & TDOS
Topic: Turbo Pascal 3 bitmap graphics extensions
Replies: 16
Views: 12052

Re: Turbo Pascal 3 bitmap graphics extensions

Milli wrote:
Sat Jul 04, 2020 12:32 pm
TDOS uses the VRAM to save a copy of the CCP so that may be the problem
Ahh! That’s probably it.
by joltguy
Sat Jul 04, 2020 8:43 am
Forum: CP/M & TDOS
Topic: Turbo Pascal 3 bitmap graphics extensions
Replies: 16
Views: 12052

Re: Turbo Pascal 3 bitmap graphics extensions

Is it odd that these extensions don't work under T-DOS? The demo programs compile fine but when you run the resulting .com file the system just freezes up. I thought T-DOS it was 99% CP/M compatible but maybe this falls into that 1%? If these could work in T-DOS it'd be awesome mainly because its su...
by joltguy
Fri Jul 03, 2020 9:44 am
Forum: SmartBASIC
Topic: Pokes
Replies: 5
Views: 4102

Re: Pokes

Good collection and a handy reference! I don't think I had seen this one before:

Code: Select all

12185,(128-239 This will let you make the program
     lines up to a length of 239 characters long)
by joltguy
Mon Jun 22, 2020 1:05 pm
Forum: CP/M & TDOS
Topic: Turbo Pascal 3 bitmap graphics extensions
Replies: 16
Views: 12052

Re: Turbo Pascal 3 bitmap graphics extensions

Wmaalouli wrote:
Mon Jun 22, 2020 8:57 am
Here you go. Feel free to ask any questions.
Thank you!! 8-)