Previous 199869 Revisions Next

r19272 Monday 3rd December, 2012 at 13:08:11 UTC by hap
zerofill missing tile rom (right 4 tile pixels are empty now instead of random)
[src/mame/drivers]cball.c

trunk/src/mame/drivers/cball.c
r19271r19272
256256   ROM_LOAD_NIB_HIGH( "canball.1j", 0x7c00, 0x0400, CRC(5b905d69) SHA1(2408dd6e44c51c0c9bdb82d2d33826c03f8308c4) )
257257
258258   ROM_REGION( 0x0200, "gfx1", 0 ) /* tiles */
259   ROM_LOAD_NIB_LOW ( "canball.6m", 0x0000, 0x0200, NO_DUMP )
259   ROM_LOAD_NIB_LOW ( "canball.6m", 0x0000, 0x0200, BAD_DUMP CRC(b2aa7578) SHA1(5c3eb80066420002bc3dcc7ca4ab6efad7ed4ae5) ) // missing rom, zerofilled
260260   ROM_LOAD_NIB_HIGH( "canball.6l", 0x0000, 0x0200, CRC(5b1c9e88) SHA1(6e9630db9907170c53942a21302bcf8b721590a3) )
261261
262262   ROM_REGION( 0x0200, "gfx2", 0 ) /* sprites */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team