diff --git a/src/boards/401.c b/src/boards/401.c index 067849b..75cb508 100644 --- a/src/boards/401.c +++ b/src/boards/401.c @@ -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"); } diff --git a/src/ines.c b/src/ines.c index e946c91..9c23c7e 100644 --- a/src/ines.c +++ b/src/ines.c @@ -386,7 +386,6 @@ static void CheckHInfo(void) { } } strcat(gigastr, "\n"); - FCEU_printf("\n", gigastr); FCEU_printf("%s\n", gigastr); }