|
| | Hay 40 invitados y 2 miembros en línea
Eres un usuario anónimo.
|
| |
Autor
| MSX Mania, Turbo R, Sunrise CF, and FDE
| djh1697 msx professional Mensajes: 551 | Publicado: Abril 02 2006, 21:21   | Does anyone use the MSXmania disks with a Sunrise CF and FDE? I cant seem to get it working, it comes up with the error press the CTRL key, which I do!!
Has anyone got an idea? I prefer not to use floppies
| | manuel msx guru Mensajes: 3545 | Publicado: Abril 02 2006, 22:27   | it probably has the wrong "CTRL key pressed" detection. THe classical way is to check address &HFB21, which contains the number of drives. ON a standard MSX it is '1' if CTRL has been pressed. But with the CF or IDE interface, it will be more, even when pressing CTRL... So, better remove that check, or replace with a proper one: check the amount of free RAM, which is what you want anyway. Like: IF FRE(0) < 24000 THEN PRINT "PRESS CTRL!!":
Can't you just copy the files from these disks into a directory anyway and then run it? I don't think you need FDE at all.
| |
| |
| |
| |