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:
Aaron Giles 2008-06-12 16:20:22 +00:00
parent 13a86d728f
commit c52aacb732

View File

@ -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);