diff options
Diffstat (limited to 'src/emu/debug/debugcpu.c')
-rw-r--r-- | src/emu/debug/debugcpu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/debug/debugcpu.c b/src/emu/debug/debugcpu.c index 570dc097dc3..cc250eb23d8 100644 --- a/src/emu/debug/debugcpu.c +++ b/src/emu/debug/debugcpu.c @@ -1720,10 +1720,6 @@ UINT64 debug_read_opcode(const address_space *space, offs_t address, int size, i /* keep in physical range */ address &= info->space[ADDRESS_SPACE_PROGRAM].physbytemask; - - /* adjust the address */ - change_pc(address); - switch (info->space[ADDRESS_SPACE_PROGRAM].databytes * 10 + size) { /* dump opcodes in bytes from a byte-sized bus */ |