support apple1 eprom

This commit is contained in:
nino-porcino 2021-12-15 18:16:31 +01:00
parent 5cc3f68db8
commit eabd763412
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ void help() {
}
void main() {
#ifdef APPLE1
apple1_eprom_init();
#endif
byte key = 'H';
for(;;) {
if(key == '1') prova_screen1();