mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Improved wording on this, nw
This commit is contained in:
parent
689467b39b
commit
8cf75ae91c
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user