summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2020-12-04 12:13:54 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2020-12-04 12:23:11 +0000
commitf25283c81f9bbe7b5fa58a90aa212c674359ce62 (patch)
tree61eef9ffb9b01d1c32deb497e203224bcb8f5873 /scripts/target/mame/mess.lua
parent84264c5efb9a2e642436dd7db53364b87d7ac560 (diff)
accomm: Added PCF8573 RTC.
- Added RTC interrupt, fixes TIME function. - Realigned video handling with the Electron.
Diffstat (limited to 'scripts/target/mame/mess.lua')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index bfe2b6b3982..ed649a5cb0c 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -619,6 +619,7 @@ MACHINES["OUTPUT_LATCH"] = true
MACHINES["PC_FDC"] = true
MACHINES["PC_LPT"] = true
MACHINES["PCCARD"] = true
+MACHINES["PCF8573"] = true
MACHINES["PCF8583"] = true
--MACHINES["PCF8584"] = true
MACHINES["PCF8593"] = true