mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Improved wording on this, nw
This commit is contained in:
parent
689467b39b
commit
8cf75ae91c
@ -1913,7 +1913,7 @@ void h63484_device::video_registers_w(int offset)
|
|||||||
|
|
||||||
READ16_MEMBER( h63484_device::status_r )
|
READ16_MEMBER( h63484_device::status_r )
|
||||||
{
|
{
|
||||||
// kothello is coded so that upper byte of this is 0xff otherwise no gfxs are copied.
|
// 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;
|
return m_sr | 0xff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user