mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
m6809: Set V flag on XDEC (#11259)
This commit is contained in:
parent
c92625b772
commit
9d39fbd6aa
@ -684,7 +684,7 @@ XDEC8:
|
||||
else
|
||||
m_cc &= ~CC_C;
|
||||
|
||||
m_temp.b.l = set_flags<uint8_t>(CC_NZ, m_temp.b.l, 1, m_temp.b.l - 1);
|
||||
m_temp.b.l = set_flags<uint8_t>(CC_NZV, m_temp.b.l, 1, m_temp.b.l - 1);
|
||||
if(!hd6309_native_mode() || !is_register_addressing_mode())
|
||||
{
|
||||
@dummy_read_opcode_arg(0);
|
||||
|
Loading…
Reference in New Issue
Block a user