Search results
Special keys on startup
Score: 203.11 %,
Type: Forum topic , Comments: 11 comments
Its options are translated as follows:
0 BASIC
1 Arabic Writer
2 Latin Writer
3 Music Player ... Inventory
Options 0, 1, 2, 3, 4 are working fine, but options 5, 6, 7, 8, 9 are not. Whatever option you choose you find yourself in the BASIC interpreter again as if you chose option 0. This means that maybe ...
Boot from external DD
Score: 203.14 %,
Type: Forum topic , Comments: 19 comments
at 010A5h by AF CD F0 7F and FF FF FF FF FF at 03FF0h by 3C 32 47 F2 C9 in the Disk-ROM.
AF 32 47 F2 in assembler corresponds to:
xor a
ld (0F247h),a
CD F0 7F is: call 07FF0h
3C 32 47 F2 C9 is:
inc a
ld (0F247h),a
ret
If it works, you can define a key test to select the drive.
Thank ...
