diff options
| author | 2020-12-04 12:13:54 +0000 | |
|---|---|---|
| committer | 2020-12-04 12:23:11 +0000 | |
| commit | f25283c81f9bbe7b5fa58a90aa212c674359ce62 (patch) | |
| tree | 61eef9ffb9b01d1c32deb497e203224bcb8f5873 /scripts/src/machine.lua | |
| parent | 84264c5efb9a2e642436dd7db53364b87d7ac560 (diff) | |
accomm: Added PCF8573 RTC.
- Added RTC interrupt, fixes TIME function.
- Realigned video handling with the Electron.
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 ac96f03e4cc..db520225ce0 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2432,6 +2432,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/pcf8573.h,MACHINES["PCF8573"] = true +--------------------------------------------------- + +if (MACHINES["PCF8573"]~=null) then + files { + MAME_DIR .. "src/devices/machine/pcf8573.cpp", + MAME_DIR .. "src/devices/machine/pcf8573.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/pcf8583.h,MACHINES["PCF8583"] = true --------------------------------------------------- |
