summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mc146818.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/emu/machine/mc146818.h
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/emu/machine/mc146818.h')
-rw-r--r--src/emu/machine/mc146818.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/mc146818.h b/src/emu/machine/mc146818.h
index 8d22f064057..38d3e563888 100644
--- a/src/emu/machine/mc146818.h
+++ b/src/emu/machine/mc146818.h
@@ -26,7 +26,7 @@
#define MCFG_MC146818_ADD(_tag, _type) \
MCFG_DEVICE_ADD(_tag, MC146818, 0) \
- mc146818_device::static_set_type(*device, mc146818_device::_type);
+ mc146818_device::static_set_type(*device, mc146818_device::_type);
//**************************************************************************
// TYPE DEFINITIONS
@@ -100,7 +100,7 @@ protected:
attotime m_last_refresh;
attotime m_period;
-
+
static const device_timer_id TIMER_CLOCK = 0;
static const device_timer_id TIMER_PERIODIC = 1;