mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
taitoair.cpp: added screen raw parameters, fixes pilot acknowledge sound sample timing [Angelo Salese]
This commit is contained in:
parent
1fe82affcb
commit
ae574c8d21
@ -728,10 +728,12 @@ static MACHINE_CONFIG_START( airsys )
|
||||
|
||||
/* video hardware */
|
||||
MCFG_SCREEN_ADD("screen", RASTER)
|
||||
MCFG_SCREEN_REFRESH_RATE(60)
|
||||
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
|
||||
MCFG_SCREEN_SIZE(64*16, 32*16)
|
||||
MCFG_SCREEN_VISIBLE_AREA(0*16, 32*16-1, 3*16, 28*16-1)
|
||||
// MCFG_SCREEN_REFRESH_RATE(60)
|
||||
// MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
|
||||
// MCFG_SCREEN_SIZE(64*16, 32*16)
|
||||
// MCFG_SCREEN_VISIBLE_AREA(0*16, 32*16-1, 3*16, 28*16-1)
|
||||
// Estimated, assume same as mlanding.cpp
|
||||
MCFG_SCREEN_RAW_PARAMS(16000000, 640, 0, 512, 462, 3*16, 28*16)
|
||||
MCFG_SCREEN_UPDATE_DRIVER(taitoair_state, screen_update_taitoair)
|
||||
MCFG_SCREEN_PALETTE("palette")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user