summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2017-08-23 11:06:56 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2017-08-23 11:06:56 -0400
commit6fae165428c2c8298795ba8084c0890fb3458822 (patch)
tree58107f771e92f57bfa10be2f2e76d39cdc9243cf
parent2adfa60a5acd8b4bb13aeb063023969d9a56ad1c (diff)
fix typo c&p error (nw)
-rw-r--r--src/mame/drivers/gamecube.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/gamecube.cpp b/src/mame/drivers/gamecube.cpp
index 61f88153e76..52583287e6f 100644
--- a/src/mame/drivers/gamecube.cpp
+++ b/src/mame/drivers/gamecube.cpp
@@ -165,7 +165,7 @@ ROM_START( gcjp ) // DOL-001(JPN) and DOL-101(JPN); NTSC gamecube board, outputs
ROMX_LOAD("ipl_ntsc_v10.bin", 0x000000, 0x200000, CRC(6dac1f2a) SHA1(a1837968288253ed541f2b11440b68f5a9b33875), ROM_BIOS(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") // Invernal version 0x2301 Jun 16 2003 04:27:06
+ ROM_SYSTEM_BIOS(2, "v12", "NTSC Revision 1.2") // Internal 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.
@@ -186,7 +186,7 @@ ROM_START( gcus ) // DOL-001(USA) and DOL-101(USA); NTSC gamecube board, outputs
ROMX_LOAD("ipl_ntsc_v10.bin", 0x000000, 0x200000, CRC(6dac1f2a) SHA1(a1837968288253ed541f2b11440b68f5a9b33875), ROM_BIOS(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") // Invernal version 0x2301 Jun 16 2003 04:27:06
+ ROM_SYSTEM_BIOS(2, "v12", "NTSC Revision 1.2") // Internal 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.
@@ -206,7 +206,7 @@ ROM_START( gceu ) // DOL-001(EUR) and DOL-101(EUR); PAL gamecube board, outputs
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 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
+ ROM_SYSTEM_BIOS(1, "v12", "PAL Revision 1.2") // Internal 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)