mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +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()
|
||||
{
|
||||
m_sr.b.h |= 0x04;
|
||||
m_sr.b.h |= 0x08;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user