mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Note, nw
This commit is contained in:
parent
1f6c038900
commit
70e995d09b
@ -1293,7 +1293,7 @@ static MACHINE_CONFIG_START( godzilla, legionna_state )
|
||||
// MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500))
|
||||
// MCFG_SCREEN_SIZE(42*8, 36*8)
|
||||
// MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 0*8, 28*8-1)
|
||||
MCFG_SCREEN_RAW_PARAMS(14318180/2,455,0,320,258,0,224) // ~61 Hz
|
||||
MCFG_SCREEN_RAW_PARAMS(14318180/2,455,0,320,258,0,224) // ~61 Hz, 15.734 kHz
|
||||
MCFG_SCREEN_UPDATE_DRIVER(legionna_state, screen_update_godzilla)
|
||||
MCFG_SCREEN_PALETTE("palette")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user