From 8b70a55e7df2cffbebdea70272b39234f0add571 Mon Sep 17 00:00:00 2001 From: fulivi Date: Sun, 1 Mar 2020 20:11:01 +0100 Subject: hp80: HP82939 serial I/O module added (#6366) * hp80: added HP82939 serial I/O module. Fixed a small bug in INS8250 that prevented module self-test to pass. Improved the interrupt handling of hp80 systems. * hp80: changed scheduling to use "set_perfect_quantum" --- scripts/src/bus.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 9aa8111eb51..87b372b9e50 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3942,6 +3942,8 @@ if (BUSES["HP80_IO"]~=null) then MAME_DIR .. "src/devices/bus/hp80_io/hp80_io.h", MAME_DIR .. "src/devices/bus/hp80_io/82937.cpp", MAME_DIR .. "src/devices/bus/hp80_io/82937.h", + MAME_DIR .. "src/devices/bus/hp80_io/82939.cpp", + MAME_DIR .. "src/devices/bus/hp80_io/82939.h", } end -- cgit v1.2.3