trunk/src/mame/drivers/dblcrown.c
| r18576 | r18577 | |
| 15 | 15 | - at POST the SW tries to write to the palette RAM in a banking fashion. |
| 16 | 16 | I think it's just an HW left-over. |
| 17 | 17 | - there are various bogus checks to ROM region throughout the whole SW |
| 18 | | (0x0030-0x0031? O.o) |
| 18 | (0x0030-0x0033? O.o), trying to change the values of these ones changes |
| 19 | the functionality of the game, almost like that the DSWs are tied to |
| 20 | these ... |
| 19 | 21 | |
| 20 | 22 | ============================================================================ |
| 21 | 23 | Excellent System |
| r18576 | r18577 | |
| 589 | 591 | ROM_START( dblcrown ) |
| 590 | 592 | ROM_REGION( 0x40000, "maincpu", ROMREGION_ERASE00 ) |
| 591 | 593 | ROM_LOAD("1.u33", 0x00000, 0x40000, CRC(5df95a9c) SHA1(799333206089989c25ff9f167363073d4cf64bd2) ) |
| 594 | // ROM_FILL( 0x0030, 4, 0xff ) |
| 592 | 595 | |
| 593 | 596 | ROM_REGION( 0x80000, "gfx1", ROMREGION_ERASE00 ) |
| 594 | 597 | ROM_LOAD("2.u43", 0x00000, 0x80000, CRC(58200bd4) SHA1(2795cfc41056111f66bfb82916343d1c733baa83) ) |