summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3520cf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s3520cf.h')
-rw-r--r--src/devices/machine/s3520cf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/devices/machine/s3520cf.h b/src/devices/machine/s3520cf.h
index 675349985ff..e05e76ec85a 100644
--- a/src/devices/machine/s3520cf.h
+++ b/src/devices/machine/s3520cf.h
@@ -12,14 +12,6 @@ Seiko/Epson S-3520CF
#pragma once
-
-//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_S3520CF_ADD(tag) \
- MCFG_DEVICE_ADD((tag), S3520CF, XTAL(32'768))
-
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -30,7 +22,7 @@ class s3520cf_device : public device_t
{
public:
// construction/destruction
- s3520cf_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ s3520cf_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 32'768);
// I/O operations
DECLARE_READ_LINE_MEMBER( read_bit );