summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/t11/t11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/t11/t11.h')
-rw-r--r--src/emu/cpu/t11/t11.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/t11/t11.h b/src/emu/cpu/t11/t11.h
index a05968d1be3..dbb8dcb1810 100644
--- a/src/emu/cpu/t11/t11.h
+++ b/src/emu/cpu/t11/t11.h
@@ -33,7 +33,7 @@ struct t11_setup
};
-extern void t11_get_info(UINT32 state, cpuinfo *info);
+extern CPU_GET_INFO( t11 );
/****************************************************************************/
/* Read a byte from given memory location */
@@ -47,6 +47,6 @@ extern void t11_get_info(UINT32 state, cpuinfo *info);
#define T11_WRMEM(A,V) (program_write_byte_16le(A,V))
#define T11_WRMEM_WORD(A,V) (program_write_word_16le(A,V))
-offs_t t11_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
+CPU_DISASSEMBLE( t11 );
#endif /* __T11_H__ */