add build dates in comments for each gamecube ipl version (nw)

This commit is contained in:
Lord-Nightmare 2017-08-23 10:41:05 -04:00
parent fde6ca054f
commit 456377b554

View File

@ -161,11 +161,11 @@ MACHINE_CONFIG_END
ROM_START( gcjp ) // DOL-001(JPN) and DOL-101(JPN); NTSC gamecube board, outputs NTSC color, NTSC timings; JPN Region jumper set
ROM_REGION(0x200000, "ipl", 0)
ROM_DEFAULT_BIOS("v12")
ROM_SYSTEM_BIOS(0, "v10", "NTSC Revision 1.0")
ROM_SYSTEM_BIOS(0, "v10", "NTSC Revision 1.0") // Internal version 36 Mar 22 2001 22:38:31
ROMX_LOAD("ipl_ntsc_v10.bin", 0x000000, 0x200000, CRC(6dac1f2a) SHA1(a1837968288253ed541f2b11440b68f5a9b33875), ROM_BIOS(1))
ROM_SYSTEM_BIOS(1, "v11", "NTSC Revision 1.1")
ROM_SYSTEM_BIOS(1, "v11", "NTSC Revision 1.1") // Internal version 47 Sep 27 2001 15:15:22
ROMX_LOAD("ipl_ntsc_v11.bin", 0x000000, 0x200000, CRC(d5e6feea) SHA1(239eacd86527ff9a75aeb7282da65797baeef010), ROM_BIOS(2))
ROM_SYSTEM_BIOS(2, "v12", "NTSC Revision 1.2")
ROM_SYSTEM_BIOS(2, "v12", "NTSC Revision 1.2") // Invernal version 0x2301 Jun 16 2003 04:27:06
ROMX_LOAD("ipl_ntsc_v12.bin", 0x000000, 0x200000, CRC(86573808) SHA1(ef9194ab4804aa0aa8540d846caf291b28331165), ROM_BIOS(3)) // not verified from console yet but seems good
// There may be another IPL with the same "NTSC Revision 1.2" string as above but not the same code. If so, it is undumped.
@ -182,11 +182,11 @@ ROM_END
ROM_START( gcus ) // DOL-001(USA) and DOL-101(USA); NTSC gamecube board, outputs NTSC color, NTSC timings; USA region jumper set
ROM_REGION(0x200000, "ipl", 0)
ROM_DEFAULT_BIOS("v12")
ROM_SYSTEM_BIOS(0, "v10", "NTSC Revision 1.0")
ROM_SYSTEM_BIOS(0, "v10", "NTSC Revision 1.0") // Internal version 36 Mar 22 2001 22:38:31
ROMX_LOAD("ipl_ntsc_v10.bin", 0x000000, 0x200000, CRC(6dac1f2a) SHA1(a1837968288253ed541f2b11440b68f5a9b33875), ROM_BIOS(1))
ROM_SYSTEM_BIOS(1, "v11", "NTSC Revision 1.1")
ROM_SYSTEM_BIOS(1, "v11", "NTSC Revision 1.1") // Internal version 47 Sep 27 2001 15:15:22
ROMX_LOAD("ipl_ntsc_v11.bin", 0x000000, 0x200000, CRC(d5e6feea) SHA1(239eacd86527ff9a75aeb7282da65797baeef010), ROM_BIOS(2))
ROM_SYSTEM_BIOS(2, "v12", "NTSC Revision 1.2")
ROM_SYSTEM_BIOS(2, "v12", "NTSC Revision 1.2") // Invernal version 0x2301 Jun 16 2003 04:27:06
ROMX_LOAD("ipl_ntsc_v12.bin", 0x000000, 0x200000, CRC(86573808) SHA1(ef9194ab4804aa0aa8540d846caf291b28331165), ROM_BIOS(3)) // not verified from console yet but seems good
// There may be another IPL with the same "NTSC Revision 1.2" string as above but not the same code. If so, it is undumped.
@ -203,10 +203,10 @@ ROM_END
ROM_START( gceu ) // DOL-001(EUR) and DOL-101(EUR); PAL gamecube board, outputs PAL-E color, PAL-E timings; EUR region (not sure if there is a separate jumper for this?)
ROM_REGION(0x200000, "ipl", 0)
ROM_DEFAULT_BIOS("v12")
ROM_SYSTEM_BIOS(0, "v10", "PAL Revision 1.0")
ROM_SYSTEM_BIOS(0, "v10", "PAL Revision 1.0") // Internal version 47 Sep 27 2001 15:15:22
ROMX_LOAD("ipl_pal_v10.bin", 0x000000, 0x200000, CRC(4f319f43) SHA1(f27c63e5394e2fd1606f70df004c4fc2d6027700), ROM_BIOS(1))
// there is an undumped "PAL Revision 1.1" IPL
ROM_SYSTEM_BIOS(1, "v12", "PAL Revision 1.2")
// there might be an undumped "PAL Revision 1.1" IPL
ROM_SYSTEM_BIOS(1, "v12", "PAL Revision 1.2") // Invernal version 0x2301 Jun 16 2003 04:27:06
ROMX_LOAD("ipl_pal_v12.bin", 0x000000, 0x200000, CRC(ad1b7f16) SHA1(80b8744ff5e43585392f55546bd03a673d11ef5f), ROM_BIOS(2)) // not verified from console yet but seems good
ROM_REGION(0x20000, "dvd", 0)
@ -220,7 +220,7 @@ ROM_START( gceu ) // DOL-001(EUR) and DOL-101(EUR); PAL gamecube board, outputs
ROM_END
ROM_START( gcbr ) // DOL-002(BRA); NTSC gamecube board, outputs video with PAL-M color, and either PAL-E (for the IPL) or PAL-M (for games) timings; region jumper is unknown but probably USA
ROM_REGION(0x200000, "ipl", 0) // "MPAL Revision 1.1"
ROM_REGION(0x200000, "ipl", 0) // "MPAL Revision 1.1", Internal version 47 Sep 27 2001 15:15:22
ROM_LOAD("ipl_mpal_v11.bin", 0x000000, 0x200000, CRC(667d0b64) SHA1(f3cd0c7c61cbcefa85e7de3aff4cfa50bc508714))
ROM_REGION(0x20000, "dvd", 0)