summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2018-02-22 07:23:07 -0500
committer Scott Stone <tafoid@gmail.com>2018-02-22 07:23:07 -0500
commit638f84f3db917f08a7e105f5d53e4b587b30efd8 (patch)
tree66a74458644912fd2e0bb9e7c1a1879e5a0cd3b6
parent125322d2b527911921750d2f9c6aa94c093ecc87 (diff)
Added notes regarding protection issues for Pettan Pyuu/BanBam (nw)
-rw-r--r--src/mame/drivers/strnskil.cpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/mame/drivers/strnskil.cpp b/src/mame/drivers/strnskil.cpp
index b97769b8109..dc9cb6d82e6 100644
--- a/src/mame/drivers/strnskil.cpp
+++ b/src/mame/drivers/strnskil.cpp
@@ -15,8 +15,15 @@ Notes:
Banbam has a Fujitsu MB8841 4-Bit MCU for protection labeled SUN 8212.
Its internal ROM has been imaged, manually typed, and decoded as sun-8212.ic3.
Pettan Pyuu is a clone of Banbam although with different levels / play fields.
-
-*****************************************************************************/
+
+ Protection currently fails on both Pettan Pyuu and Banbam if you play either
+ game to Round 11. When you get there, the music still plays but all you see is
+ "ERR-43" in red text at the bottom left of the screen and the game is no longer
+ playable. Also, in some earlier rounds you notice the background graphics are
+ also not producing logical playfields as bits of graphics are in different
+ locations.
+
+******************************************************************************/
#include "emu.h"
#include "includes/strnskil.h"