diff options
author | 2020-03-01 20:11:01 +0100 | |
---|---|---|
committer | 2020-03-01 14:11:01 -0500 | |
commit | 8b70a55e7df2cffbebdea70272b39234f0add571 (patch) | |
tree | 197112e49f61084eeebafbe9e24dbd5b91b12c53 /scripts/src | |
parent | bcefd9527534b1197cd28b45dec4dec95ce3ee50 (diff) |
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"
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 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 |