merging the drivers fixed this, I guess it will still happen randomly sometimes like it apparently does on the PCB, but some levels in MAME were always broken because the bg banking wasn't implemented in the pushman copy of the video implementation. (nw)

This commit is contained in:
David Haywood 2014-05-12 18:53:50 +00:00
parent d8ff82006f
commit 151c48fa07

View File

@ -31,9 +31,7 @@ With 'Debug Mode' on button 2 advances a level, button 3 goes back.
The microcontroller mainly controls the animation of the enemy robots,
the communication between the 68000 and MCU is probably not emulated
100% correct but it works. Later levels (using the cheat mode) seem
to have some corrupt tilemaps, I'm not sure if this is a driver bug
or a game bug from using the cheat mode.
100% correct but it works.
Emulation by Bryan McPhail, mish@tendril.co.uk