It runs slow as hell for me… I think only about 1–3% of realtime speed. Even the game’s splash screen takes almost half an hour to appear. I understand that the emulator is implemented by code interpretation, but it seems that I cannot TAS anything with such emulation speed. Also I get tons of error reports like this:
Emulated: cs selector = af, cs base = 110000, EIP = d0dd
Emulated: processor exception at 0x11d0dd: Processor Exception: GENERAL_PROTECTION [errorcode:0x0]
Emulated: org.jpc.emulator.processor.ProtectedModeSegment$Busy32BitTSS@111ae04segment limit exceeded: e1 > 67.
Emulated: denied access to io port 0x3c9 at cpl 3.
Emulated: cs selector = af, cs base = 110000, EIP = d0d3
Emulated: processor exception at 0x11d0d3: Processor Exception: GENERAL_PROTECTION [errorcode:0x0]
Emulated: org.jpc.emulator.processor.ProtectedModeSegment$Busy32BitTSS@111ae04segment limit exceeded: e1 > 67.
I tried to redirect the output to /dev/null to make it a bit faster, but it caused my JPC-RR to hang (I guess because it attempts to grab IO). Apple Bloom is sad.