summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author David Haywood <mamehaze@gmail.com>2018-12-29 02:03:40 +0000
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-12-28 21:03:40 -0500
commit35ff1ea40bae75370e3e952212a0151ad0370d2a (patch)
tree597d6003df80306d2a5af5e7e9366670cc078499 /scripts/src
parent7b8ae74be1f9fbae2cfc6a34f123830447672f25 (diff)
XaviX work (new softlist entries etc. promote ddrfammt, popira, nostalgia, card night etc. to working) (#4439)
* XaviX work new Software List items [Sean Riddle, David Haywood] ekara_japan_d:dc0002 BAT Volume 6 (Japan) (DC0002-BAT) ekara_japan_d:dc0005 TV Pop Volume 9 (Japan) (DC0005-TPJ) ekara_japan_p:pc0001 BHT Volume 4 (Japan) (PC0001-BHT) ekara_japan_p:pc0003 ENB Volume 1 (Japan) (PC0003-ENB) ekara_japan_g:gc0001 BAT Volume 1 (Japan) (GC0001-BAT) ekara_japan_g:gc0016 TV Pop Volume 5 (Japan) (GC0016-TPJ) ekara_japan_web:ekaraweb12 e-kara Web cartridge 12M (blank) (Japan) new clones e-kara (US?, NTSC, set 2) [Sean Riddle] enable support for 'p' type cartridges for use with ddrfammt [David Haywood] various documentation improvements [Sean Riddle, David Haywood] (there are also 3 bad dumps, currently commented out, will replace later) * improved filenames (nw) * for later (nw) * checkpoint (nw) * seeprom stuff (nw) * (nw) * correctly saves, does not correctly reload, also promote popira and ddrfammt to working * new Software List entries [Sean Riddle, David Haywood] ekara_japan:ec0001 J-Pop Mix Volume 1 (Japan) (EC0001-JPM) ekara_japan:ec0032 ANM Volume 2 (Japan) (EC0032-ANM) ekara_japan:ec0037 ENK Volume 4 (Japan) (EC0037-ENK) ekara_japan:ec0046 J-Pop Mix Volume 20 (Japan) (EC0046-JPM) ekara_japan:ec0005 J-Pop Mix Volume 5 (Japan) (EC0005-JPM) ekara_japan:ec0007 1976-78 Volume 1 (Japan) (EC0007-G76) ekara_japan:ec0079 ETZ (Japan) (EC0079-ETZ) ekara_japan:ec0082 Matthew's Best Hit Selection (Japan) (EC0082-MBH) ekara_japan:ec0009 ANM Volume 1 (Japan) (EC0009-ANM) ekara_japan_en:en3 EN-3 (Japan) ekara_japan_m:mc0013 KSM Mini Volume 5 (Japan) (MC0005-KSM) ekara_japan_s:sc0012 SAI (series 3) Volume 3 (Japan) (SC0012-SAI) ekara_japan_s:sc0004 SAI (series 1) Volume 1 (Japan) (SC0004-SAI) ekara_japan_g:gc0002 BHT Volume 1 (Japan) (GC0002-BHT) ekara_japan_g:gc0003 BAT Volume 2 (Japan) (GC0003-BAT) ekara_japan_g:gc0004 BHT Volume 2 (Japan) (GC0004-BHT) ekara_japan_p:pc0004 BHT Volume 7 (Japan) (PC0004-BHT) * (nw) * notes (nw) * (nw) * this register seems to be r/w (nw) * fix crash in popira when pausing (requires register readback) * save state stuff (nw) * give excite fishing some inputs while I'm making misc minor changes (nw) * also promote the Nostalgia games, and Card Night, as they have simple digital inputs and seem to work * (nw) * copy+paste modernization * 2 more dumps (nw) * doesn't seem to have an seeprom (nw) * preliminary taikodp controls (nw) * P4 uses SEEPROM (nw) * rejig some bases (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index dc6bbd80a91..a80e2f6e127 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -784,6 +784,19 @@ if (BUSES["ECONET"]~=null) then
}
end
+---------------------------------------------------
+--
+--@src/devices/bus/ekara/slot.h,BUSES["EKARA"] = true
+---------------------------------------------------
+
+if (BUSES["EKARA"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/bus/ekara/slot.cpp",
+ MAME_DIR .. "src/devices/bus/ekara/slot.h",
+ MAME_DIR .. "src/devices/bus/ekara/rom.cpp",
+ MAME_DIR .. "src/devices/bus/ekara/rom.h",
+ }
+end
---------------------------------------------------
--