summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-12-24 18:58:45 +0100
committer Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-12-24 18:59:14 +0100
commit7ebdb0bd9793158ea00de6962825e34fe93421ce (patch)
treef9c9975cd332b37515d5111cacb7ae77c2ea3588 /scripts/src/machine.lua
parent3ec0a6596975ffb5e386d746b9179125cf518a25 (diff)
New machines marked as NOT_WORKING
------------------ Hewlett-Packard Jornada 720 [Ryan Holtz] * arm7: Fixed interaction between instruction prefetching with the MMU enabled. [Ryan Holtz] * sa111: Added skeleton device for Intel SA-1111 Microprocessor Companion Chip. [Ryan Holtz] * sed1356: Added skeleton device for Epson/Seiko SED1356 video controller. [Ryan Holtz] * sa1110: Various cleanups. Added rudimentary SSP module support. [Ryan Holtz]
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 6a31c46a513..c4c8ce57edf 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2888,6 +2888,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/sa1111.h,MACHINES["SA1111"] = true
+---------------------------------------------------
+
+if (MACHINES["SA1111"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/sa1111.cpp",
+ MAME_DIR .. "src/devices/machine/sa1111.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/saa1043.h,MACHINES["SAA1043"] = true
---------------------------------------------------