diff options
| author | 2025-12-15 16:33:38 +0700 | |
|---|---|---|
| committer | 2025-12-15 16:36:36 +0700 | |
| commit | 4bf7cd48788a326316f086d09821627f506c7a7a (patch) | |
| tree | 8280b74a4ed5a00b3c8d513472093875e3d1836c /scripts | |
| parent | b7407f36fe3f32eb789b4ef1a023759c749a0145 (diff) | |
multibus/sun1.cpp: add SGI PM1 firmware [bitsavers]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 | ||||
| -rw-r--r-- | scripts/src/machine.lua | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 98fd11c0f90..08a2dbf822f 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5794,6 +5794,8 @@ if (BUSES["MULTIBUS"]~=null) then MAME_DIR .. "src/devices/bus/multibus/robotron_k7070.h", MAME_DIR .. "src/devices/bus/multibus/robotron_k7071.cpp", MAME_DIR .. "src/devices/bus/multibus/robotron_k7071.h", + MAME_DIR .. "src/devices/bus/multibus/sun1.cpp", + MAME_DIR .. "src/devices/bus/multibus/sun1.h", } end 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 |
