diff options
| author | 2019-05-10 23:58:46 +0200 | |
|---|---|---|
| committer | 2019-05-10 23:59:14 +0200 | |
| commit | 463c53087f5e83280c63024218855a23edd19f3c (patch) | |
| tree | ab6838b3dec1b93694a9788223b3ebe8c4f5a237 /scripts | |
| parent | deaa0b5da5c1806a68c9e287830b4df7ed8c6662 (diff) | |
-vino: Added skeleton device for SGI VINO (Video In, No Out) chip. [Ryan Holtz]
-newport: Unified command handling, should function better and faster as a result. [Ryan Holtz]
-hpc3: Added intstat register and DAC volume controls. [Ryan Holtz]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 714f6a56732..b1382c637e8 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3097,6 +3097,8 @@ files { MAME_DIR .. "src/mame/drivers/crimson.cpp", MAME_DIR .. "src/mame/drivers/o2.cpp", MAME_DIR .. "src/mame/drivers/octane.cpp", + MAME_DIR .. "src/mame/machine/vino.cpp", + MAME_DIR .. "src/mame/machine/vino.h", MAME_DIR .. "src/mame/machine/sgi.cpp", MAME_DIR .. "src/mame/machine/sgi.h", MAME_DIR .. "src/mame/machine/hal2.cpp", |
