diff options
| author | 2018-08-20 14:41:38 +0200 | |
|---|---|---|
| committer | 2018-08-20 14:41:49 +0200 | |
| commit | 6641adfc90597b1f5894c59de8f016303492fa79 (patch) | |
| tree | c9f36b75b46b5f35c31e14e3d30ca21c685d7ebb /scripts/src/machine.lua | |
| parent | 3ff74fc5fc9ad29a0fd5dc46d0fa18e5a0efe0fe (diff) | |
-pcf8583: Added rudimentary Philips PCF8583 RTC emulation, based on the PCF8593 device. [Ryan Holtz]
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 08f26d2ad5c..51129ed6be2 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2123,6 +2123,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/pcf8583.h,MACHINES["PCF8583"] = true +--------------------------------------------------- + +if (MACHINES["PCF8583"]~=null) then + files { + MAME_DIR .. "src/devices/machine/pcf8583.cpp", + MAME_DIR .. "src/devices/machine/pcf8583.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/pcf8593.h,MACHINES["PCF8593"] = true --------------------------------------------------- |
