Probably, no NSF of this game.
Ripped in the game using cheat code.
Code:
<cheat desc="-= Wit's =-" />
<cheat desc="Game stop">
<parameter min="0" max="1" step="1"/>
<script state="change">
<action>maincpu.pb@0006=param</action>
</script>
</cheat>
<cheat desc="Game stop 2">
<script state="run">
<action>maincpu.pb@0002=FF</action>
</script>
</cheat>
<cheat desc="Ending stop">
<script state="run">
<action>maincpu.pb@0006=FF</action>
</script>
</cheat>
<cheat desc="Ending stop 2">
<script state="run">
<action>maincpu.pb@0000=FF</action>
</script>
</cheat>
<cheat desc="Infinite Lives">
<script state="run">
<action>maincpu.pb@0380=9d</action>
</script>
</cheat>
<cheat desc="Enemy death">
<script state="run">
<action>maincpu.pb@0415=00</action>
</script>
</cheat>