
I'll try on a real QL....
I have only run the program on emulators, but I did notice that it does something that looked odd to me with I think it was the STOP, command.Cristian wrote:This game crashes on real QL (both JM and Minerva). QL freezez with black screen before the options menu.
I can only say that I tried with 2 different issue 6 machines: one with Minerva and Hermes, the other with JM rom. The behaviour is the same: the game loads and starts, the first screens appear, then you press a key to get the options menu.... the two horizontal lines clear the screen and then absolutely nothing. No sound at all. Black screen. You can push any keys, and you get nothing.Martin_Head wrote: Is there anything weird about different versions of QL's, or chip sets with the interrupts. As this looks like 3 different QL's having problems with this game.
Code: Select all
Lab10A9A trap #0 ;enter supervisor mode
andi.w #$2700,sr ; clear TXNZVC let through supervisor mode, and interrupt level
stop #$2000 ;wait for an intrrupt???
andi.w #$0700,sr ; clear TSXNZVC come out of supervisor mode, interrupt level unchanged
rts