summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-06-04 15:09:40 +0200
committer hap <happppp@users.noreply.github.com>2020-06-04 15:09:51 +0200
commit7bff87f979646d7a0b878658a636ca072c7e88e8 (patch)
treee731ef51b0b9e6c0ea2a5709c5b199d6f55aa447 /scripts/src/bus.lua
parentca83ae11fe7ea23b5c64de820bb2dc56fe95dea0 (diff)
msx: add matra ink cartridge (nw)
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r--scripts/src/bus.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 0130cf9e40e..a0a0f571bf5 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1608,6 +1608,8 @@ if (BUSES["MSX_SLOT"]~=null) then
MAME_DIR .. "src/devices/bus/msx_cart/hfox.h",
MAME_DIR .. "src/devices/bus/msx_cart/holy_quran.cpp",
MAME_DIR .. "src/devices/bus/msx_cart/holy_quran.h",
+ MAME_DIR .. "src/devices/bus/msx_cart/ink.cpp",
+ MAME_DIR .. "src/devices/bus/msx_cart/ink.h",
MAME_DIR .. "src/devices/bus/msx_cart/konami.cpp",
MAME_DIR .. "src/devices/bus/msx_cart/konami.h",
MAME_DIR .. "src/devices/bus/msx_cart/korean.cpp",