mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
From: Atari Ace [mailto:atari_ace@verizon.net]
Subject: [patch] Fix 01863 mwalk and clones: Crash on multisession Hi mamedev, This should fix 01863, a multisession bug with mwalk. There is more global state that might need zeroing, but for a 64-bit build, this was sufficient. ~aa
This commit is contained in:
parent
13a86d728f
commit
c52aacb732
@ -55,6 +55,11 @@ VIDEO_START( system18 )
|
||||
{
|
||||
int width, height;
|
||||
|
||||
tempbitmap = NULL;
|
||||
grayscale_enable = 0;
|
||||
vdp_enable = 0;
|
||||
vdp_mixing = 0;
|
||||
|
||||
/* compute palette info */
|
||||
segaic16_palette_init(0x800);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user