mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix MT06055 (nw)
This commit is contained in:
parent
9303a6e24e
commit
c6498927b7
@ -939,6 +939,10 @@ static MACHINE_CONFIG_START( sunaq, suna16_state )
|
||||
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
|
||||
|
||||
MCFG_MACHINE_START_OVERRIDE(suna16_state,uballoon)
|
||||
MCFG_MACHINE_RESET_OVERRIDE(suna16_state,uballoon)
|
||||
|
||||
|
||||
/* video hardware */
|
||||
MCFG_SCREEN_ADD("screen", RASTER)
|
||||
MCFG_SCREEN_REFRESH_RATE(60)
|
||||
|
Loading…
Reference in New Issue
Block a user