Previous 199869 Revisions Next

r23589 Monday 10th June, 2013 at 12:42:23 UTC by hap
marked rom 33e as bad
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r23588r23589
30303030   AM_RANGE(0x0000, 0x1fff) AM_ROM
30313031   AM_RANGE(0x2000, 0x3fff) AM_RAM AM_SHARE("main_ram")
30323032
3033   AM_RANGE(0xf000, 0xffff) AM_RAM
3033//   AM_RANGE(0xf000, 0xffff) AM_RAM
30343034ADDRESS_MAP_END
30353035
30363036
r23588r23589
45454545ROM_END
45464546
45474547ROM_START( attackfc )
4548   ROM_REGION( 0x10000, "maincpu", 0 )
4548   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
45494549   ROM_LOAD( "30a.bin",       0x0000, 0x0400, CRC(c12e3386) SHA1(72b1d3d67a83edf0be0b0c37ef6dcffba450f16f) )
45504550   ROM_LOAD( "36a.bin",       0x0400, 0x0400, CRC(6738dcb9) SHA1(e4c68553fc3f2d3db3d251b9cb325e2409d9c02a) )
45514551   ROM_LOAD( "31a.bin",      0x0800, 0x0400, CRC(787a4658) SHA1(5be3143bdba6a32256603be94400034a8ea1fda6) )
45524552   ROM_LOAD( "37a.bin",       0x0c00, 0x0400, CRC(ad6bfbbe) SHA1(5f5437b6c8e7dfe9649b25040862f8a51d8c43ed) )
4553
4554   // these are probably loaded wrong
4555   ROM_LOAD( "32a.bin",       0x1800, 0x0400, CRC(cbe0a711) SHA1(6e5f4214a4b48b70464005f4263c9b1ec3cbbeb1) )
4556   ROM_LOAD( "39a.bin",       0x1000, 0x0400, CRC(f538cf08) SHA1(4a375a41ab5d9f0d9f9a2ebef4c448038c139204) )
4557   ROM_LOAD( "33a.bin",       0x1400, 0x0400, CRC(53147393) SHA1(57e078f1734e382e8a46be09c133daab30c75681) )
4553   ROM_LOAD( "32a.bin",       0x1000, 0x0400, CRC(cbe0a711) SHA1(6e5f4214a4b48b70464005f4263c9b1ec3cbbeb1) )
4554   ROM_LOAD( "33a.bin",       0x1800, 0x0400, BAD_DUMP CRC(53147393) SHA1(57e078f1734e382e8a46be09c133daab30c75681) )
4555   ROM_LOAD( "39a.bin",       0x1c00, 0x0400, CRC(f538cf08) SHA1(4a375a41ab5d9f0d9f9a2ebef4c448038c139204) )
45584556ROM_END
45594557
45604558
r23588r23589
46564654GAME (1978, claybust,   0,        claybust,  claybust,  driver_device, 0, ROT0,   "Model Racing", "Claybuster", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) // no titlescreen, Claybuster according to flyers
46574655GAME (1980, gunchamp,   0,        claybust,  gunchamp,  driver_device, 0, ROT0,   "Model Racing", "Gun Champ", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) // no titlescreen, Gun Champ according to original cab
46584656GAME( 19??, astropal,   0,        astropal,  astropal,  driver_device, 0, ROT0,   "Sidam?", "Astropal", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
4659GAME (1979, attackfc,   0,        attackfc,  attackfc,  driver_device, 0, ROT270, "EGS", "Attack Force", GAME_NOT_WORKING | GAME_NO_SOUND ) // not sure how close this is to invaders hw
4657GAME( 1979, attackfc,   0,        attackfc,  attackfc,  driver_device, 0, ROT270, "Electronic Games Systems", "Attack Force", GAME_NOT_WORKING | GAME_NO_SOUND ) // not sure how close this is to invaders hw
46604658
46614659GAME( 2002, invmulti,   0,        invmulti,  invmulti,  _8080bw_state, invmulti, ROT270, "hack (Braze Technologies)", "Space Invaders Multigame (M8.03D)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
46624660GAME( 2002, invmultim3a,invmulti, invmulti,  invmulti,  _8080bw_state, invmulti, ROT270, "hack (Braze Technologies)", "Space Invaders Multigame (M8.03A)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team