diff options
| author | 2025-12-15 16:33:38 +0700 | |
|---|---|---|
| committer | 2025-12-15 16:36:36 +0700 | |
| commit | 4bf7cd48788a326316f086d09821627f506c7a7a (patch) | |
| tree | 8280b74a4ed5a00b3c8d513472093875e3d1836c /scripts/src/machine.lua | |
| parent | b7407f36fe3f32eb789b4ef1a023759c749a0145 (diff) | |
multibus/sun1.cpp: add SGI PM1 firmware [bitsavers]
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 8ecb0c96a56..6e60727d1a8 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -5467,3 +5467,14 @@ if (MACHINES["SCI4"]~=null) then MAME_DIR .. "src/devices/machine/sci4.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/sun1_mmu.h,MACHINES["SUN1_MMU"] = true +--------------------------------------------------- +if (MACHINES["SUN1_MMU"]~=null) then + files { + MAME_DIR .. "src/devices/machine/sun1_mmu.cpp", + MAME_DIR .. "src/devices/machine/sun1_mmu.h", + } +end |
