summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author 987123879113 <63495610+987123879113@users.noreply.github.com>2023-04-01 03:39:02 +0900
committer GitHub <noreply@github.com>2023-04-01 05:39:02 +1100
commitec6b3d2b5542b5b02339d066b35f7818bd5dbb57 (patch)
tree982b99f561867ebf05ad0f69b8750e75407a56f4 /scripts/src/machine.lua
parentfbf158b7c8bdbaae9df171d807f40878aa5aefd7 (diff)
namcos10: Refactored driver, and implemented MEM(M) and MEM(N) boards. (#11053)
* machine/smartmed.cpp, machine/nandflash.cpp: Separated NAND Flash from smartmed. * sound/spu.cpp: Calculate tables based on clock speed. * machine/intelfsh.cpp: Added Intel 28F640J5 device. * namco/namcos10.cpp: Refactored driver, and implemented MEM(M) and MEM(N) boards. * namco/namcos10.cpp: Fixed parenting of Mr. Driller 2, and renamed Kono e Tako.
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 d77e3f27042..35b191e8303 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2655,6 +2655,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/nandflash.h,MACHINES["NANDFLASH"] = true
+---------------------------------------------------
+
+if (MACHINES["NANDFLASH"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/nandflash.cpp",
+ MAME_DIR .. "src/devices/machine/nandflash.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/nmc9306.h,MACHINES["NMC9306"] = true
---------------------------------------------------
* splash.cpp: added a note about a Rebus year hack which has been dumped (nw) Ivan Vangelista2020-01-071-1/+1 * Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4 * (nw) coin fixes for various gaelco games. Robbbert2019-08-031-2/+2 * machine/74259.cpp : Simplify handlers cam9002019-05-011-8/+2 * 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-3/+3 * (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+5 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+5 * srcclean and cleanup (nw) Vas Crabb2019-01-271-5/+5 * splash.cpp: Update ROM names as per labels silkscreened on the PCB (nw) (#4445) ClawGrip2018-12-301-41/+41 * -2203intf: Removed MCFG macro, nw