From ffec060895d3318a83756114b5302f1b7488435c Mon Sep 17 00:00:00 2001 From: smf- Date: Thu, 8 Mar 2018 10:32:16 +0000 Subject: [PATCH] MK48T12, correct size [smf] --- src/devices/machine/timekpr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/timekpr.cpp b/src/devices/machine/timekpr.cpp index 54b8b5011c7..9e315e4b228 100644 --- a/src/devices/machine/timekpr.cpp +++ b/src/devices/machine/timekpr.cpp @@ -179,7 +179,7 @@ mk48t08_device::mk48t08_device(const machine_config &mconfig, const char *tag, d } mk48t12_device::mk48t12_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) - : timekeeper_device(mconfig, MK48T12, tag, owner, clock, 0x2000) + : timekeeper_device(mconfig, MK48T12, tag, owner, clock, 0x800) { m_offset_watchdog = -1; m_offset_control = 0x7f8;