Page 3 of 3
Re: Colossal Cave by David Stevenson
Posted: Mon Feb 17, 2014 2:58 pm
by tofro
try to <ctrl>-C into it.
Non-SMSQE-OSs don't start a job into the foreground if it's not started with EXEC_W
If that doesn't work, start it using EXEC_W instead of EXEC
Tobias
Re: Colossal Cave by David Stevenson
Posted: Mon Feb 17, 2014 3:46 pm
by radastan
I change boot:
- EXEC_W replacing EXEC
- Added "50 cls: mode 1"
This makes to start full screen on all QL.

Re: Colossal Cave by David Stevenson
Posted: Mon Feb 17, 2014 4:19 pm
by RWAP
Ah the boot file needs:
Would also be an idea to change line 200 to read:
Then you don't have to use CTRL C to type into the adventure
Re: Colossal Cave by David Stevenson
Posted: Mon Feb 17, 2014 5:13 pm
by dilwyn
RWAP wrote:Ah the boot file needs:
10 MODE 4
Would also be an idea to change line 200 to read:
200 EXEC_W device$&'advent_exe'
Then you don't have to use CTRL C to type into the adventure
Done!
Re: Colossal Cave by David Stevenson
Posted: Mon Feb 17, 2014 7:09 pm
by tofro
On the other hand it doesn't really hurt to know some standard procedures for the QL like activating input to a job's window or setting the mode
(Another one for the ever-growing FAQ....)
Re: Colossal Cave by David Stevenson
Posted: Mon Feb 17, 2014 9:51 pm
by radastan
tofro wrote:On the other hand it doesn't really hurt to know some standard procedures for the QL like activating input to a job's window or setting the mode

I take note too, very happy with CTRL+C.
