diff options
author | 2025-01-08 17:42:04 +0700 | |
---|---|---|
committer | 2025-01-08 17:42:04 +0700 | |
commit | cc47a0ebda2abf84f3fdc02b15b2d5d20f5fb59f (patch) | |
tree | f3996100ce6d45eea163e29c476e34b4aeb25088 | |
parent | 2ebb007986babc3f900a6348eae2a46ca42fb4de (diff) |
Systems promoted to working
---------------------------
Silicon Graphics Professional IRIS 4D/50 [Patrick Mackinlay]
Silicon Graphics Professional IRIS 4D/70 [Patrick Mackinlay]
-rw-r--r-- | src/mame/sgi/tt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/sgi/tt.cpp b/src/mame/sgi/tt.cpp index e2c7493f09c..0edc87acd3a 100644 --- a/src/mame/sgi/tt.cpp +++ b/src/mame/sgi/tt.cpp @@ -105,5 +105,5 @@ ROM_END } // anonymous namespace // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP(1987, pi4d50, 0, 0, pi4d50, 0, ip4_state, empty_init, "Silicon Graphics", "Professional IRIS 4D/50", MACHINE_NOT_WORKING) -COMP(1987, pi4d70, 0, 0, pi4d70, 0, ip4_state, empty_init, "Silicon Graphics", "Professional IRIS 4D/70", MACHINE_NOT_WORKING) +COMP(1987, pi4d50, 0, 0, pi4d50, 0, ip4_state, empty_init, "Silicon Graphics", "Professional IRIS 4D/50", 0) +COMP(1987, pi4d70, 0, 0, pi4d70, 0, ip4_state, empty_init, "Silicon Graphics", "Professional IRIS 4D/70", 0) |