summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index d57cd09c690..b2e0b5abe27 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -836,8 +836,10 @@ if (BUSES["HPDIO"]~=null) then
MAME_DIR .. "src/devices/bus/hp_dio/hp_dio.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98544.cpp",
MAME_DIR .. "src/devices/bus/hp_dio/hp98544.h",
- MAME_DIR .. "src/devices/bus/hp_dio/hp98603.cpp",
- MAME_DIR .. "src/devices/bus/hp_dio/hp98603.h",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98603a.cpp",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98603a.h",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98603b.cpp",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98603b.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98644.cpp",
MAME_DIR .. "src/devices/bus/hp_dio/hp98644.h",
}