diff options
| author | 2025-06-11 07:38:27 -0400 | |
|---|---|---|
| committer | 2025-06-11 07:38:27 -0400 | |
| commit | 8da6d7a8b003bd587ceb067094af09bd04caf714 (patch) | |
| tree | af33386e9814d95e6f90098c0692bcf5400c5b4c /scripts | |
| parent | 7410d18d46547f429afc9d5d4ec9208bf7c6b009 (diff) | |
video/ariel.cpp: New device for the Apple "Ariel" RAMDAC used in several lower-end Macs. [R. Belmont]
apple/v8.cpp: Use the Ariel device.
machine/pseudovia.cpp: Improved accuracy, support more interrupt lines, and support the "AIV3" variant used in Duo Docks. [R. Belmont]
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 03a8b19b6a0..10143752bce 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -57,6 +57,18 @@ end -------------------------------------------------- -- +--@src/devices/video/ariel.h,VIDEOS["ARIEL"] = true +-------------------------------------------------- + +if (VIDEOS["ARIEL"]~=null) then + files { + MAME_DIR .. "src/devices/video/ariel.cpp", + MAME_DIR .. "src/devices/video/ariel.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/atirage.h,VIDEOS["ATIRAGE"] = true -------------------------------------------------- |
