diff options
| author | 2009-03-28 13:22:31 +0000 | |
|---|---|---|
| committer | 2009-03-28 13:22:31 +0000 | |
| commit | bf6e4ba77e47458aafeebe1d0d62848a92e9e23f (patch) | |
| tree | 1116d4abc8f2edf9cb955c25da13eaed718b0e73 | |
| parent | 2aa5cc7ade5415ac328c82d936af952cffe099b1 (diff) | |
after further analysis this is what XingXing's changes actually do.
Added emulation of the earlier type of ARM (ASIC27A, 5585E type)
Used this for protection emulation on Photo Y2k, Knights of Valour Superheroes instead of old simulation code
This means KOV Superheroes now works.
Disabled protection simulation for several sets.
This demotes Knights of Valour / Knights of Valour Plus to NOT working as there is no dump of the internal rom.
Photo Y2k still works because it's using the emulation added above, but You can no longer change region as this is supplied by the ASIC27A device which is now emulated. This is correct.
added several new sets, several of which are re-releases of the games using the ASIC 27A instead of the previous protection devices. (oldss, killbldp)
Removed per-game speedup hacks, as they're no longer needed for the ARM based games to boot correctly.
| -rw-r--r-- | src/mame/drivers/pgm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/pgm.c b/src/mame/drivers/pgm.c index 86dcce5294f..831909f3e27 100644 --- a/src/mame/drivers/pgm.c +++ b/src/mame/drivers/pgm.c @@ -3498,7 +3498,6 @@ Some logic IC's, resistors, caps etc. ROM_START( ddp2 ) ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */ ROM_LOAD16_WORD_SWAP( "pgm_p01s.rom", 0x000000, 0x020000, CRC(e42b166e) SHA1(2a9df9ec746b14b74fae48b1a438da14973702ea) ) // (BIOS) -// ROM_LOAD16_WORD_SWAP( "v100.u8", 0x100000, 0x200000, CRC(0c8aa8ea) SHA1(57e33224622607a1df8daabf26ba063cf8a6d3fc) ) ROM_LOAD16_WORD_SWAP( "ddp2_v102.u8", 0x100000, 0x200000, CRC(5a9ea040) SHA1(51eaec46c368f7cfc5245e64896092f52b1193e0) ) /* CPU2 = Z80, romless, code uploaded by 68k */ |
