Previous 199869 Revisions Next

r35129 Thursday 19th February, 2015 at 00:51:44 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame
[src/mess/drivers]tc4.c

trunk/src/mess/drivers/tc4.c
r243640r243641
88  This is a head to head electronic tabletop LED-display sports console.
99  One cartridge(Football) was included with the console, the other three were
1010  sold separately. Gameplay has emphasis on strategy, read the official manual
11  on how to play. Remember that you can rotate the view in MESS.
11  on how to play. Remember that you can rotate the view in MESS: rotate left
12  for Home(P1) orientation, rotate right for Visitor(P2) orientation.
1213 
13  Available cartridges:
14  - Football
15  - Basketball
16  - Hockey
17  - Soccer
18
1914  Cartridge socket:
2015  1 N/C
2116  2 9V+
r243640r243641
2621  7 K1
2722  8 R9
2823 
29  Football cartridge connects pins 4 and 8
24  The cartridge connects pin 8 with one of the K-pins.
3025
26  Available cartridges:
27  - Football    (K8, confirmed)
28  - Hockey      (K4?)
29  - Soccer      (K2?)
30  - Basketball  (K1?)
3131
32
3233  TODO:
3334  - pin configuration of other carts is guessed
35  - softlist for the cartridges?
3436  - offsensive players leds are supposed to look brighter
3537  - MCU clock is unknown
3638
r243640r243641
238240   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_BUTTON4 ) PORT_PLAYER(2) PORT_NAME("P2 D/K Button")
239241
240242   PORT_START("IN.6") // R9
241   PORT_DIPUNKNOWN_DIPLOC( 0x01, 0x00, "R9:1" )
242   PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x00, "R9:2" )
243   PORT_DIPUNKNOWN_DIPLOC( 0x04, 0x00, "R9:3" )
244   PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x00, "R9:4" )
243   PORT_CONFNAME( 0x0f, 0x08, "Cartridge")
244   PORT_CONFSETTING(    0x01, "Basketball" )
245   PORT_CONFSETTING(    0x02, "Soccer" )
246   PORT_CONFSETTING(    0x04, "Hockey" )
247   PORT_CONFSETTING(    0x08, "Football" )
245248INPUT_PORTS_END
246249
247250
r243640r243641
311314ROM_END
312315
313316
314CONS( 1981, tc4, 0, 0, tc4, tc4, driver_device, 0, "Coleco", "Total Control 4", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
317CONS( 1981, tc4, 0, 0, tc4, tc4, driver_device, 0, "Coleco", "Total Control 4", GAME_SUPPORTS_SAVE )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team