summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r--src/emu/devcpu.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h
index 1c4bce13506..35c8c3b2a9e 100644
--- a/src/emu/devcpu.h
+++ b/src/emu/devcpu.h
@@ -50,15 +50,6 @@
//**************************************************************************
-// MACROS
-//**************************************************************************
-
-#define CPU_DISASSEMBLE_NAME(name) cpu_disassemble_##name
-#define CPU_DISASSEMBLE(name) offs_t CPU_DISASSEMBLE_NAME(name)(cpu_device *device, std::ostream &stream, offs_t pc, const u8 *oprom, const u8 *opram, int options)
-#define CPU_DISASSEMBLE_CALL(name) CPU_DISASSEMBLE_NAME(name)(device, stream, pc, oprom, opram, options)
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -86,7 +77,4 @@ private:
};
-typedef offs_t (*cpu_disassemble_func)(cpu_device *device, std::ostream &stream, offs_t pc, const u8 *oprom, const u8 *opram, int options);
-
-
#endif /* MAME_EMU_DEVCPU_H */