summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/t11/t11dasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/t11/t11dasm.c')
-rw-r--r--src/emu/cpu/t11/t11dasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/t11/t11dasm.c b/src/emu/cpu/t11/t11dasm.c
index f2331c434cc..2cd615268f7 100644
--- a/src/emu/cpu/t11/t11dasm.c
+++ b/src/emu/cpu/t11/t11dasm.c
@@ -83,7 +83,7 @@ static unsigned MakeEA (char **ea, int lo, unsigned pc, int width)
}
-offs_t t11_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram)
+CPU_DISASSEMBLE( t11 )
{
char *ea1, *ea2;
unsigned PC = pc;