summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-07-23 18:59:52 +0200
committer hap <happppp@users.noreply.github.com>2021-07-23 19:00:08 +0200
commitb8974ddcba6c266a878c6bfe83d3a2391cc91a42 (patch)
tree938767d7021bde2e2d819ccb5ec49709eccb13b0 /scripts
parent5e96746f9effa6e6a19205da5c302cd54e907f9c (diff)
New NOT_WORKING software list additions
--------------------------------------- msx1+cart: Easi-Speech [hap]
Diffstat (limited to 'scripts')
-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 f575c3b396d..d889e7af294 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1692,6 +1692,8 @@ if (BUSES["MSX_SLOT"]~=null) then
MAME_DIR .. "src/devices/bus/msx_cart/disk.h",
MAME_DIR .. "src/devices/bus/msx_cart/dooly.cpp",
MAME_DIR .. "src/devices/bus/msx_cart/dooly.h",
+ MAME_DIR .. "src/devices/bus/msx_cart/easi_speech.cpp",
+ MAME_DIR .. "src/devices/bus/msx_cart/easi_speech.h",
MAME_DIR .. "src/devices/bus/msx_cart/fmpac.cpp",
MAME_DIR .. "src/devices/bus/msx_cart/fmpac.h",
MAME_DIR .. "src/devices/bus/msx_cart/fs_sr022.cpp",