mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
konendev: fix battery status (nw)
This commit is contained in:
parent
29b35bb6a1
commit
f09606c87b
@ -99,6 +99,8 @@ READ32_MEMBER(konendev_state::mcu2_r)
|
||||
if (ACCESSING_BITS_0_7)
|
||||
{
|
||||
r |= 0x40; // logic door
|
||||
r |= 0x04; // battery 1 status
|
||||
r |= 0x10; // battery 2 status
|
||||
}
|
||||
|
||||
return r;
|
||||
|
Loading…
Reference in New Issue
Block a user