summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/deco104.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/deco104.cpp')
-rw-r--r--src/mame/machine/deco104.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mame/machine/deco104.cpp b/src/mame/machine/deco104.cpp
index 36fffd62e70..673e3cef383 100644
--- a/src/mame/machine/deco104.cpp
+++ b/src/mame/machine/deco104.cpp
@@ -3,7 +3,7 @@
/****************************************************************************
Data East 104 based protection/IO chips
- (a variation on the Deco 146 protection, see deco146.c for notes)
+ (a variation on the Deco 146 protection, see deco146.cpp for notes)
Emulation by David Haywood
based on findings by Charles MacDonald
@@ -1048,12 +1048,10 @@ static deco146port_xx const port104_table[] = {
};
-
DEFINE_DEVICE_TYPE(DECO104PROT, deco104_device, "deco104", "DECO 104 Protection")
-
-deco104_device::deco104_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+deco104_device::deco104_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
: deco_146_base_device(mconfig, DECO104PROT, tag, owner, clock)
{
m_bankswitch_swap_read_address = 0x66;
@@ -1067,8 +1065,6 @@ deco104_device::deco104_device(const machine_config &mconfig, const char *tag, d
}
-
-
void deco104_device::device_start()
{
deco_146_base_device::device_start();