From 051011971f9cce5ce1d99a9bfcf691bcf7975448 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 26 Mar 2013 15:18:37 +0000 Subject: Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] --- src/emu/cpu/m6502/m65ce02.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/cpu/m6502/m65ce02.h') diff --git a/src/emu/cpu/m6502/m65ce02.h b/src/emu/cpu/m6502/m65ce02.h index 5d8e4391c03..20dbef91e07 100644 --- a/src/emu/cpu/m6502/m65ce02.h +++ b/src/emu/cpu/m6502/m65ce02.h @@ -45,7 +45,7 @@ class m65ce02_device : public m65c02_device { public: m65ce02_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - m65ce02_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock); + m65ce02_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); static const disasm_entry disasm_entries[0x100]; -- cgit v1.2.3-70-g09d2