diff options
| author | 2019-05-11 01:23:34 +0100 | |
|---|---|---|
| committer | 2019-05-10 20:23:34 -0400 | |
| commit | de235f462365cd06b2fffd1e3a977aab65534f22 (patch) | |
| tree | 02382ed868d7285b84fd75e4252589f457b4f1a0 /scripts | |
| parent | a62ca583c46efc388171fe4635f12d21cfd99e65 (diff) | |
allow smartfp to show.. something (nw) (#5030)
* smartfp generate an interrupt, add a palette (nw)
* video registers look a lot like the spg220 hw here (nw)
* getting ready to split into video (nw)
* code shuffle (nw)
* shuffle (nw)
* (nw)
* (nw)
* (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 0d5de2868b2..df21feff0cf 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2673,6 +2673,8 @@ if (MACHINES["SPG2XX"]~=null) then MAME_DIR .. "src/devices/machine/spg110_video.h", MAME_DIR .. "src/devices/machine/sunplus_gcm394.cpp", MAME_DIR .. "src/devices/machine/sunplus_gcm394.h", + MAME_DIR .. "src/devices/machine/sunplus_gcm394_video.cpp", + MAME_DIR .. "src/devices/machine/sunplus_gcm394_video.h", } end |
