summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2023-02-04 15:44:25 -0500
committer arbee <rb6502@users.noreply.github.com>2023-02-04 15:44:25 -0500
commit758fabb885d68565f7e9139f8647c6118472500b (patch)
tree4d1cde8343dee9cd815b4d4a171aaf30a7cd33d5 /scripts/src/machine.lua
parent3db33c24b1c1ade880a7205a4e8a556b9bb61504 (diff)
New machines added as NOT_WORKING
--------------------------------- Power Macintosh G3 [R. Belmont] iMac (Bondi blue) [R. Belmont, Guru]
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index e3bcc75c45d..c7a038195ec 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2779,6 +2779,8 @@ if (MACHINES["PCI"]~=null) then
MAME_DIR .. "src/devices/machine/lpc-rtc.h",
MAME_DIR .. "src/devices/machine/lpc-pit.cpp",
MAME_DIR .. "src/devices/machine/lpc-pit.h",
+ MAME_DIR .. "src/devices/machine/mpc106.cpp",
+ MAME_DIR .. "src/devices/machine/mpc106.h",
MAME_DIR .. "src/devices/machine/vrc4373.cpp",
MAME_DIR .. "src/devices/machine/vrc4373.h",
MAME_DIR .. "src/devices/machine/vrc5074.cpp",