summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1204.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1204.h')
-rw-r--r--src/devices/machine/ds1204.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/ds1204.h b/src/devices/machine/ds1204.h
index 12bc61657e4..59dc5718989 100644
--- a/src/devices/machine/ds1204.h
+++ b/src/devices/machine/ds1204.h
@@ -13,9 +13,6 @@
#pragma once
-#define MCFG_DS1204_ADD( _tag ) \
- MCFG_DEVICE_ADD( _tag, DS1204, 0 )
-
class ds1204_device : public device_t, public device_nvram_interface
{
public: