From ba563951ba6656c8e0990e7e8007a2ab3e51ba64 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Thu, 27 Jun 2024 21:22:24 +0200 Subject: pc/cuttherope.cpp: Fixed year updated comments. (#12516) --- src/mame/pc/cuttherope.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mame/pc/cuttherope.cpp b/src/mame/pc/cuttherope.cpp index 8206d237598..2aaa750adc6 100644 --- a/src/mame/pc/cuttherope.cpp +++ b/src/mame/pc/cuttherope.cpp @@ -3,6 +3,9 @@ /*********************************************************************************************************** Skeleton driver for "Cut The Rope", by Innovative Concepts in Entertainment, Inc. (ICE). +Redemption game with a vertical touch sceen and ticket payout, from 2016. +ICE also produced a "Cut the Rope" electromechanical crane arcade machine in 2013, with a suction +cup rather than a claw. Standard PC with Intel DH61CR motherboard (IT8892E PCIe to PCI Bridge, Nuvoton W83677HG-i Super I/O, etc.): -Unknown RAM, unknown exact CPU type. @@ -10,7 +13,7 @@ Standard PC with Intel DH61CR motherboard (IT8892E PCIe to PCI Bridge, Nuvoton W And an external PCB for I/O, connected by USB to the motherboard: -ColdFire MCF51JM32VLK. --Two 8 dip switches banks. +-Two banks of 8 DIP switches. ***********************************************************************************************************/ @@ -34,6 +37,7 @@ public: private: required_device m_maincpu; + void cuttherope_io(address_map &map); void cuttherope_map(address_map &map); }; @@ -75,4 +79,4 @@ ROM_END } // anonymous namespace -GAME(2003, cuttherope, 0, cuttherope, cuttherope, cuttherope_state, empty_init, ROT90, "ICE", "Cut The Rope", MACHINE_IS_SKELETON ) +GAME(2016, cuttherope, 0, cuttherope, cuttherope, cuttherope_state, empty_init, ROT90, "ICE", "Cut The Rope", MACHINE_IS_SKELETON ) -- cgit v1.2.3