mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
Cleaned up iox implementation in Speed Attack [Angelo Salese]
This commit is contained in:
parent
f7d9e97a33
commit
d1bf6e94ca
@ -308,7 +308,7 @@ static const mc6845_interface mc6845_intf =
|
|||||||
|
|
||||||
static WRITE8_DEVICE_HANDLER( speedatk_output_w )
|
static WRITE8_DEVICE_HANDLER( speedatk_output_w )
|
||||||
{
|
{
|
||||||
//flip_screen_set(device->machine, data & 0x80); //breaks the video emulation?
|
//flip_screen_set(device->machine, data & 0x80);
|
||||||
|
|
||||||
//if((data & 0x7f) != 0x7f)
|
//if((data & 0x7f) != 0x7f)
|
||||||
//popmessage("%02x",data);
|
//popmessage("%02x",data);
|
||||||
|
Loading…
Reference in New Issue
Block a user