1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 06:29:32 +00:00

Updated test programs for py65mon

This commit is contained in:
Curtis F Kaylor 2018-07-30 20:06:33 -04:00
parent 40b51fcb36
commit f35762abda
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
**********************************************/
#include <py65.h02>
#include <stddef.h02>
#include <stdio.h02>
char key; //Key read from keyboard

View File

@ -3,6 +3,7 @@
******************************************/
#include <py65.h02>
#include <stddef.h02>
#include <stdio.h02>
#include <string.h02>