diff options
| author | 2015-04-29 08:18:54 +0200 | |
|---|---|---|
| committer | 2015-04-29 08:18:54 +0200 | |
| commit | 76b978d039f922ed84796deb999389ebb1579191 (patch) | |
| tree | 90e4fe3efe7a18b896e49fd7fb65ba7a144cac0f /src/mess/drivers/hh_hmcs40.c | |
| parent | 64219f27d20c0f6f2dc8c168c8c19ba9420f889d (diff) | |
Cleanups and version bumpmame0161
Diffstat (limited to 'src/mess/drivers/hh_hmcs40.c')
| -rw-r--r-- | src/mess/drivers/hh_hmcs40.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mess/drivers/hh_hmcs40.c b/src/mess/drivers/hh_hmcs40.c index b657e330b62..c8efaad5854 100644 --- a/src/mess/drivers/hh_hmcs40.c +++ b/src/mess/drivers/hh_hmcs40.c @@ -25,7 +25,7 @@ @73 HD38800A 1982, Bandai(Mattel) Star Hawk (PT-317B) @77 HD38800A 1982, Bandai Frisky Tom (PT-327A) @88 HD38800A 1984, Tomy Tron (THN-02) - + @01 HD38800B 1982, Gakken Crazy Kong @23 HD38800B 1982, Tomy Kingman (THF-01II) *24 HD38800B 1982, Actronics(Hanzawa) Wanted G-Man @@ -795,7 +795,7 @@ MACHINE_CONFIG_END * PCBs are labeled Kaken, PT-317B * Hitachi HD38800A73 MCU * cyan/red VFD display Futaba DM-41ZK, with partial color overlay + bezel - + Kaken was a subsidiary of Bandai. The original Japanese release is unknown, was it canceled and only released in the USA? @@ -1084,7 +1084,7 @@ WRITE16_MEMBER(bdoramon_state::grid_w) // D8-D15: vfd matrix grid m_grid = data >> 8 & 0xff; - + // D0-D3: plate 15-18 (update display there) plate_w(space, 4, data & 0xf); } @@ -1233,7 +1233,7 @@ MACHINE_CONFIG_END Coleco Alien Attack (manufactured in Taiwan) * Hitachi HD38800A25 MCU * cyan/red VFD display Futaba DM-19Z 1J - + It looks like Coleco took Gakken's Heiankyo Alien and turned it into a more action-oriented game. @@ -1960,7 +1960,7 @@ MACHINE_CONFIG_END * PCB labels ENTEX PAC-MAN PB-093/094 80-210149/50/51 * Hitachi QFP HD38820A23 MCU * cyan/red VFD display Futaba DM-28Z 1G(cyan Pac-Man) or DM-28 1K(orange Pac-Man) - + 2 VFD revisions are known, the difference is Pac-Man's color: cyan or red. NOTE!: MESS external artwork is recommended @@ -2406,7 +2406,7 @@ MACHINE_CONFIG_END * PCB label MEL-001 Baseball Rev. B * Hitachi QFP HD38820A09 MCU * cyan/red/green VFD display Futaba DM-24ZK 1G, with etched overlay - + To start the game in 2-player mode, simply turn the game on. For 1-player, turn the game on while holding the 1-key and use the visitor's side keypad to play offsense. |
