mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
fix for 01757: fieldday, undoukai: Graphics Corruption.
not sure if this is an hack
This commit is contained in:
parent
e7457b2e7b
commit
b2cbb55165
@ -106,6 +106,8 @@ VIDEO_START( fortyl )
|
||||
{
|
||||
fortyl_pixram1 = auto_malloc(0x4000);
|
||||
fortyl_pixram2 = auto_malloc(0x4000);
|
||||
memset(fortyl_pixram1,0,0x4000);
|
||||
memset(fortyl_pixram2,0,0x4000);
|
||||
|
||||
pixel_bitmap1 = auto_bitmap_alloc(256,256,video_screen_get_format(machine->primary_screen));
|
||||
pixel_bitmap2 = auto_bitmap_alloc(256,256,video_screen_get_format(machine->primary_screen));
|
||||
|
Loading…
Reference in New Issue
Block a user