Skip to content

Commit

Permalink
Remove no-longer-used function prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Holtz authored and Ryan Holtz committed Nov 29, 2024
1 parent b8b5e26 commit dc081ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mame/midway/williams.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class williams_state : public driver_device
void vram_select_w(u8 data);
void sinistar_vram_select_w(u8 data);
void cmos_4bit_w(offs_t offset, u8 data);
void blitter_w(address_space &space, offs_t offset, u8 data);

template <unsigned A, unsigned... B>
TIMER_CALLBACK_MEMBER(deferred_snd_cmd_w);
Expand Down

0 comments on commit dc081ff

Please sign in to comment.