summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-08-30 15:49:34 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-08-30 15:49:37 -0400
commitd0ecb08b6c6a9f43f47f8b8f5d8c2bd4f6d95833 (patch)
tree033103081761abff29d0fa5475b6ada974787c49
parent6af2a1ff60ccda89ae10002776ccaa13e0872a07 (diff)
unkitpkr: Document another patched-out jump (nw)
-rw-r--r--src/mame/drivers/wallc.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/drivers/wallc.cpp b/src/mame/drivers/wallc.cpp
index e776f51ec97..b3c42a1d9d3 100644
--- a/src/mame/drivers/wallc.cpp
+++ b/src/mame/drivers/wallc.cpp
@@ -696,6 +696,12 @@ DRIVER_INIT_MEMBER(wallc_state, sidam)
00d5: nop
00d6: nop
+ 1866: pop af
+ 1867: cp $46
+ 1869: nop
+ 186a: nop
+ 186b: nop
+
*/
ROM_START( unkitpkr )
ROM_REGION( 0x8000, "maincpu", 0 )