Previous 199869 Revisions Next

r26360 Friday 22nd November, 2013 at 15:06:39 UTC by David Haywood
document that ketsui roms exist with different fill in the unused areas [Artemio Urbina]

I haven't added it as a new set, at least not for now.
[src/mame/drivers]pgm.c

trunk/src/mame/drivers/pgm.c
r26359r26360
37133713   ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
37143714   /* doesn't use a separate BIOS rom */
37153715   ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(dfe62f3b) SHA1(baa58d1ce47a707f84f65779ac0689894793e9d9) )
3716   // an alt version of this rom exists with 0xff fill in the unused area after 0x1443bc rather than random data like the one above, there are no code changes.
3717   //ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(e140f8a4) SHA1(34fd25f8896935503d7537e89a4cd174e8995070) )
37163718
37173719   ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
37183720   ROM_LOAD( "ket_igs027a.bin", 0x000000, 0x04000, NO_DUMP )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team