mirror of
https://github.com/holub/mame
synced 2025-06-20 11:16:37 +03:00
roberto zandona: fix sprite problem for gyruss: mantis 01480
By the way, the accent in roberto's last name gave CVS a fit svn: Safe data 'From roberto zandon' was followed by non-ASCII byte 224: unable to convert to/from UTF-8 This a bogus message -- you can certainly convert that character to UTF-8
This commit is contained in:
parent
70eeb9ff23
commit
01b2003859
@ -353,6 +353,8 @@ static MACHINE_DRIVER_START( gyruss )
|
||||
MDRV_CPU_PROGRAM_MAP(audio_cpu2_map,0)
|
||||
MDRV_CPU_IO_MAP(audio_cpu2_io_map,0)
|
||||
|
||||
MDRV_INTERLEAVE(100)
|
||||
|
||||
/* video hardware */
|
||||
MDRV_SCREEN_ADD("main", RASTER)
|
||||
MDRV_SCREEN_REFRESH_RATE(60)
|
||||
|
Loading…
Reference in New Issue
Block a user