summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-11-10 14:26:59 +0000
committer smf- <smf-@users.noreply.github.com>2016-11-10 14:32:51 +0000
commit677ec78eb50decdc40fad3d30daa3560feaff3cc (patch)
tree7dfd4fd07c166c631063d7a0d12d1b0dba0f0e61 /scripts
parent9ff288b3adc05bc40e3ca4469a71d6050ab95e38 (diff)
Implemented G-NET bios flashing, games that require the v2 bios now require you to update
the bios and turn off JP1 as part of the installation. A v1 bios flash is included, but you aren't forced to use it. [smf] Moved G-NET protection out of ATAFLASH and into individual devices for each type of card [smf] Implemented enough analogue control reading on ZN1/ZN2 for RC De Go & Go By RC [smf] Fixed ZN1/ZN2 DSW descriptions [smf] Added build dates and times to G-NET game descriptions [smf] New machines added or promoted from NOT_WORKING status ------------------------------------------------------ Shikigami no Shiro - internal build (V1.02J 2001/09/27 18:45) [rtw, ShouTime, smf, O.Galibert] Go By RC (V2.03O 1999/05/25 13:31) [smf] RC De Go (V2.03J 1999/05/22 19:29) [smf]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 27944446f9a..f3670262e62 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3433,8 +3433,8 @@ files {
createMAMEProjects(_target, _subtarget, "sony")
files {
MAME_DIR .. "src/mame/drivers/zn.cpp",
- MAME_DIR .. "src/mame/machine/zndip.cpp",
- MAME_DIR .. "src/mame/machine/zndip.h",
+ MAME_DIR .. "src/mame/machine/znmcu.cpp",
+ MAME_DIR .. "src/mame/machine/znmcu.h",
MAME_DIR .. "src/mame/machine/cat702.cpp",
MAME_DIR .. "src/mame/machine/cat702.h",
}