summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author dxl <41547105+hp9k@users.noreply.github.com>2018-10-09 19:46:35 +0200
committer R. Belmont <rb6502@users.noreply.github.com>2018-10-09 13:46:35 -0400
commitad3ad560a63a2c5a500917c4eebd2fd147ffb399 (patch)
treeccfb15aad528a471a62efe349f91512d1cd19e15 /scripts
parent98e45537181c2de35f263bee235eb886b081dcc3 (diff)
hp9k_3xx: add HP98620 DMA controller (#4094)
* hp9k_3xx: add HP98620 DMA controller * hp98620: remove unused defines (nw)
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 86fade73bff..92c516ecdf8 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -891,6 +891,8 @@ if (BUSES["HPDIO"]~=null) then
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/hp98620.cpp",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98620.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98644.cpp",
MAME_DIR .. "src/devices/bus/hp_dio/hp98644.h",
MAME_DIR .. "src/devices/bus/hp_dio/human_interface.cpp",