summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8xc196.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs96/i8xc196.cpp')
-rw-r--r--src/devices/cpu/mcs96/i8xc196.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/mcs96/i8xc196.cpp b/src/devices/cpu/mcs96/i8xc196.cpp
index ce9c9b9d8ac..adffde72dc0 100644
--- a/src/devices/cpu/mcs96/i8xc196.cpp
+++ b/src/devices/cpu/mcs96/i8xc196.cpp
@@ -11,8 +11,8 @@
#include "emu.h"
#include "i8xc196.h"
-i8xc196_device::i8xc196_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source) :
- mcs96_device(mconfig, type, name, tag, owner, clock, 16, shortname, source)
+i8xc196_device::i8xc196_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
+ mcs96_device(mconfig, type, tag, owner, clock, 16)
{
}