summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cocoloco.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-30 08:35:21 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-30 08:35:21 +0200
commit913ab1e14041b81f3c9276ea3a7adfff32c0408c (patch)
treef4d630b889546e006e98de2ea05aa20d56c11303 /src/mame/drivers/cocoloco.cpp
parent21fe699db20e3354d92396d4a29f5fd648584437 (diff)
Cleanups and version bump
Diffstat (limited to 'src/mame/drivers/cocoloco.cpp')
-rw-r--r--src/mame/drivers/cocoloco.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/cocoloco.cpp b/src/mame/drivers/cocoloco.cpp
index d69564cc9d3..d940c39a7a3 100644
--- a/src/mame/drivers/cocoloco.cpp
+++ b/src/mame/drivers/cocoloco.cpp
@@ -158,17 +158,17 @@
***************************************************************************************
Game notes...
-
+
The third set is resetting after drawing the maze, and when start a game.
Attract reset:
-
+
bp d28e (this is after all the jsr tables that draw the maze)
$d296: jsr $e0cd...
$e189 (jsr $6337) ; $6337 ---> Goes nowhere. Hit the 00's (BRK) and reset.
Start reset:
-
+
$e0e9: 4c ee 60 ; jmp $60ee <--- nothing here.
***************************************************************************************
@@ -588,7 +588,7 @@ ROM_END
/* This Petaco's 2-player game
seems to soffer of some bitrot.
-
+
The code executes subroutines located out of the ROM space.
Finally jumps to nowhere.
*/