Category:Fortuin BASIC
Description
Fortuin BASIC is a BASIC extension, it is provided with the FORTUIN.BIN file, part of the Rad Van Fortuin game, released by MSX-Engine on the Dragon Disk 02 diskmagazine.
To install it, you need to start your program with
10 BLOAD"FORTUIN.BIN",R 20 SL=PEEK(&HF342):POKE &HFCC9+(SL AND 3)*16+(SL AND 12)+1,32
To desintall it, you need to add this line in your program:
SL=PEEK(&HF342):POKE &HFCC9+(SL AND 3)*16+(SL AND 12)+1,0
Instructions
This extension adds 6 new instructions.
Note: CALL can be replaced by the character underscore (_). A space is not required after this character. See CALL for more info.
Instruction | Generation |
---|---|
CALL DISKOFF | MSX1 |
CALL DISSCR | MSX1 |
CALL ENASCR | MSX1 |
CALL FILVRM | MSX1 |
CALL GAME | MSX2 |
CALL INTRO | MSX2 |
Pages in category "Fortuin BASIC"
The following 6 pages are in this category, out of 6 total.