Skip to content

Commit

Permalink
sgi/ip20: re-add accidentally omitted firmware version [smf]
Browse files Browse the repository at this point in the history
  • Loading branch information
pmackinlay committed May 16, 2024
1 parent ed77088 commit ebe764f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mame/sgi/ip20.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,11 @@ void ip20_state::ip20(machine_config &config)

ROM_START(indigo_r4000)
ROM_REGION64_BE(0x80000, "prom", 0)
ROMX_LOAD("ip20prom.070-8116-004.bin", 0x000000, 0x080000, CRC(940d960e) SHA1(596aba530b53a147985ff3f6f853471ce48c866c), ROM_GROUPDWORD | ROM_REVERSE)
ROM_SYSTEM_BIOS(0, "405g-rev-b", "SGI Version 4.0.5G Rev B IP20, Nov 10, 1992") // dumped over serial connection from boot monitor and swapped
ROMX_LOAD("ip20prom.070-8116-005.bin", 0x000000, 0x080000, CRC(1875b645) SHA1(52f5d7baea3d1bc720eb2164104c177e23504345), ROM_GROUPDWORD | ROM_REVERSE | ROM_BIOS(0))

ROM_SYSTEM_BIOS(1, "405d-rev-a", "SGI Version 4.0.5D Rev A IP20, Aug 19, 1992")
ROMX_LOAD("ip20prom.070-8116-004.bin", 0x000000, 0x080000, CRC(940d960e) SHA1(596aba530b53a147985ff3f6f853471ce48c866c), ROM_GROUPDWORD | ROM_REVERSE | ROM_BIOS(1))

// hand-made content sets eaddr 08:00:69:12:34:56 and netaddr 192.168.137.2
ROM_REGION16_LE(0x100, "nvram", 0)
Expand Down

0 comments on commit ebe764f

Please sign in to comment.