Fix warning

This commit is contained in:
negativeExponent
2020-11-17 06:47:45 +08:00
parent 565391c213
commit 8deefc3bef
2 changed files with 1 additions and 2 deletions

View File

@@ -92,5 +92,5 @@ void Mapper401_Init(CartInfo *info) {
info->Power = M401Power;
info->Reset = M401Reset;
AddExState(EXPREGS, 5, 0, "EXPR");
AddExState(dipswitch, 1, 0, "DPSW");
AddExState(&dipswitch, 1, 0, "DPSW");
}