Sonik Fighter: Added technical notes...

This commit is contained in:
RobertoFresca 2016-05-02 12:41:43 -03:00
parent a344909533
commit 06b44988e0

View File

@ -25,11 +25,6 @@
- Press key 0 to navigate between statistics pages. Press START to exit the mode. - Press key 0 to navigate between statistics pages. Press START to exit the mode.
TODO:
- Proper M5M82C255 device emulation.
**************************************************************************************************** ****************************************************************************************************
Settings: Settings:
@ -84,6 +79,28 @@
Press START (key 1) to exit the mode. 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.
***************************************************************************************************/ ***************************************************************************************************/