diff options
Diffstat (limited to 'src/mame/drivers/pgm3.cpp')
-rw-r--r-- | src/mame/drivers/pgm3.cpp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mame/drivers/pgm3.cpp b/src/mame/drivers/pgm3.cpp index bf7adba35c5..218dd683b5d 100644 --- a/src/mame/drivers/pgm3.cpp +++ b/src/mame/drivers/pgm3.cpp @@ -8,8 +8,8 @@ Knights of Valour 3 HD according to Xing Xing - "The main cpu of PGM3 whiched coded as 'SOC38' is an ARM1176@800M designed by SOCLE(http://www.socle-tech.com/). Not much infomation is available on this asic" - + "The main cpu of PGM3 whiched coded as 'SOC38' is an ARM1176@800M designed by SOCLE(http://www.socle-tech.com/). Not much infomation is available on this asic" + there is likely a 512KBytes encrypted bootloader(u-boot?) inside the cpu which load the kernel&initrd from the external SD card. however, according to @@ -22,14 +22,14 @@ Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F -0C2000000 EB 3C 90 6D 6B 64 6F 73 66 73 00 00 02 04 04 00 <.mkdosfs...... -0C2000010 02 00 02 00 00 F8 00 01 3F 00 FF 00 00 00 00 00 .......?...... -0C2000020 00 00 04 00 00 00 29 4C 88 BA 7C 20 20 20 20 20 ......)L| +0C2000000 EB 3C 90 6D 6B 64 6F 73 66 73 00 00 02 04 04 00 ë<.mkdosfs...... +0C2000010 02 00 02 00 00 F8 00 01 3F 00 FF 00 00 00 00 00 .....ø..?.ÿ..... +0C2000020 00 00 04 00 00 00 29 4C 88 BA 7C 20 20 20 20 20 ......)L.º| 0C2000030 20 20 20 20 20 20 46 41 54 31 36 20 20 20 0E 1F FAT16 .. -0C2000040 BE 5B 7C AC 22 C0 74 0B 56 B4 0E BB 07 00 CD 10 [|"t.V.... -0C2000050 5E EB F0 32 E4 CD 16 CD 19 EB FE 54 68 69 73 20 ^2..This +0C2000040 BE 5B 7C AC 22 C0 74 0B 56 B4 0E BB 07 00 CD 10 ¾[|¬"Àt.V´.»..Í. +0C2000050 5E EB F0 32 E4 CD 16 CD 19 EB FE 54 68 69 73 20 ^ëð2äÍ.Í.ëþThis 0C2000060 69 73 20 6E 6F 74 20 61 20 62 6F 6F 74 61 62 6C is not a bootabl -0C2000070 65 20 64 69 73 6B 2E 20 20 50 6C 65 61 73 65 20 e disk. Please +0C2000070 65 20 64 69 73 6B 2E 20 20 50 6C 65 61 73 65 20 e disk. Please 0C2000080 69 6E 73 65 72 74 20 61 20 62 6F 6F 74 61 62 6C insert a bootabl 0C2000090 65 20 66 6C 6F 70 70 79 20 61 6E 64 0D 0A 70 72 e floppy and..pr 0C20000A0 65 73 73 20 61 6E 79 20 6B 65 79 20 74 6F 20 74 ess any key to t @@ -41,10 +41,10 @@ DSW: - 1: OFF = Game mode / ON = Test mode - 2: OFF = JAMMA / ON = JVS - 3: OFF = 16/9 (1280x720) / ON = 4/3 (800x600) - 4: NO USE + 1: OFF = Game mode / ON = Test mode + 2: OFF = JAMMA / ON = JVS + 3: OFF = 16/9 (1280x720) / ON = 4/3 (800x600) + 4: NO USE todo: add other hardware details? @@ -125,7 +125,7 @@ ROM_START( kov3hd ) // does it boot from the card, or is there an internal rom? DISK_REGION( "card" ) - DISK_IMAGE( "kov3hd_v105", 0, SHA1(c185888c59880805bb76b5c0a42b05c614dcff37) ) + DISK_IMAGE( "kov3hd_v105", 0, SHA1(c185888c59880805bb76b5c0a42b05c614dcff37) ) ROM_END ROM_START( kov3hd104 ) @@ -133,7 +133,7 @@ ROM_START( kov3hd104 ) // does it boot from the card, or is there an internal rom? DISK_REGION( "card" ) - DISK_IMAGE( "kov3hd_m104", 0, SHA1(899b3b81825e6f23ae8f39aa67ad5b019f387cf9) ) + DISK_IMAGE( "kov3hd_m104", 0, SHA1(899b3b81825e6f23ae8f39aa67ad5b019f387cf9) ) ROM_END ROM_START( kov3hd103 ) @@ -141,7 +141,7 @@ ROM_START( kov3hd103 ) // does it boot from the card, or is there an internal rom? DISK_REGION( "card" ) - DISK_IMAGE( "kov3hd_m103", 0, SHA1(0d4fd981f477cd5ed62609b875f4ddec939a2bb0) ) + DISK_IMAGE( "kov3hd_m103", 0, SHA1(0d4fd981f477cd5ed62609b875f4ddec939a2bb0) ) ROM_END ROM_START( kov3hd102 ) @@ -149,7 +149,7 @@ ROM_START( kov3hd102 ) // does it boot from the card, or is there an internal rom? DISK_REGION( "card" ) - DISK_IMAGE( "kov3hd_m102", 0, SHA1(a5a872f9add5527b94019ec77ff1cd0f167f040f) ) + DISK_IMAGE( "kov3hd_m102", 0, SHA1(a5a872f9add5527b94019ec77ff1cd0f167f040f) ) ROM_END ROM_START( kov3hd101 ) @@ -157,7 +157,7 @@ ROM_START( kov3hd101 ) // does it boot from the card, or is there an internal rom? DISK_REGION( "card" ) - DISK_IMAGE( "kov3hd_m101", 0, SHA1(086d6f1b8b2c01a8670fd6480da44b9c507f6e08) ) + DISK_IMAGE( "kov3hd_m101", 0, SHA1(086d6f1b8b2c01a8670fd6480da44b9c507f6e08) ) ROM_END |