summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc9701.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc9701.h')
-rw-r--r--src/devices/machine/rtc9701.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/devices/machine/rtc9701.h b/src/devices/machine/rtc9701.h
index 628b3bb6e5e..922fc6a0ad6 100644
--- a/src/devices/machine/rtc9701.h
+++ b/src/devices/machine/rtc9701.h
@@ -14,14 +14,6 @@
#pragma once
-
-//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_RTC9701_ADD(tag) \
- MCFG_DEVICE_ADD((tag), RTC9701, XTAL(32'768))
-
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -34,7 +26,7 @@ class rtc9701_device : public device_t,
{
public:
// construction/destruction
- rtc9701_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ rtc9701_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 32'768);
// I/O operations