Skip to content

Commit

Permalink
SMS: Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Feb 5, 2024
1 parent ac6c23f commit 3fc7fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retro-core/components/smsplus/cpu/z80.c
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ static void dummy_write(UINT16 addr, UINT8 val)
//
}

static UINT16 dummy_irq(UINT8 param)
static int dummy_irq(int param)
{
return 0xFF;
}
Expand Down

0 comments on commit 3fc7fc4

Please sign in to comment.