mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-18 21:07:28 +00:00
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
/* k2line.a02 - Atari 2600 Two Line Kernal */
|
|
|
|
void p0prep(); //Prepare Player 0 for Display
|
|
void p1prep(); //Prepare Player 1 for Display
|
|
|
|
void dsplns(); //Display Lines
|