diff options
| author | 2026-03-11 07:24:45 +0900 | |
|---|---|---|
| committer | 2026-03-11 09:24:45 +1100 | |
| commit | 00d99a4b8784552074f3884cb10369db697bac73 (patch) | |
| tree | 4b60e59a3650acde94291d2765f93963a973182b /scripts | |
| parent | 1ae8a2ad5cc01b11aae6164b9da8630dbedfd159 (diff) | |
video/ky3211_ky10510.cpp: Made TAXAN KY-3211 and KY-10510 into separate devices. (#15010)
* sigma/sammymdl.cpp: Separated Sammy medal games from Sigma B-98 games in sigma/sigmab98.cpp.
* sigma/sigmab98.cpp: Cleaned up code.
* Use multibyte helpers for 16-bit parameters, use BIT helper to extract bits.
* Reduced duplication, improved names.
* Use abbreviated integer type names consistently.
* Updated notes.
-sigma/sigmab98.cpp: Marked dodghero as MACHINE_IMPERFECT_TIMING.
* Its title screen runs faster than should, which causes desyncing title call.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/video.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 535113692f7..fa1407d1f89 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -789,6 +789,18 @@ end -------------------------------------------------- -- +--@src/devices/video/ky3211_ky10510.h,VIDEOS["KY3211_KY10510"] = true +-------------------------------------------------- + +if VIDEOS["KY3211_KY10510"] then + files { + MAME_DIR .. "src/devices/video/ky3211_ky10510.cpp", + MAME_DIR .. "src/devices/video/ky3211_ky10510.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/lc7580.h,VIDEOS["LC7580"] = true -------------------------------------------------- |
