m6809/konami: update prev commit

This commit is contained in:
hap 2022-12-13 19:14:02 +01:00
parent a14a224a82
commit 1622eb847c

View File

@ -393,6 +393,7 @@ INDEXED:
// direct addressing mode
m_temp.b.h = m_dp;
@m_temp.b.l = read_opcode_arg();
eat(1);
break;
case 0xA0: case 0xB0: case 0xD0: case 0xE0: case 0xF0: