Difference between revisions of "Amstrad Action January 1994 Type-Ins"
From CPCWiki - THE Amstrad CPC encyclopedia!
(→Screenshots) |
(→Notes) |
||
Line 11: | Line 11: | ||
The DSK image also contains the TypeChecker program | The DSK image also contains the TypeChecker program | ||
+ | |||
+ | '''Wot''' program is BASIC 1.1 only, though replace the CLEAR INPUT with WHILE INKEY$<>"":WEND on line 420 will resolve that for BASIC 1.0. BASIC 1.0 however, will not be able to recover from a File Not Found error, exiting back to BASIC. To resolve that, the file Wot produces "wotfile." needs to be created. OPENOUT"wotfile.":WRITE#9,"":CLOSEOUT will rectify this should anyone be wanting to describe files on a Disk Based 464. | ||
== Download == | == Download == |
Revision as of 00:32, 6 August 2017
The following listings were published in the January 1994 issue of Amstrad Action:
Contents
Type-Ins
- Clock (R S Meston)
- Minehunt (W R Blunt) NB 6128 only
- Wot (Author unknown) NB 6128 only
- Invaders of The Lost Lark (T G Buckland)
Notes
The DSK image also contains the TypeChecker program
Wot program is BASIC 1.1 only, though replace the CLEAR INPUT with WHILE INKEY$<>"":WEND on line 420 will resolve that for BASIC 1.0. BASIC 1.0 however, will not be able to recover from a File Not Found error, exiting back to BASIC. To resolve that, the file Wot produces "wotfile." needs to be created. OPENOUT"wotfile.":WRITE#9,"":CLOSEOUT will rectify this should anyone be wanting to describe files on a Disk Based 464.