Autorunning a Basic program on CoCo machines

Hardware Hacking, Programming and Game Solutions/Cheats
Post Reply
pser1
Posts: 1655
Joined: Sun Mar 25, 2012 7:32 pm
Location: Barcelona (SPAIN)

Autorunning a Basic program on CoCo machines

Post by pser1 »

Hi all!
we have received a request to prepare one of our converted AGD games to CAS/WAV format
No problem for the Dragon, I found a program by Brian Cage published in Dragon User 1984-07
that works perfectly, but I am not able to find something like that for the CoCo machines.
I have searched the series "500 POKES,PEEKS 'N EXECS" but, let me say that, the best solution I have
found implies this command
CLOADM:EXEC
and I would really prefer to avoid the second part ... as we can do with the Dragons, just CLOADM
Any hint/idea will be highly appreciated
regards
pere

Pd I have to say that the when the small binary program starts, it loads and runs a Basic file from tape.
This basic file is our SETAGD.BAS file that deals with all the tasks that need to be done to load parts of
the game and start it
Post Reply