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:
R. Belmont 2011-07-13 23:11:28 +00:00
parent 6955db069e
commit f0f2bade3f

View File

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