summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author RobertoFresca <robbie@mamedev.org>2016-05-02 12:41:43 -0300
committer RobertoFresca <robbie@mamedev.org>2016-05-02 12:41:43 -0300
commit06b44988e0cad55b84bd9e69529c19f23d738fcd (patch)
tree1f5d73524330468a7eba57d077f0c9ff4cab7ac3
parenta3449095334e839daf5929b974e297ad27855d47 (diff)
Sonik Fighter: Added technical notes...
-rw-r--r--src/mame/drivers/skylncr.cpp27
1 files changed, 22 insertions, 5 deletions
diff --git a/src/mame/drivers/skylncr.cpp b/src/mame/drivers/skylncr.cpp
index aae19b42a15..b942c09b255 100644
--- a/src/mame/drivers/skylncr.cpp
+++ b/src/mame/drivers/skylncr.cpp
@@ -25,11 +25,6 @@
- Press key 0 to navigate between statistics pages. Press START to exit the mode.
-
- TODO:
-
- - Proper M5M82C255 device emulation.
-
****************************************************************************************************
Settings:
@@ -84,6 +79,28 @@
Press START (key 1) to exit the mode.
+****************************************************************************************************
+
+ Game specific notes...
+
+ * Sonik Fighter
+
+ The game is encrypted, and runs with an obfuscated daughterboard in place of the CPU.
+ Even when I have the attract working, accepting coins, getting sounds and accurate inputs,
+ the game is still not working. Once coined, there's no way to start a game.
+
+ The PPI0 port B, D5 input line behaves like a reset, when the Attract/Girls DSW is set OFF.
+ Need more investigation about...
+
+ Colors are wrong due to can't find a way to set the palette.
+
+****************************************************************************************************
+
+ TODO:
+
+ - Proper M5M82C255 device emulation.
+ - Colors: Find the palette in Sonik Fighter.
+
***************************************************************************************************/