Previous 199869 Revisions Next

r32275 Monday 22nd September, 2014 at 08:16:49 UTC by David Haywood
new clones
Baryon - Future Assault (set 2) [RockmanX, Datasat]
[src/mame]mame.lst
[src/mame/drivers]dreamwld.c

trunk/src/mame/drivers/dreamwld.c
r32274r32275
838838
839839*/
840840
841// replacment labels? no SemiCom logo
841842ROM_START( baryon )
842843   ROM_REGION( 0x100000, "maincpu", 0 )
843844   ROM_LOAD32_BYTE( "4.bin", 0x000000, 0x040000, CRC(59e0df20) SHA1(ff12f4adcf731f6984db7d0fbdd7fcc71ce66aa4) )
r32274r32275
870871   ROM_LOAD( "7.bin", 0x000000, 0x10000, CRC(0da8db45) SHA1(7d5bd71c5b0b28ff74c732edd7c662f46f2ab25b) )
871872ROM_END
872873
874// this set had original SemiCom labels
875ROM_START( baryona )
876   ROM_REGION( 0x100000, "maincpu", 0 )
877   ROM_LOAD32_BYTE( "rom_4_27c020.bin", 0x000000, 0x040000, CRC(6c1cdad0) SHA1(40c437507076ce52ec2240049d6b4bef180b104a) )
878   ROM_LOAD32_BYTE( "rom_5_27c020.bin", 0x000001, 0x040000, CRC(15917c9d) SHA1(6444be93e6a997070820e3c5a2e2e703e22883d9) )
879   ROM_LOAD32_BYTE( "rom_2_27c020.bin", 0x000002, 0x040000, CRC(42b14a6c) SHA1(37e772a673732ef16767c14ad77a4faaa06d675a) )
880   ROM_LOAD32_BYTE( "rom_3_27c020.bin", 0x000003, 0x040000, CRC(0ae6d86e) SHA1(410ad161688ec8516fe5ac7160a4a228dbb01936) )
873881
874GAME( 1997, baryon,   0, baryon,   baryon,   driver_device, 0, ROT270, "SemiCom",         "Baryon - Future Assault", GAME_SUPPORTS_SAVE )
882   ROM_REGION( 0x10000, "cpu1", 0 ) /* 87C52 MCU Code */
883   ROM_LOAD( "87c52.mcu", 0x00000, 0x10000 , NO_DUMP ) /* can't be dumped. */
884
885   ROM_REGION( 0x6bd, "user1", 0 ) /* Protection data - from baryon set, assumed to be the same */
886   ROM_LOAD( "protdata.bin", 0x000, 0x6bd, CRC(117f32a8) SHA1(837bea09d3e59ab9e13bd1103b1fc988edb361c0) ) /* extracted */
887
888   ROM_REGION( 0x100000, "oki1", 0 ) /* OKI Samples */
889   ROM_LOAD( "rom_1_27c040.bin", 0x000000, 0x80000, CRC(e0349074) SHA1(f3d53d96dff586a0ad1632f52e5559cdce5ed0d8) )
890   ROM_RELOAD(0x80000,0x80000) // for the banks
891
892   ROM_REGION( 0x400000, "gfx1", 0 ) /* Sprite Tiles - decoded */
893   ROM_LOAD16_WORD_SWAP( "rom_10_27c160.bin", 0x000000, 0x200000, CRC(28bf828f) SHA1(271390cc4f4015a3b69976f0d0527947f13c971b) )
894   ROM_LOAD16_WORD_SWAP( "rom_11_27c160.bom", 0x200000, 0x200000, CRC(d0ff1bc6) SHA1(4aeb795222eedeeba770cf725122e989f97119b2) )
895
896   ROM_REGION( 0x200000, "gfx2", 0 ) /* BG Tiles - decoded */
897   ROM_LOAD16_WORD_SWAP( "rom_8_27c160.bin",0x000000, 0x200000, CRC(684012e6) SHA1(4cb60907184b67be130b8385e4336320c0f6e4a7) )
898
899   ROM_REGION( 0x040000, "spritelut", 0 ) /* Sprite Code Lookup ... */
900   ROM_LOAD16_BYTE( "rom6", 0x000000, 0x020000, CRC(fdbb08b0) SHA1(4b3ac56c4c8370b1434fb6a481fce0d9c52313e0) )
901   ROM_LOAD16_BYTE( "rom7", 0x000001, 0x020000, CRC(c9d20480) SHA1(3f6170e8e08fb7508bd13c23f243ec6888a91f5e) )
902
903   ROM_REGION( 0x10000, "unknown", 0 )
904   ROM_LOAD( "rom_9_27c512.bin", 0x000000, 0x10000, CRC(0da8db45) SHA1(7d5bd71c5b0b28ff74c732edd7c662f46f2ab25b) )
905ROM_END
906
907GAME( 1997, baryon,   0,      baryon,   baryon,   driver_device, 0, ROT270, "SemiCom",         "Baryon - Future Assault (set 1)", GAME_SUPPORTS_SAVE )
908GAME( 1997, baryona,  baryon, baryon,   baryon,   driver_device, 0, ROT270, "SemiCom",         "Baryon - Future Assault (set 2)", GAME_SUPPORTS_SAVE )
909
875910GAME( 2000, dreamwld, 0, dreamwld, dreamwld, driver_device, 0, ROT0,   "SemiCom",         "Dream World", GAME_SUPPORTS_SAVE )
911
876912GAME( 1999, rolcrush, 0, baryon,   rolcrush, driver_device, 0, ROT0,   "Trust / SemiCom", "Rolling Crush (version 1.07.E - 1999/02/11)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS ) // wrong linescroll
trunk/src/mame/mame.lst
r32274r32275
86608660tengaij         // (c) 1996
86618661// Semicom games on "Psikyo 68020"-like hardware
86628662baryon          // (c) 1997 SemiCom
8663baryona         // (c) 1997 SemiCom
86638664dreamwld        // (c) 2000 SemiCom
86648665rolcrush        // (c) 1999 Trust
86658666

Previous 199869 Revisions Next


© 1997-2024 The MAME Team