Skip to content

Commit

Permalink
const + whitespace clean
Browse files Browse the repository at this point in the history
  • Loading branch information
y-ack committed Mar 30, 2024
1 parent 227b941 commit 373aeb5
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 71 deletions.
2 changes: 1 addition & 1 deletion src/mame/taito/taito_f3.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class taito_f3_state : public driver_device
void get_sprite_info();
void read_line_ram(f3_line_inf &line, int y);
std::vector<clip_plane_inf> calc_clip(const clip_plane_inf (&clip)[NUM_CLIPPLANES], const mixable *line);
void scanline_draw_TWO(bitmap_rgb32 &bitmap, const rectangle &cliprect);
void scanline_draw(bitmap_rgb32 &bitmap, const rectangle &cliprect);
void get_pf_scroll(int pf_num, fixed8 &reg_sx, fixed8 &reg_sy);


Expand Down
Loading

0 comments on commit 373aeb5

Please sign in to comment.