trunk/src/mess/drivers/hh_tms1k.c
r248532 | r248533 | |
78 | 78 | *M95041 ? 1983, Tsukuda Game Pachinko (? note: 40-pin, VFD-capable) |
79 | 79 | @CD7282SL TMS1100 1981, Tandy/RadioShack Tandy-12 (serial is similar to TI Speak & Spell series?) |
80 | 80 | |
81 | | (* denotes not yet emulated by MESS, @ denotes it's in this driver) |
| 81 | (* denotes not yet emulated by MAME, @ denotes it's in this driver) |
82 | 82 | |
83 | 83 | |
84 | 84 | TODO: |
r248532 | r248533 | |
911 | 911 | This is a head to head electronic tabletop LED-display sports console. |
912 | 912 | One cartridge(Football) was included with the console, the other three were |
913 | 913 | sold in a pack. Gameplay has emphasis on strategy, read the official manual |
914 | | on how to play. Remember that you can rotate the view in MESS: rotate left |
| 914 | on how to play. Remember that you can rotate the view in MAME: rotate left |
915 | 915 | for Home(P1) orientation, rotate right for Visitor(P2) orientation. |
916 | 916 | |
917 | 917 | Cartridge socket: |
r248532 | r248533 | |
1076 | 1076 | are denoted by words ("left", "center", "short", etc), and an alternate one |
1077 | 1077 | with little guys drawn next to the LEDs. |
1078 | 1078 | |
1079 | | lamp translation table: led LDzz from game PCB = MESS lampyx: |
| 1079 | lamp translation table: led LDzz from game PCB = MAME lampyx: |
1080 | 1080 | |
1081 | 1081 | LD0 = - LD10 = lamp12 LD20 = lamp42 LD30 = lamp60 |
1082 | 1082 | LD1 = lamp23 LD11 = lamp4 LD21 = lamp41 LD31 = lamp61 |
r248532 | r248533 | |
1209 | 1209 | The sequel to Entex Baseball, this version keeps up with score and innings. |
1210 | 1210 | As its predecessor, the pitcher controls are on a separate joypad. |
1211 | 1211 | |
1212 | | lamp translation table: led zz from game PCB = MESS lampyx: |
| 1212 | lamp translation table: led zz from game PCB = MAME lampyx: |
1213 | 1213 | |
1214 | 1214 | 00 = - 10 = lamp94 20 = lamp74 30 = lamp50 |
1215 | 1215 | 01 = lamp53 11 = lamp93 21 = lamp75 31 = lamp51 |
r248532 | r248533 | |
1335 | 1335 | This is another improvement over Entex Baseball, where gameplay is a bit more |
1336 | 1336 | varied. Like the others, the pitcher controls are on a separate joypad. |
1337 | 1337 | |
1338 | | lamp translation table: led zz from game PCB = MESS lampyx: |
| 1338 | lamp translation table: led zz from game PCB = MAME lampyx: |
1339 | 1339 | note: unlabeled panel leds are listed here as Sz, Bz, Oz, Iz, z left-to-right |
1340 | 1340 | |
1341 | 1341 | 00 = - 10 = lamp75 20 = lamp72 |
r248532 | r248533 | |
1517 | 1517 | TMS1100, the second more widespread release runs on a COP400. There are |
1518 | 1518 | also differences with the overlay mask. |
1519 | 1519 | |
1520 | | NOTE!: MESS external artwork is recommended |
| 1520 | NOTE!: MAME external artwork is recommended |
1521 | 1521 | |
1522 | 1522 | ***************************************************************************/ |
1523 | 1523 | |
r248532 | r248533 | |
1748 | 1748 | * TMS1100 6010 MP1218 (die also labeled MP1218) |
1749 | 1749 | * 4 7seg LEDs, and other LEDs behind bezel, 1bit sound |
1750 | 1750 | |
1751 | | lamp translation table: led zz from game PCB = MESS lampyx: |
| 1751 | lamp translation table: led zz from game PCB = MAME lampyx: |
1752 | 1752 | |
1753 | 1753 | 11 = lamp90 21 = lamp91 31 = lamp92 41 = lamp93 51 = lamp95 |
1754 | 1754 | 12 = lamp80 22 = lamp81 32 = lamp82 42 = lamp83 52 = lamp85 |
r248532 | r248533 | |
1873 | 1873 | * TMS1100 MP1221 (die labeled MP1221) |
1874 | 1874 | * 4 7seg LEDs(rightmost one unused), and other LEDs behind bezel, 1bit sound |
1875 | 1875 | |
1876 | | lamp translation table: led zz from game PCB = MESS lampyx: |
| 1876 | lamp translation table: led zz from game PCB = MAME lampyx: |
1877 | 1877 | |
1878 | 1878 | 0 = - 10 = lamp44 20 = lamp53 30 = lamp95 40 = lamp92 |
1879 | 1879 | 1 = lamp30 11 = lamp45 21 = lamp54 31 = lamp85 41 = lamp93 |
r248532 | r248533 | |
1886 | 1886 | 8 = lamp42 18 = lamp73 28 = lamp84 38 = lamp82 |
1887 | 1887 | 9 = lamp43 19 = - 29 = lamp94 39 = lamp83 |
1888 | 1888 | |
1889 | | NOTE!: MESS external artwork is recommended |
| 1889 | NOTE!: MAME external artwork is recommended |
1890 | 1890 | |
1891 | 1891 | ***************************************************************************/ |
1892 | 1892 | |
r248532 | r248533 | |
3684 | 3684 | // config |
3685 | 3685 | |
3686 | 3686 | /* physical button layout and labels is like this: |
3687 | | (note: remember that you can rotate the display in MESS) |
| 3687 | (note: remember that you can rotate the display in MAME) |
3688 | 3688 | |
3689 | 3689 | [SELECT [BALL UP] [BALL OVER] |
3690 | 3690 | SCORE] |
r248532 | r248533 | |
4019 | 4019 | - Japan: Block Attack |
4020 | 4020 | - UK: Break-In |
4021 | 4021 | |
4022 | | lamp translation table: led zz from game PCB = MESS lampyx: |
| 4022 | lamp translation table: led zz from game PCB = MAME lampyx: |
4023 | 4023 | |
4024 | 4024 | 00 = - 10 = lamp50 20 = lamp42 |
4025 | 4025 | 01 = lamp70 11 = lamp51 21 = lamp33 |
r248532 | r248533 | |
4619 | 4619 | |
4620 | 4620 | CONS( 1979, tbreakup, 0, 0, tbreakup, tbreakup, driver_device, 0, "Tomy", "Break Up (Tomy)", GAME_SUPPORTS_SAVE ) |
4621 | 4621 | |
4622 | | // ***: As far as MESS is concerned, the game is emulated fine. But for it to be playable, it requires interaction |
| 4622 | // ***: As far as MAME is concerned, the game is emulated fine. But for it to be playable, it requires interaction |
4623 | 4623 | // with other, unemulatable, things eg. game board/pieces, playing cards, pen & paper, etc. |
trunk/src/mess/drivers/hh_ucom4.c
r248532 | r248533 | |
50 | 50 | *128 uPD650C 1981, Roland TR-606 |
51 | 51 | 133 uPD650C 1982, Roland TB-303 -> tb303.c |
52 | 52 | |
53 | | (* denotes not yet emulated by MESS, @ denotes it's in this driver) |
| 53 | (* denotes not yet emulated by MAME, @ denotes it's in this driver) |
54 | 54 | |
55 | 55 | ***************************************************************************/ |
56 | 56 | |
r248532 | r248533 | |
229 | 229 | - Japan: "Missile Guerilla Warfare Maneuvers", published by Tomy |
230 | 230 | - World: UFO Master-Blaster Station |
231 | 231 | |
232 | | NOTE!: MESS external artwork is recommended |
| 232 | NOTE!: MAME external artwork is recommended |
233 | 233 | |
234 | 234 | ***************************************************************************/ |
235 | 235 | |
r248532 | r248533 | |
341 | 341 | Then choose a formation(A,B,C) and either pass the ball, and/or start |
342 | 342 | running. For more information, refer to the official manual. |
343 | 343 | |
344 | | NOTE!: MESS external artwork is recommended |
| 344 | NOTE!: MAME external artwork is recommended |
345 | 345 | |
346 | 346 | ***************************************************************************/ |
347 | 347 | |
r248532 | r248533 | |
481 | 481 | player 1 presses one of the directional keys. In 2-player mode, player 2 |
482 | 482 | controls the goalkeeper, defensive players are still controlled by the CPU. |
483 | 483 | |
484 | | NOTE!: MESS external artwork is recommended |
| 484 | NOTE!: MAME external artwork is recommended |
485 | 485 | |
486 | 486 | ***************************************************************************/ |
487 | 487 | |
r248532 | r248533 | |
603 | 603 | * NEC uCOM-44 MCU, labeled EMIX D552C 049 |
604 | 604 | * cyan VFD display Emix-108 |
605 | 605 | |
606 | | NOTE!: MESS external artwork is recommended |
| 606 | NOTE!: MAME external artwork is recommended |
607 | 607 | |
608 | 608 | ***************************************************************************/ |
609 | 609 | |
r248532 | r248533 | |
712 | 712 | This is basically a revamp of their earlier Boxing game (ET-06), case and |
713 | 713 | buttons are exactly the same. |
714 | 714 | |
715 | | NOTE!: MESS external artwork is recommended |
| 715 | NOTE!: MAME external artwork is recommended |
716 | 716 | |
717 | 717 | ***************************************************************************/ |
718 | 718 | |
r248532 | r248533 | |
865 | 865 | - Japan: FL Crazy Climbing |
866 | 866 | - USA: Crazy Climber |
867 | 867 | |
868 | | NOTE!: MESS external artwork is recommended |
| 868 | NOTE!: MAME external artwork is recommended |
869 | 869 | |
870 | 870 | ***************************************************************************/ |
871 | 871 | |
r248532 | r248533 | |
967 | 967 | - USA: Invader From Space |
968 | 968 | - UK: Invader From Space, published by Grandstand |
969 | 969 | |
970 | | NOTE!: MESS external artwork is recommended |
| 970 | NOTE!: MAME external artwork is recommended |
971 | 971 | |
972 | 972 | ***************************************************************************/ |
973 | 973 | |
r248532 | r248533 | |
1179 | 1179 | - Japan: Astro Wars |
1180 | 1180 | - UK: Astro Wars, published by Grandstand |
1181 | 1181 | |
1182 | | NOTE!: MESS external artwork is recommended |
| 1182 | NOTE!: MAME external artwork is recommended |
1183 | 1183 | |
1184 | 1184 | ***************************************************************************/ |
1185 | 1185 | |
r248532 | r248533 | |
1281 | 1281 | - USA: Astro Command, published by Tandy |
1282 | 1282 | - UK: Scramble, published by Grandstand |
1283 | 1283 | |
1284 | | NOTE!: MESS external artwork is recommended |
| 1284 | NOTE!: MAME external artwork is recommended |
1285 | 1285 | |
1286 | 1286 | ***************************************************************************/ |
1287 | 1287 | |
r248532 | r248533 | |
1390 | 1390 | - USA: Dracula, red case |
1391 | 1391 | - Other: Dracula, yellow case, published by Hales |
1392 | 1392 | |
1393 | | NOTE!: MESS external artwork is recommended |
| 1393 | NOTE!: MAME external artwork is recommended |
1394 | 1394 | |
1395 | 1395 | ***************************************************************************/ |
1396 | 1396 | |
r248532 | r248533 | |
1589 | 1589 | - USA: Cosmic Combat |
1590 | 1590 | - Japan: Space Attack |
1591 | 1591 | |
1592 | | NOTE!: MESS external artwork is recommended |
| 1592 | NOTE!: MAME external artwork is recommended |
1593 | 1593 | |
1594 | 1594 | ***************************************************************************/ |
1595 | 1595 | |
r248532 | r248533 | |
1688 | 1688 | Press the Serve button to start, then hit the ball by pressing one of the |
1689 | 1689 | positional buttons when the ball flies over it. |
1690 | 1690 | |
1691 | | NOTE!: MESS external artwork is recommended |
| 1691 | NOTE!: MAME external artwork is recommended |
1692 | 1692 | |
1693 | 1693 | ***************************************************************************/ |
1694 | 1694 | |
r248532 | r248533 | |
1850 | 1850 | The game will start automatically after turning it on. This Pac Man refuses |
1851 | 1851 | to eat dots with his butt, you can only eat them going right-to-left. |
1852 | 1852 | |
1853 | | NOTE!: MESS external artwork is recommended |
| 1853 | NOTE!: MAME external artwork is recommended |
1854 | 1854 | |
1855 | 1855 | ***************************************************************************/ |
1856 | 1856 | |
r248532 | r248533 | |
1954 | 1954 | - UK: Astro Blaster, published by Hales (Epoch Astro Command was named Scramble) |
1955 | 1955 | - Germany: Rambler |
1956 | 1956 | |
1957 | | NOTE!: MESS external artwork is recommended |
| 1957 | NOTE!: MAME external artwork is recommended |
1958 | 1958 | |
1959 | 1959 | ***************************************************************************/ |
1960 | 1960 | |
r248532 | r248533 | |
2055 | 2055 | - USA: Caveman, published by Tandy |
2056 | 2056 | - UK: Cave Man - Jr. Caveman vs Dinosaur, published by Grandstand |
2057 | 2057 | |
2058 | | NOTE!: MESS external artwork is recommended |
| 2058 | NOTE!: MAME external artwork is recommended |
2059 | 2059 | |
2060 | 2060 | ***************************************************************************/ |
2061 | 2061 | |
r248532 | r248533 | |
2154 | 2154 | |
2155 | 2155 | To start the game, simply press [UP]. Hold a joystick direction to move around. |
2156 | 2156 | |
2157 | | NOTE!: MESS external artwork is recommended |
| 2157 | NOTE!: MAME external artwork is recommended |
2158 | 2158 | |
2159 | 2159 | ***************************************************************************/ |
2160 | 2160 | |