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:
Zsolt Vasvari 2008-03-13 08:31:19 +00:00
parent 70eeb9ff23
commit 01b2003859

View File

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