From 943fc34f3994a7dd2b2e63ae844cef2dc4645fe9 Mon Sep 17 00:00:00 2001 From: fulivi Date: Mon, 27 Jul 2020 20:12:05 +0200 Subject: HP IPC: support for I/O slots and 82919 serial card added (#7001) * mc68681: tx/rx clocking from timer fixed, added partial support for break signal * hp_ipc: support for I/O slots added, 82919 serial I/O card added --- scripts/src/bus.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 6aff89a63e2..d6e3a9311fa 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4103,6 +4103,20 @@ if (BUSES["HP9845_IO"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/bus/hp_ipc_io/hp_ipc_io.h,BUSES["HP_IPC_IO"] = true +--------------------------------------------------- + +if (BUSES["HP_IPC_IO"]~=null) then + files { + MAME_DIR .. "src/devices/bus/hp_ipc_io/hp_ipc_io.cpp", + MAME_DIR .. "src/devices/bus/hp_ipc_io/hp_ipc_io.h", + MAME_DIR .. "src/devices/bus/hp_ipc_io/82919.cpp", + MAME_DIR .. "src/devices/bus/hp_ipc_io/829919.h", + } +end + --------------------------------------------------- -- --@src/devices/bus/compis/graphics.h,BUSES["COMPIS_GRAPHICS"] = true -- cgit v1.2.3-70-g09d2