diff options
Diffstat (limited to 'src/devices/cpu/sh/sh.h')
-rw-r--r-- | src/devices/cpu/sh/sh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/sh/sh.h b/src/devices/cpu/sh/sh.h index 87b6ca9d311..0ba8a4b6b26 100644 --- a/src/devices/cpu/sh/sh.h +++ b/src/devices/cpu/sh/sh.h @@ -99,8 +99,6 @@ #define R32(reg) m_regmap[reg] -extern unsigned DasmSH2(std::ostream &stream, unsigned pc, uint16_t opcode); - enum { SH4_PC = 1, SH_SR, SH4_PR, SH4_GBR, SH4_VBR, SH4_DBR, SH4_MACH, SH4_MACL, |