diff options
Diffstat (limited to 'src/emu/machine/ds1302.c')
-rw-r--r-- | src/emu/machine/ds1302.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/machine/ds1302.c b/src/emu/machine/ds1302.c index fdad770932f..3ebaab9450c 100644 --- a/src/emu/machine/ds1302.c +++ b/src/emu/machine/ds1302.c @@ -225,3 +225,6 @@ static const char DEVTEMPLATE_SOURCE[] = __FILE__; #define DEVTEMPLATE_NAME "Dallas DS1302 RTC" #define DEVTEMPLATE_FAMILY "Dallas DS1302 RTC" #include "devtempl.h" + + +DEFINE_LEGACY_DEVICE(DS1302, ds1302); |