Improved wording on this, nw

This commit is contained in:
Angelo Salese 2016-03-18 15:34:08 +01:00
parent 689467b39b
commit 8cf75ae91c

View File

@ -1913,8 +1913,8 @@ void h63484_device::video_registers_w(int offset)
READ16_MEMBER( h63484_device::status_r )
{
// kothello is coded so that upper byte of this is 0xff otherwise no gfxs are copied.
return m_sr | 0xff00;
// kothello is coded so that upper byte of this should be 0xff (tests with jc opcode). Maybe it's just unconnected?
return m_sr | 0xff00;
}
READ16_MEMBER( h63484_device::data_r )