mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
(From Atari Ace)
> This one line fix addresses the crash reported in newui0118u4ora. I > think most of the other issues reported in the bug are fixed by this > as well, but I didn't test this thoroughly. Perhaps we should close > the bug and have the testers file a new bug if remaining issues are > found.
This commit is contained in:
parent
fcf7dd71a9
commit
eef3b17f7e
@ -919,6 +919,7 @@ void m68k_pulse_reset(void)
|
||||
m68ki_clear_trace();
|
||||
/* Interrupt mask to level 7 */
|
||||
FLAG_INT_MASK = 0x0700;
|
||||
CPU_INT_LEVEL = 0;
|
||||
/* Reset VBR */
|
||||
REG_VBR = 0;
|
||||
/* Go to supervisor mode */
|
||||
|
Loading…
Reference in New Issue
Block a user