diff options
| author | 2018-04-04 21:45:46 +0200 | |
|---|---|---|
| committer | 2018-04-04 21:45:46 +0200 | |
| commit | d9a631daa2e44a25bbc39b329a88cf2e1d72434a (patch) | |
| tree | 78edc5b61d76b6db10fa3a582d39586db2579ef7 /scripts | |
| parent | c460fa875cf673b432632a2c2e97ab528587bc2d (diff) | |
hp9k_3xx: add 98644 async serial card
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index baba54abbad..27ccb1b8210 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -838,6 +838,8 @@ if (BUSES["HPDIO"]~=null) then 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/hp98644.cpp", + MAME_DIR .. "src/devices/bus/hp_dio/hp98644.h", } end |
