summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author James Wallace <james-wallace-ghub@users.noreply.github.com>2024-06-26 01:12:12 +0100
committer GitHub <noreply@github.com>2024-06-25 20:12:12 -0400
commitc8c09a8c88ca41e8478ac22a0269fcdad43b5cc9 (patch)
tree22f77c44346364c0180298a260bb52ceefb1567f /scripts/src
parent6f3eab751455fea80250d3008b1e7a36ca5fabb4 (diff)
cops.cpp: Promote Revelations to working (#12485)
* LDP1450: Added HLE of player and hookups to some games that use it * LDP1450: Tweaked timings * LDP1450 - added some more comms, and text overlay logging * cops.cpp: Fixed loose input that stopped Nova games from booting * cops.cpp: Add Revelations support * LDP1450: Added multibyte command support * Revelations: Add SHA1 for disc image (needs redump)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/machine.lua24
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index ace32673389..7814da83e12 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2084,6 +2084,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ldp1450hle.h,MACHINES["LDP1450HLE"] = true
+---------------------------------------------------
+
+if (MACHINES["LDP1450HLE"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ldp1450hle.cpp",
+ MAME_DIR .. "src/devices/machine/ldp1450hle.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ldvp931.h,MACHINES["LDVP931"] = true
---------------------------------------------------
@@ -3037,6 +3049,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/r65c52.h,MACHINES["R65C52"] = true
+---------------------------------------------------
+
+if (MACHINES["R65C52"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/r65c52.cpp",
+ MAME_DIR .. "src/devices/machine/r65c52.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ra17xx.h,MACHINES["RA17XX"] = true
---------------------------------------------------