summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/v3021.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-11-22 22:46:44 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-11-22 22:46:44 +0000
commit4026305a367fcf3079efd324d06b15853ac9cd48 (patch)
tree1fb3c959fb496d00a4a1b3a3c93a786c9eddca61 /src/emu/machine/v3021.h
parent3c4c946e666f71db6f105aede69871219246fa48 (diff)
tbh I don't think that the RTC clock(s) are supposed to be changed, so let's simplify the macros, nw
Diffstat (limited to 'src/emu/machine/v3021.h')
-rw-r--r--src/emu/machine/v3021.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/v3021.h b/src/emu/machine/v3021.h
index dcb401cc9e0..3ba3f06581b 100644
--- a/src/emu/machine/v3021.h
+++ b/src/emu/machine/v3021.h
@@ -19,8 +19,8 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MCFG_V3021_ADD(_tag, _clock ) \
- MCFG_DEVICE_ADD(_tag, v3021, _clock) \
+#define MCFG_V3021_ADD(_tag) \
+ MCFG_DEVICE_ADD(_tag, v3021, XTAL_32_768kHz) \
//**************************************************************************