mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
tlcs900: Fix MAX instruction (nw)
This commit is contained in:
parent
562cb2139f
commit
6bb4b45462
@ -2569,7 +2569,7 @@ void tlcs900_device::op_LINK()
|
|||||||
|
|
||||||
void tlcs900_device::op_MAX()
|
void tlcs900_device::op_MAX()
|
||||||
{
|
{
|
||||||
m_sr.b.h |= 0x04;
|
m_sr.b.h |= 0x08;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user