summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/melps4/m58846.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/melps4/m58846.cpp')
-rw-r--r--src/devices/cpu/melps4/m58846.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/cpu/melps4/m58846.cpp b/src/devices/cpu/melps4/m58846.cpp
index 6f4924da86e..48c75803439 100644
--- a/src/devices/cpu/melps4/m58846.cpp
+++ b/src/devices/cpu/melps4/m58846.cpp
@@ -30,15 +30,6 @@ m58846_device::m58846_device(const machine_config &mconfig, const char *tag, dev
{ }
-// disasm
-offs_t m58846_device::disasm_disassemble(std::ostream &stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, uint32_t options)
-{
- extern CPU_DISASSEMBLE(m58846);
- return CPU_DISASSEMBLE_NAME(m58846)(this, stream, pc, oprom, opram, options);
-}
-
-
-
//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------