summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2020-01-15 10:44:15 +0000
committer MooglyGuy <MooglyGuy@users.noreply.github.com>2020-01-15 11:44:15 +0100
commit48f4bb066b87bde5259b5915698685b578bdc95f (patch)
tree2de192c147384526b3b07e27e15ba1d3ad6f7ea6 /scripts
parent11d8d738fe64de9eedae917a6532e26d7de9ed19 (diff)
Plug and Play work (#6174)
* new NOT WORKING ---- Jara-Ja Land (Japan, home version) [Sean Riddle, Peter Wilhelmsen, ShouTime] * (nw) * new NOT WORKING machines ----- Design Master Denshi Mangajuku [TeamEurope] note, these use a H8/328 (24kbytes internal ROM, 1kbyte internal ROM) but at least when booting from cart it looks like they're using external mode, with internal ROM disabled, as the 'game' cart ROMs contain boot vectors (the 'design' carts don't, but those are data roms for the game carts) likely needs a proper H8 type deriving tho. * (nw) * (nw) * (nw) * (nw) * (nw) * closer type (correctly has 1k internal RAM) * banks are 0x8000 in size (nw) * (notes) * (nw) * subclass (nw) * (nw) * (nw) * ooops (nw) * improve gcslottv mojuotv
Diffstat (limited to 'scripts')
-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 e3d44505abc..2b30c67a73f 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1796,6 +1796,7 @@ files {
MAME_DIR .. "src/mame/machine/wswan.cpp",
MAME_DIR .. "src/mame/video/wswan.cpp",
MAME_DIR .. "src/mame/video/wswan.h",
+ MAME_DIR .. "src/mame/drivers/bandai_design_master.cpp",
}
createMESSProjects(_target, _subtarget, "be")