summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56k/inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp56k/inst.h')
-rw-r--r--src/devices/cpu/dsp56k/inst.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/dsp56k/inst.h b/src/devices/cpu/dsp56k/inst.h
index a1ac7ad0a5b..d2db2a013e9 100644
--- a/src/devices/cpu/dsp56k/inst.h
+++ b/src/devices/cpu/dsp56k/inst.h
@@ -15,7 +15,6 @@
//
namespace DSP56K
{
-#define ADDRESS(X) ((X)<<1)
#define UNIMPLEMENTED_OPCODE() osd_printf_error("Unimplemented opcode: PC=%04x | %s;\n", PC, __PRETTY_FUNCTION__);
class Opcode;