Previous 199869 Revisions Next

r35128 Thursday 19th February, 2015 at 00:51:30 UTC by Angelo Salese
Changed port default for pc9801_86, Marble Madness refuses to believe that YM2608 can be at 0x088 for whatever reason
[src/mess/drivers]tc4.c
[src/mess/machine]pc9801_86.c

trunk/src/mess/drivers/tc4.c
r243639r243640
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: rotate left
12  for Home(P1) orientation, rotate right for Visitor(P2) orientation.
11  on how to play. Remember that you can rotate the view in MESS.
1312 
13  Available cartridges:
14  - Football
15  - Basketball
16  - Hockey
17  - Soccer
18
1419  Cartridge socket:
1520  1 N/C
1621  2 9V+
r243639r243640
2126  7 K1
2227  8 R9
2328 
24  The cartridge connects pin 8 with one of the K-pins.
29  Football cartridge connects pins 4 and 8
2530
26  Available cartridges:
27  - Football    (K8, confirmed)
28  - Hockey      (K4?)
29  - Soccer      (K2?)
30  - Basketball  (K1?)
3131
32
3332  TODO:
3433  - pin configuration of other carts is guessed
35  - softlist for the cartridges?
3634  - offsensive players leds are supposed to look brighter
3735  - MCU clock is unknown
3836
r243639r243640
240238   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_BUTTON4 ) PORT_PLAYER(2) PORT_NAME("P2 D/K Button")
241239
242240   PORT_START("IN.6") // R9
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" )
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" )
248245INPUT_PORTS_END
249246
250247
r243639r243640
314311ROM_END
315312
316313
317CONS( 1981, tc4, 0, 0, tc4, tc4, driver_device, 0, "Coleco", "Total Control 4", GAME_SUPPORTS_SAVE )
314CONS( 1981, tc4, 0, 0, tc4, tc4, driver_device, 0, "Coleco", "Total Control 4", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
trunk/src/mess/machine/pc9801_86.c
r243639r243640
9999   PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_UNUSED )
100100
101101   PORT_START("OPNA_DSW")
102   PORT_CONFNAME( 0x01, 0x00, "PC-9801-86: Port Base" )
102   PORT_CONFNAME( 0x01, 0x01, "PC-9801-86: Port Base" )
103103   PORT_CONFSETTING(    0x00, "0x088" )
104104   PORT_CONFSETTING(    0x01, "0x188" )
105105INPUT_PORTS_END


Previous 199869 Revisions Next


© 1997-2024 The MAME Team