Page 1 of 1

At VCF, need help please

PostPosted: April 15th, 2023, 7:59 am
by Synoptic
Hey guys!

I'm currently at VCF East showcasing my AltairClone, and I'm having some trouble getting a copy of the Adventure game to run on it. It's been quite a while since I've dealt with custom image disks and loading them onto the clone.

Would anyone be kind enough to spare some time and make me a disk for it? There are a lot of people around, and I can't fully concentrate on relearning everything.

Re: At VCF, need help please

PostPosted: April 15th, 2023, 8:14 am
by AltairClone
Not sure what “Adventure” might be. Are you looking for Zork maybe?

Mike

Re: At VCF, need help please

PostPosted: April 15th, 2023, 8:54 am
by Synoptic
I have attached the game here.
it's a version I am running on my Osborne computer (Z80).

There are a bunch of version in the zip, don't know which one I got running on the osborne,

Re: At VCF, need help please

PostPosted: April 15th, 2023, 9:47 am
by AltairClone
I just created a disk image you can load using the Altair Clone's configuration monitor. Look for "Adventure.dsk" here: https://altairclone.com/downloads/cpm/CPM%202.2/

Re: At VCF, need help please

PostPosted: April 15th, 2023, 10:59 am
by Synoptic
Thanks a lot! It's working!

Re: At VCF, need help please

PostPosted: April 15th, 2023, 2:06 pm
by Synoptic
What file do I need to create to have some sort of autoexec.bat in CP/M?

Re: At VCF, need help please

PostPosted: April 16th, 2023, 7:31 am
by AltairClone
For the version of CP/M you are running, see page “Option 3. RUN AUTO AFTER A COLD OR WARM BOOT” on pdf page 13 (original page 10j at the link below. You could rename AD.COM to AUTO.COM. The CP/M I sent you is sized at 56K, so the MODE byte should be at DBFFh.

https://deramp.com/downloads/altair/sof ... 0Notes.pdf

Mike

Re: At VCF, need help please

PostPosted: April 17th, 2023, 7:52 pm
by Synoptic
AltairClone wrote:For the version of CP/M you are running, see page “Option 3. RUN AUTO AFTER A COLD OR WARM BOOT” on pdf page 13 (original page 10j at the link below. You could rename AD.COM to AUTO.COM. The CP/M I sent you is sized at 56K, so the MODE byte should be at DBFFh.

https://deramp.com/downloads/altair/sof ... 0Notes.pdf

Mike

Ok, I'm gonna need guidance here :)

I'm reading page 13 (original page 10). it refers to the SYSGEN PROCEDURE. Which I kinda understand.
What I understand is this : The sysgen command will allow loading the current CPM into memory and then be able to make changes we need in memory and write it back onto the disk.

What I don't understand is how to set the cold and warm boot bits from your instructions.

Re: At VCF, need help please

PostPosted: April 18th, 2023, 12:48 am
by Synoptic
Synoptic wrote:
AltairClone wrote:For the version of CP/M you are running, see page “Option 3. RUN AUTO AFTER A COLD OR WARM BOOT” on pdf page 13 (original page 10j at the link below. You could rename AD.COM to AUTO.COM. The CP/M I sent you is sized at 56K, so the MODE byte should be at DBFFh.

https://deramp.com/downloads/altair/sof ... 0Notes.pdf

Mike

Ok, I'm gonna need guidance here :)

I'm reading page 13 (original page 10). it refers to the SYSGEN PROCEDURE. Which I kinda understand.
What I understand is this : The sysgen command will allow loading the current CPM into memory and then be able to make changes we need in memory and write it back onto the disk.

What I don't understand is how to set the cold and warm boot bits from your instructions.


Mike, I used the disk you made me back then that contains Autoboot.com which is a small wizard that asks for which disk to modify and what bit to set (disable ,warm, cold) and what command to execute. I managed to get my thing working using that ;)