Cleaned up iox implementation in Speed Attack [Angelo Salese]

This commit is contained in:
Angelo Salese 2011-02-10 02:14:53 +00:00
parent f7d9e97a33
commit d1bf6e94ca

View File

@ -308,7 +308,7 @@ static const mc6845_interface mc6845_intf =
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)
//popmessage("%02x",data);