Skip to content

Commit

Permalink
Fix vdp_cursor_tab declaration to match definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
astralaster committed Jul 8, 2024
1 parent c3bc051 commit 35e5a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agon/include/agon/vdp_vdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void vdp_clear_graphics( void );
void vdp_reset_graphics( void );
void vdp_disable_screen( void );
void vdp_cursor_home( void );
void vdp_cursor_tab( int row, int col );
void vdp_cursor_tab( int col, int row );
void vdp_set_text_colour( int colour );
void vdp_set_graphics_colour( int mode, int colour );
#define vdp_gcol( M, C ) vdp_set_graphics_colour( M, C )
Expand Down

0 comments on commit 35e5a7f

Please sign in to comment.