Previous 199869 Revisions Next

r34425 Saturday 17th January, 2015 at 01:42:54 UTC by hap
small correction
[src/mess/drivers]elecdet.c

trunk/src/mess/drivers/elecdet.c
r242936r242937
77  hardware (and concept) is very similar to Parker Bros Stop Thief
88
99  This is an electronic board game. It requires game cards with suspect info,
10  and good old pen and paper to record game progress. Refer to the manual
11  on how to play it.
10  and good old pen and paper to record game progress. To start the game, enter
11  difficulty(1-3), then number of players(1-4), then [ENTER]. Refer to the
12  manual for more information.
1213
1314
1415  TODO:
r242936r242937
296297
297298ROM_START( elecdet )
298299   ROM_REGION( 0x1000, "maincpu", 0 )
299   ROM_LOAD( "tms0980nll_mp6100a", 0x0000, 0x1000, CRC(f33f02ae) SHA1(a978d9cc1ba7897f6e8997715da265eb8c4a0c34) )
300   ROM_LOAD( "tms0980nll_mp6100a", 0x0000, 0x1000, CRC(8160a081) SHA1(14cbfc0529ad83a58e0dc15fe8ba594947e49f08) )
300301
301302   ROM_REGION( 1246, "maincpu:ipla", 0 )
302303   ROM_LOAD( "tms0980_default_ipla.pla", 0, 1246, CRC(42db9a38) SHA1(2d127d98028ec8ec6ea10c179c25e447b14ba4d0) )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team