summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1205.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1205.h')
-rw-r--r--src/devices/machine/ds1205.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/ds1205.h b/src/devices/machine/ds1205.h
index 7f854d901fc..ad7432e1ac7 100644
--- a/src/devices/machine/ds1205.h
+++ b/src/devices/machine/ds1205.h
@@ -13,9 +13,6 @@
#pragma once
-#define MCFG_DS1205_ADD( _tag ) \
- MCFG_DEVICE_ADD( _tag, DS1205, 0 )
-
class ds1205_device : public device_t, public device_nvram_interface
{
public: