Mapper 468: bugfixes

This commit is contained in:
NewRisingSun
2025-09-08 16:25:54 +02:00
parent 5744764e24
commit da42e08e1a
7 changed files with 114 additions and 104 deletions

View File

@@ -33,13 +33,13 @@ static uint8 VRC7_count;
static signed short int VRC7_cycles;
static SFORMAT VRC7_stateRegs[] = {
{ VRC7_prg, 3, "VC6P" },
{ VRC7_chr, 6, "VC6C" },
{ &VRC7_misc, 1, "VC6M" },
{ &VRC7_latch, 1, "LATC" },
{ &VRC7_mode, 1, "MODE" },
{ &VRC7_count, 1, "COUN" },
{ &VRC7_cycles, 2 | FCEUSTATE_RLSB, "CYCL" },
{ VRC7_prg, 3, "VC7P" },
{ VRC7_chr, 8, "VC7C" },
{ &VRC7_misc, 1, "VC7M" },
{ &VRC7_latch, 1, "V7LT" },
{ &VRC7_mode, 1, "V7MO" },
{ &VRC7_count, 1, "V7CT" },
{ &VRC7_cycles, 2 | FCEUSTATE_RLSB, "V7CY" },
{ 0 }
};