mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-22 03:30:50 +00:00
Cleanup syntax, missing semi-colon
This commit is contained in:
parent
fd7f82b49a
commit
cbcb1e492f
@ -77,7 +77,7 @@ When we are done we will have 6502 assembly code that implements the equivalent
|
|||||||
|
|
||||||
```c
|
```c
|
||||||
void DrawChar();
|
void DrawChar();
|
||||||
void DrawCharCol( char c, int col )
|
void DrawCharCol( char c, int col );
|
||||||
void DrawCharColRow( char c, int col, int row );
|
void DrawCharColRow( char c, int col, int row );
|
||||||
void SetCursorRow( int row );
|
void SetCursorRow( int row );
|
||||||
void SetCursorColRow3( int col, int row );
|
void SetCursorColRow3( int col, int row );
|
||||||
|
Loading…
Reference in New Issue
Block a user