From 5832c7c2de9ce0ca1baa840050d689bf2b79a96b Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Mon, 16 Apr 2018 15:00:04 +0200 Subject: split up hp98603 basic rom card The 98603A and 98603B cards have different base addresses and sizes for the rom region. Split up the cards so that we can boot HP BASIC 4 and HP BASIC 5.1. Signed-off-by: Sven Schnelle --- scripts/src/bus.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/src') 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", } -- cgit v1.2.3