[hatari-devel] How to detect Hatari/68ec030 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
I'm adding a PMMU tree to EmuTOS for 68030s. Unfortunately, hatari.exe does
not support a real 68030, just a 68ec030. So I need to detect either Hatari
itself or (preferably) a 68ec030 in order to bypass setting up the PMMU tree.
I tried issuing a PMOVE TC,addr and trapping the resulting error, but it
doesn't work for some reason. And if I single-step through with the debugger
to find out WHY it doesn't work, the debugger crashes when trying to display or
trace through the PMOVE opcode.
Any assistance would be appreciated.
Roger
P.S. I am using Hatari 1.6.1 or 1.6.2 under Windows.