From a41f7d1ab59181c3bb5188a8c28d793c1239f502 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Thu, 13 Oct 2016 12:25:08 +0100 Subject: [PATCH] worked out correct type1_map1100 line, promoted to working. the line provided is for something else, presumably not public. --- src/mame/drivers/decocass.cpp | 4 ++-- src/mame/machine/decocass.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/decocass.cpp b/src/mame/drivers/decocass.cpp index ab0488726bc..c7c6cbabf8a 100644 --- a/src/mame/drivers/decocass.cpp +++ b/src/mame/drivers/decocass.cpp @@ -1785,8 +1785,8 @@ DRIVER_INIT_MEMBER(decocass_state,cdsteljn) /* 07 */ GAME( 1981, castfant, decocass, castfant, decocass, decocass_state, decocass, ROT270, "Data East Corporation", "Astro Fantasia (DECO Cassette)", 0 ) /* 08 */ // 1981.03 The Tower /* 09 */ GAME( 1981, csuperas, decocass, csuperas, csuperas, decocass_state, decocass, ROT270, "Data East Corporation", "Super Astro Fighter (DECO Cassette)", 0 ) -/* 10 */ GAME( 1981, cocean1a, decocass, cocean1a, cocean1a, decocass_state, decocass, ROT270, "Data East Corporation", "Ocean to Ocean (Medal) [DECO Cassette MD] (No.10/Ver.1,Japan)", MACHINE_NOT_WORKING ) /* no lever, 1P/2P buttons used to switch player, cocktail mode not emulated */ -/* */ GAME( 1981, cocean6b, cocean1a, cocean1a, cocean1a, decocass_state, decocass, ROT270, "Data East Corporation", "Ocean to Ocean (Medal) [DECO Cassette MD] (No.10/Ver.6,US)", MACHINE_NOT_WORKING ) /* lever, 1P/2P buttons used to switch player, cocktail mode not emulated */ +/* 10 */ GAME( 1981, cocean1a, decocass, cocean1a, cocean1a, decocass_state, decocass, ROT270, "Data East Corporation", "Ocean to Ocean (Medal) [DECO Cassette MD] (No.10/Ver.1,Japan)", 0 ) /* no lever, 1P/2P buttons used to switch player, cocktail mode not emulated */ +/* */ GAME( 1981, cocean6b, cocean1a, cocean1a, cocean1a, decocass_state, decocass, ROT270, "Data East Corporation", "Ocean to Ocean (Medal) [DECO Cassette MD] (No.10/Ver.6,US)", 0 ) /* lever, 1P/2P buttons used to switch player, cocktail mode not emulated */ /* 11 */ GAME( 1981, clocknch, decocass, clocknch, clocknch, decocass_state, decocass, ROT270, "Data East Corporation", "Lock'n'Chase (DECO Cassette)", 0 ) /* 12 */ // 1981.08 Flash Boy/DECO Kid /* 13 */ GAME( 1981, cprogolf, decocass, cprogolf, cprogolf, decocass_state, decocass, ROT270, "Data East Corporation", "Tournament Pro Golf (DECO Cassette)", 0 ) diff --git a/src/mame/machine/decocass.cpp b/src/mame/machine/decocass.cpp index a7759447dee..c0bb1c642e9 100644 --- a/src/mame/machine/decocass.cpp +++ b/src/mame/machine/decocass.cpp @@ -418,7 +418,7 @@ static UINT8 type1_latch_16_pass_3_inv_1_table[8] = { T1PROM,T1LATCHINV,T1PROM,T * ***************************************************************************/ -static UINT8 type1_map1100[8] = { T1PROM,T1PROM,T1LATCHINV,T1DIRECT,T1PROM,T1PROM,T1LATCH,T1PROM }; +static UINT8 type1_map1100[8] = { T1PROM,T1PROM,T1LATCHINV,T1PROM,T1DIRECT,T1PROM,T1LATCH,T1PROM }; MACHINE_RESET_MEMBER(decocass_state,cocean1a) /* 10 */ {