mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-01 01:06:40 +00:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
/* Atari 2600 Library Functions for C02 */
|
|
|
|
char adcbcd(); //BCD Add w/Carry to Variable
|
|
char addbcd(); //BCD Add to Variable
|
|
void posobj(); //Position Object
|
|
|