diff options
author | 2023-04-03 13:08:38 +0200 | |
---|---|---|
committer | 2023-04-03 14:02:03 +0200 | |
commit | a2e265a539154e387dc9abf5fe32af01a138fdfc (patch) | |
tree | eb7e114f35ce90324cd6883eaf382d3b7704d1cf /scripts/src/machine.lua | |
parent | 36d2db7b0e5dd07c5d10e1d0f3f3a3f6c0bde01c (diff) |
pegasos2: Initial devices for MV64361 and VT8231
Enough to get data from the initial bootloader to the serial console.
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 35b191e8303..0ee6d5ba4fe 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2792,6 +2792,8 @@ if (MACHINES["PCI"]~=null) then 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/mv6436x.cpp", + MAME_DIR .. "src/devices/machine/mv6436x.h", MAME_DIR .. "src/devices/machine/vrc4373.cpp", MAME_DIR .. "src/devices/machine/vrc4373.h", MAME_DIR .. "src/devices/machine/vrc5074.cpp", @@ -2816,6 +2818,8 @@ if (MACHINES["PCI"]~=null) then MAME_DIR .. "src/devices/machine/sis950_smbus.h", MAME_DIR .. "src/devices/machine/sis85c496.cpp", MAME_DIR .. "src/devices/machine/sis85c496.h", + MAME_DIR .. "src/devices/machine/vt8231_isa.cpp", + MAME_DIR .. "src/devices/machine/vt8231_isa.h", } end |