mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
taitoair: give perfect interleave, improves 3D in topland (still not perfect).
Olivier or whoever's interested: it looks strongly like there's some sort of unemulated double buffering, since with the perfect interleave it alternates correct-ish and totally garbage 3d frames.
This commit is contained in:
parent
6955db069e
commit
f0f2bade3f
@ -658,7 +658,7 @@ static MACHINE_CONFIG_START( airsys, taitoair_state )
|
||||
MCFG_CPU_DATA_MAP(DSP_map_data)
|
||||
MCFG_CPU_IO_MAP(DSP_map_io)
|
||||
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(600))
|
||||
MCFG_QUANTUM_PERFECT_CPU("maincpu")
|
||||
|
||||
MCFG_MACHINE_START(taitoair)
|
||||
MCFG_MACHINE_RESET(taitoair)
|
||||
|
Loading…
Reference in New Issue
Block a user