Previous 199869 Revisions Next

r31346 Monday 21st July, 2014 at 01:44:31 UTC by Brian Troha
dreamwld.c: Standardize name as SemiCom - NW
[src/mame/drivers]dreamwld.c

trunk/src/mame/drivers/dreamwld.c
r31345r31346
705705     ram.  The interrupt vectors point at the code placed in RAM. */
706706   ROM_LOAD( "protdata.bin", 0x000, 0x6c9 ,  CRC(f284b2fd) SHA1(9e8096c8aa8a288683f002311b38787b120748d1) ) /* extracted */
707707
708   ROM_REGION( 0x100000, "oki1", 0 ) /* OKI Samples - 1st chip*/
708   ROM_REGION( 0x100000, "oki1", 0 ) /* OKI Samples - 1st chip */
709709   ROM_LOAD( "5.bin", 0x000000, 0x80000, CRC(9689570a) SHA1(4414233da8f46214ca7e9022df70953922a63aa4) )
710710   ROM_RELOAD(0x80000,0x80000) // for the banks
711711
712   ROM_REGION( 0x100000, "oki2", 0 ) /* OKI Samples - 2nd chip*/
712   ROM_REGION( 0x100000, "oki2", 0 ) /* OKI Samples - 2nd chip */
713713   ROM_LOAD( "6.bin", 0x000000, 0x80000, CRC(c8b91f30) SHA1(706004ca56d0a74bc7a3dfd73a21cdc09eb90f05) )
714714   ROM_RELOAD(0x80000,0x80000) // for the banks
715715
r31345r31346
730730/*
731731
732732Rolling Crush
733Trust / Semicom, 1999
733Trust / SemiCom, 1999
734734
735735PCB Layout
736736----------
r31345r31346
806806/*
807807
808808Baryon
809Semicom, 1997
809SemiCom, 1997
810810
811811PCB Layout
812812----------
r31345r31346
873873
874874GAME( 1997, baryon,   0, baryon,   baryon,   driver_device, 0, ROT270, "SemiCom",         "Baryon - Future Assault", GAME_SUPPORTS_SAVE )
875875GAME( 2000, dreamwld, 0, dreamwld, dreamwld, driver_device, 0, ROT0,   "SemiCom",         "Dream World", GAME_SUPPORTS_SAVE )
876GAME( 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
876GAME( 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

Previous 199869 Revisions Next


© 1997-2024 The MAME Team