trunk/src/mame/drivers/dblcrown.c
| r18549 | r18550 | |
| 202 | 202 | |
| 203 | 203 | ROM_REGION( 0x80000, "gfx1", ROMREGION_ERASE00 ) |
| 204 | 204 | ROM_LOAD("2.u43", 0x00000, 0x80000, CRC(58200bd4) SHA1(2795cfc41056111f66bfb82916343d1c733baa83) ) |
| 205 | |
| 206 | ROM_REGION( 0x0bf1, "pals", 0 ) // in Jedec format |
| 207 | ROM_LOAD("palce16v8h.u39", 0x0000, 0x0bf1, CRC(997b0ba9) SHA1(1c121ab74f33d5162b619740b08cc7bc694c257d) ) |
| 205 | 208 | ROM_END |
| 206 | 209 | |
| 207 | | GAME( 199?, dblcrown, 0, dblcrown, dblcrown, driver_device, 0, ROT0, "Excellent Systems", "Double Crown", GAME_IS_SKELETON ) |
| 210 | GAME( 199?, dblcrown, 0, dblcrown, dblcrown, driver_device, 0, ROT0, "Excellent System", "Double Crown", GAME_IS_SKELETON ) |
trunk/src/mame/drivers/lastbank.c
| r18549 | r18550 | |
| 1 | 1 | /*************************************************************************** |
| 2 | 2 | |
| 3 | | Last Bank (c) 1994 Excellent Systems |
| 3 | Last Bank (c) 1994 Excellent System |
| 4 | 4 | |
| 5 | 5 | driver by Angelo Salese |
| 6 | 6 | |
| r18549 | r18550 | |
| 509 | 509 | ROM_LOAD( "7.u60", 0x40000, 0x80000, CRC(41be7146) SHA1(00f1c0d5809efccf888e27518a2a5876c4b633d8) ) |
| 510 | 510 | ROM_END |
| 511 | 511 | |
| 512 | | GAME( 1994, lastbank, 0, lastbank, lastbank, driver_device, 0, ROT0, "Excellent Systems", "Last Bank (v1.16)", GAME_NO_SOUND ) |
| 512 | GAME( 1994, lastbank, 0, lastbank, lastbank, driver_device, 0, ROT0, "Excellent System", "Last Bank (v1.16)", GAME_NO_SOUND ) |