From a7425f83dffe38e64253a606abf334f1a8a3e860 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sun, 21 May 2023 22:17:46 +0200 Subject: Initial work towards i440bx chipset (#11037) - implement stubs for i82443bx_host and i82371eb PCI devices, hooks up base PCI stubs to midway/midqslvr.cpp, misc/comebaby.cpp and misc/xtom3d.cpp - misc/xtom3d.cpp: preliminary implementation of Oksan ROM DISK ISA card - machine/pci-smbus.h: make map public so it can be reused by i82371eb_acpi (would otherwise fail mapping to the intended HW) New systems marked not working ---------------------------------- Pump It Up: The 1st Dance Floor [ATR4X, Gergc, Pawprint, infamouspat, Ruubbinnexx, H4M573R, Angelo Salese, Hammy] --- scripts/src/machine.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 28173df5241..1d63d08dca7 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2793,8 +2793,18 @@ if (MACHINES["PCI"]~=null) then MAME_DIR .. "src/devices/machine/i82439hx.h", MAME_DIR .. "src/devices/machine/i82439tx.cpp", MAME_DIR .. "src/devices/machine/i82439tx.h", + MAME_DIR .. "src/devices/machine/i82443bx_host.cpp", + MAME_DIR .. "src/devices/machine/i82443bx_host.h", MAME_DIR .. "src/devices/machine/i82371sb.cpp", MAME_DIR .. "src/devices/machine/i82371sb.h", + MAME_DIR .. "src/devices/machine/i82371eb_isa.cpp", + MAME_DIR .. "src/devices/machine/i82371eb_isa.h", + MAME_DIR .. "src/devices/machine/i82371eb_ide.cpp", + MAME_DIR .. "src/devices/machine/i82371eb_ide.h", + MAME_DIR .. "src/devices/machine/i82371eb_acpi.cpp", + MAME_DIR .. "src/devices/machine/i82371eb_acpi.h", + MAME_DIR .. "src/devices/machine/i82371eb_usb.cpp", + MAME_DIR .. "src/devices/machine/i82371eb_usb.h", MAME_DIR .. "src/devices/machine/lpc.h", MAME_DIR .. "src/devices/machine/lpc-acpi.cpp", MAME_DIR .. "src/devices/machine/lpc-acpi.h", -- cgit v1.2.3-70-g09d2