diff options
author | 2008-11-24 02:40:16 +0000 | |
---|---|---|
committer | 2008-11-24 02:40:16 +0000 | |
commit | 513011179dadbaf95bd72a113dc1cb9a9f8afe4b (patch) | |
tree | ec9c992e3715c7e4bc90a6892fc88169fa2c535d /src/emu/cpu/m6502/tdeco16.c | |
parent | 64164a3e97154682d3ebdd5ffdf4cd8b22a1a6b2 (diff) |
change_pc? What change_pc?
Diffstat (limited to 'src/emu/cpu/m6502/tdeco16.c')
-rw-r--r-- | src/emu/cpu/m6502/tdeco16.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/cpu/m6502/tdeco16.c b/src/emu/cpu/m6502/tdeco16.c index 4766142cb4a..08ef15297d2 100644 --- a/src/emu/cpu/m6502/tdeco16.c +++ b/src/emu/cpu/m6502/tdeco16.c @@ -16,8 +16,7 @@ PUSH(P | F_B); \ P = (P | F_I); \ PCL = RDMEM(DECO16_IRQ_VEC+1); \ - PCH = RDMEM(DECO16_IRQ_VEC); \ - CHANGE_PC + PCH = RDMEM(DECO16_IRQ_VEC); /***************************************************************************** |