From 2da636bb214ee65c339b385ffc3be275d06ff76e Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Thu, 2 Jan 2025 12:30:59 +0700 Subject: ds1215: modernize and complete emulation * rename previous ds1315 to earlier/original ds1215 device * support both ds1215 and transparent access methods * implement rtc and nvram interfaces * support updating registers --- scripts/src/machine.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 3cc9b40227b..5172bcc4381 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1170,13 +1170,13 @@ end --------------------------------------------------- -- ---@src/devices/machine/ds1315.h,MACHINES["DS1315"] = true +--@src/devices/machine/ds1215.h,MACHINES["DS1215"] = true --------------------------------------------------- -if (MACHINES["DS1315"]~=null) then +if (MACHINES["DS1215"]~=null) then files { - MAME_DIR .. "src/devices/machine/ds1315.cpp", - MAME_DIR .. "src/devices/machine/ds1315.h", + MAME_DIR .. "src/devices/machine/ds1215.cpp", + MAME_DIR .. "src/devices/machine/ds1215.h", } end -- cgit v1.2.3-70-g09d2