From 06b44988e0cad55b84bd9e69529c19f23d738fcd Mon Sep 17 00:00:00 2001 From: RobertoFresca Date: Mon, 2 May 2016 12:41:43 -0300 Subject: [PATCH] Sonik Fighter: Added technical notes... --- src/mame/drivers/skylncr.cpp | 27 ++++++++++++++++++++++----- 1 file 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. + ***************************************************************************************************/