From 5216b5414f6196535b2769b89105f7746cf31c81 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Mon, 4 Sep 2017 23:33:51 +0200 Subject: 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. --- scripts/src/bus.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3