diff options
| author | 2024-02-10 23:48:53 +0100 | |
|---|---|---|
| committer | 2024-02-10 23:48:53 +0100 | |
| commit | 3a454f56155a91d2020e50dc58008dfcbcb1be38 (patch) | |
| tree | 6662a26e4c21d278d4cf6fb18782541a8b60d960 /scripts/src | |
| parent | cfebf8ae941faf0ab8e85f0b436bb5386d60e75a (diff) | |
bus/pci: add stub for ESS Solo1/Maestro line
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 c2d458bd23f..c8557bc60c4 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5466,6 +5466,8 @@ if (BUSES["PCI"]~=null) then MAME_DIR .. "src/devices/bus/pci/audiowerk2.h", MAME_DIR .. "src/devices/bus/pci/ds2416.cpp", MAME_DIR .. "src/devices/bus/pci/ds2416.h", + MAME_DIR .. "src/devices/bus/pci/ess_maestro.cpp", + MAME_DIR .. "src/devices/bus/pci/ess_maestro.h", MAME_DIR .. "src/devices/bus/pci/geforce.cpp", MAME_DIR .. "src/devices/bus/pci/geforce.h", MAME_DIR .. "src/devices/bus/pci/mga2064w.cpp", |
