summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2020-12-10 19:36:44 +0000
committer GitHub <noreply@github.com>2020-12-10 14:36:44 -0500
commit7936345809f431997184c8e303bd892f7b39dfd2 (patch)
tree45b9bfd9aea254e2e70fb49772a3ba4d2f66b36d /scripts/target/mame/mess.lua
parentc1741e625b28ed2320cb45273f2ab06315df30c4 (diff)
new NOT WORKING machines (Plug and Play) (#7541)
* set additions, see main decription * not working additions, see main description * more not working bits, see main description * more not working additions, see main description * consistency fix
Diffstat (limited to 'scripts/target/mame/mess.lua')
-rw-r--r--scripts/target/mame/mess.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 0188badce30..82245dc559a 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -4068,6 +4068,7 @@ files {
MAME_DIR .. "src/mame/drivers/generalplus_gpl16250_nand.cpp",
MAME_DIR .. "src/mame/drivers/generalplus_gpl16250_mobigo.cpp",
MAME_DIR .. "src/mame/drivers/generalplus_gpl16250_spi.cpp",
+ MAME_DIR .. "src/mame/drivers/generalplus_gpl16250_spi_direct.cpp",
MAME_DIR .. "src/mame/includes/generalplus_gpl16250.h",
MAME_DIR .. "src/mame/includes/generalplus_gpl16250_romram.h",
MAME_DIR .. "src/mame/includes/generalplus_gpl16250_nand.h",
@@ -4101,6 +4102,7 @@ files {
MAME_DIR .. "src/mame/machine/xavix2002_io.h",
MAME_DIR .. "src/mame/drivers/xavix2.cpp",
MAME_DIR .. "src/mame/drivers/titan_soc.cpp",
+ MAME_DIR .. "src/mame/drivers/st22xx_bbl338.cpp",
MAME_DIR .. "src/mame/drivers/unk6502_st2xxx.cpp",
MAME_DIR .. "src/mame/drivers/actions_atj2279b.cpp",
MAME_DIR .. "src/mame/drivers/pubint_storyreader.cpp",
@@ -4410,6 +4412,7 @@ files {
MAME_DIR .. "src/mame/drivers/dual68.cpp",
MAME_DIR .. "src/mame/drivers/e100.cpp",
MAME_DIR .. "src/mame/drivers/eacc.cpp",
+ MAME_DIR .. "src/mame/drivers/easy_karaoke.cpp",
MAME_DIR .. "src/mame/drivers/elwro800.cpp",
MAME_DIR .. "src/mame/drivers/epic14e.cpp",
MAME_DIR .. "src/mame/drivers/esprit.cpp",