| Previous | 199869 Revisions | Next |
| r21714 Friday 8th March, 2013 at 17:55:31 UTC by Nathan Woods |
|---|
| Fixed bug in konami/6309 16-bit NEG; quarth is now playable again (nw) |
| [src/emu/cpu/m6809] | base6x09.ops |
| r21713 | r21714 | |
|---|---|---|
| 134 | 134 | NEG16: |
| 135 | 135 | m_temp.b.h = read_operand(0); |
| 136 | 136 | m_temp.b.l = read_operand(1); |
| 137 | m_temp. | |
| 137 | m_temp.w = set_flags(CC_NZVC, (UINT16)0, m_temp.w, -m_temp.w); | |
| 138 | 138 | eat(hd6309_native_mode() ? 0 : 1); |
| 139 | 139 | write_operand(0, m_temp.b.h); |
| 140 | 140 | write_operand(1, m_temp.b.l); |
| Previous | 199869 Revisions | Next |