summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/superfx/superfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/superfx/superfx.h')
-rw-r--r--src/emu/cpu/superfx/superfx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/cpu/superfx/superfx.h b/src/emu/cpu/superfx/superfx.h
index 7ac58d5f3f6..5e89882de99 100644
--- a/src/emu/cpu/superfx/superfx.h
+++ b/src/emu/cpu/superfx/superfx.h
@@ -90,8 +90,7 @@ struct _superfx_config
};
#define SUPERFX_CONFIG(name) const superfx_config (name) =
-CPU_GET_INFO( superfx );
-#define CPU_SUPERFX CPU_GET_INFO_NAME( superfx )
+DECLARE_LEGACY_CPU_DEVICE(SUPERFX, superfx);
CPU_DISASSEMBLE( superfx );
extern offs_t superfx_dasm_one(char *buffer, offs_t pc, UINT8 op, UINT8 param0, UINT8 param1, UINT16 alt);