mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-16 14:30:33 +00:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
/* k2line.a02 - Two Line Kernal Functions for C02 */
|
|
|
|
char scnlns; //Number of Scanlines to Display
|
|
|
|
void setpl0(); //Set Player 0 Data
|
|
void setpl1(); //Set Player 1 Data
|
|
|
|
void prppl0(); //Prep Player 0
|
|
void prppl1(); //Prep Player 1
|
|
|
|
void dsplns(); //Display Lines
|