diff options
Diffstat (limited to 'src/emu/cpu/cosmac/cosmac.c')
-rw-r--r-- | src/emu/cpu/cosmac/cosmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/cosmac/cosmac.c b/src/emu/cpu/cosmac/cosmac.c index f33e5869725..f011e37a47a 100644 --- a/src/emu/cpu/cosmac/cosmac.c +++ b/src/emu/cpu/cosmac/cosmac.c @@ -533,7 +533,7 @@ offs_t cdp1802_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 * inline UINT8 cosmac_device::read_opcode(offs_t pc) { - return m_direct->read_decrypted_byte(pc); + return m_direct->read_byte(pc); } |