Skip to content

Commit

Permalink
fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Mar 16, 2024
1 parent 9994d52 commit 02cf16f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/sound/sp0250.c
Expand Up @@ -49,8 +49,8 @@ static struct {
} filter[6];
} sp0250;

void sp0250_timer_tick(int param);
void sp0250_update(int num, INT16* output, int length);
static void sp0250_timer_tick(int param);
static void sp0250_update(int num, INT16* output, int length);

int sp0250_sh_start( const struct MachineSound *msound )
{
Expand Down
2 changes: 1 addition & 1 deletion src/sound/sp0256.c
Expand Up @@ -1084,7 +1084,7 @@ static void sp0256_micro(void)
}
}

void sp0256_update(int num, INT16 *output, int length);
static void sp0256_update(int num, INT16 *output, int length);

int sp0256_sh_start( const struct MachineSound *msound )
{
Expand Down

0 comments on commit 02cf16f

Please sign in to comment.