Channel 8 Software Adventures Pack
Posted: Fri Feb 28, 2025 8:54 am
Hello,
Lately I have adapted 11 text adventures by Channel 8 Software for the Dragon to be used from Disk.
The origin have been the cas files we have in the archive. These are their names
N01 - Golden Baton
N02 - Arrow of Death - Part I
N03 - Arrow of Death - Part II
N04 - Escape from Pulsar 7
N05 - Feasibility Experiment
N06 - The Time machine
N07 - Circus
N08 - The Wizard of Akyrz
N09 - Perseus & Andromeda
N10 - Ten Little Indians
N11 - Waxworks
These adventures only support 'UPPERCASE'
These games were created to be loaded in a Dragon64 after issuing EXEC48000 so entering the mode BASIC64 with the ROM2 at $C000-$FEFF
Doing so, a third tape block was loaded partially in high ram ($8000-$BFFF). These versions do start printing some graphics in the upper half
of the screen. I do not like very much this solution because the graphics use the area where in 'text only' mode we would see the move options
and a room description. You can switch from the 'graphic' screen to the 'text only' back and forth just by pressing INTRO (without any command) To play these games we will issue
- For the CoCo: RUN"RUN ('Only Text' mode allowed)
- For the Dragon:
- text only: RUN"R32
- graphics: RUN"R64
The engine for these games was 'TAPE' oriented, so the save and restore positions are still directed to TAPE.
Keep this in mind if you play them on real hardware!
enjoy!
Pere Serrat
Lately I have adapted 11 text adventures by Channel 8 Software for the Dragon to be used from Disk.
The origin have been the cas files we have in the archive. These are their names
N01 - Golden Baton
N02 - Arrow of Death - Part I
N03 - Arrow of Death - Part II
N04 - Escape from Pulsar 7
N05 - Feasibility Experiment
N06 - The Time machine
N07 - Circus
N08 - The Wizard of Akyrz
N09 - Perseus & Andromeda
N10 - Ten Little Indians
N11 - Waxworks
These adventures only support 'UPPERCASE'
These games were created to be loaded in a Dragon64 after issuing EXEC48000 so entering the mode BASIC64 with the ROM2 at $C000-$FEFF
Doing so, a third tape block was loaded partially in high ram ($8000-$BFFF). These versions do start printing some graphics in the upper half
of the screen. I do not like very much this solution because the graphics use the area where in 'text only' mode we would see the move options
and a room description. You can switch from the 'graphic' screen to the 'text only' back and forth just by pressing INTRO (without any command) To play these games we will issue
- For the CoCo: RUN"RUN ('Only Text' mode allowed)
- For the Dragon:
- text only: RUN"R32
- graphics: RUN"R64
The engine for these games was 'TAPE' oriented, so the save and restore positions are still directed to TAPE.
Keep this in mind if you play them on real hardware!
enjoy!
Pere Serrat