summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-10-22 00:31:11 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-10-22 00:31:11 +1100
commit9c61152a201e9f4757cc20d3571a0714890d3cc4 (patch)
tree432924b147846d73fd67bc45dd133801bfe71317 /src/mame
parent4e1fce0d2a24686de6817ebb138c54cafb7ad555 (diff)
New clones marked as NOT_WORKING
-------------------------------- Ice Cold Beer (set 2) [Robbbert]
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/icecold.cpp22
-rw-r--r--src/mame/mame.lst1
2 files changed, 21 insertions, 2 deletions
diff --git a/src/mame/drivers/icecold.cpp b/src/mame/drivers/icecold.cpp
index fe0c64a98fa..e2da445893c 100644
--- a/src/mame/drivers/icecold.cpp
+++ b/src/mame/drivers/icecold.cpp
@@ -2,7 +2,18 @@
// copyright-holders:Sandro Ronco
/***************************************************************************
- Ice Cold Beer mechanical arcade game (c) Taito 1983
+Ice Cold Beer mechanical arcade game (c) Taito 1983
+
+How to play
+1. Insert coin (it says Cr 1)
+2. Press Start
+3. Wait for Play light
+4. Press num-1 which corresponds to the first light on the top row.
+5. Continue steps 3 and 4, but pressing num-2, etc as the light advances.
+ For the last light, press num-0.
+6. To miss, press the wrong button, it says OOPS.
+7. After 3 misses, the game ends.
+
****************************************************************************/
@@ -422,6 +433,12 @@ ROM_START(icecold)
ROM_LOAD("icb24.bin", 0xc000, 0x2000, CRC(2d1e7282) SHA1(6f170e24f71d1504195face5f67176b55c933eef))
ROM_END
+ROM_START(icecoldf)
+ ROM_REGION(0x10000, "maincpu", 0)
+ ROM_LOAD("icb23b_f.bin", 0xe000, 0x2000, CRC(6fe73c9d) SHA1(24b60da1fc791844601bd9a7628fde195e9e9644) )
+ ROM_LOAD("icb24.bin", 0xc000, 0x2000, CRC(2d1e7282) SHA1(6f170e24f71d1504195face5f67176b55c933eef))
+ROM_END
+
/*-------------------------------------------------------------------
/ Zeke's Peak
/-------------------------------------------------------------------*/
@@ -432,5 +449,6 @@ ROM_START(zekepeak)
ROM_END
-GAME( 1983, icecold, 0, icecold, icecold, icecold_state, empty_init, ROT0, "Taito", "Ice Cold Beer", MACHINE_NOT_WORKING | MACHINE_MECHANICAL)
+GAME( 1983, icecold, 0, icecold, icecold, icecold_state, empty_init, ROT0, "Taito", "Ice Cold Beer (set 1)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL)
+GAME( 1983, icecoldf, icecold, icecold, icecold, icecold_state, empty_init, ROT0, "Taito", "Ice Cold Beer (set 2)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL)
GAME( 1983, zekepeak, icecold, icecold, icecold, icecold_state, empty_init, ROT0, "Taito", "Zeke's Peak", MACHINE_NOT_WORKING | MACHINE_MECHANICAL)
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 5c03e2499b7..e5be8aee99f 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -16966,6 +16966,7 @@ ice_tbd // ICE - Turbo Drive
@source:icecold.cpp
icecold //
+icecoldf //
zekepeak //
@source:ichiban.cpp