trunk/src/mess/drivers/elecdet.c
| r242936 | r242937 | |
| 7 | 7 | hardware (and concept) is very similar to Parker Bros Stop Thief |
| 8 | 8 | |
| 9 | 9 | 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. |
| 12 | 13 | |
| 13 | 14 | |
| 14 | 15 | TODO: |
| r242936 | r242937 | |
| 296 | 297 | |
| 297 | 298 | ROM_START( elecdet ) |
| 298 | 299 | 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) ) |
| 300 | 301 | |
| 301 | 302 | ROM_REGION( 1246, "maincpu:ipla", 0 ) |
| 302 | 303 | ROM_LOAD( "tms0980_default_ipla.pla", 0, 1246, CRC(42db9a38) SHA1(2d127d98028ec8ec6ea10c179c25e447b14ba4d0) ) |