diff options
| author | 2017-09-04 23:33:51 +0200 | |
|---|---|---|
| committer | 2017-09-06 03:03:51 +1000 | |
| commit | 5216b5414f6196535b2769b89105f7746cf31c81 (patch) | |
| tree | e4d8f92ba9ca5aadde433825e001bc735da430dc /scripts/src | |
| parent | 72f0490bf1b50a30b8b4617665cff7cac3da831a (diff) | |
hp9k_3xx: add 98603 ROM card
Even if BASIC doesn't boot yet it's handy to have the ROM card in the code
and BASIC in the software list.
Diffstat (limited to 'scripts/src')
| -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 f3ca1efab6d..0cffcaeee67 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -758,6 +758,8 @@ 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", } end |
