mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-08-15 06:27:30 +00:00
support apple1 eprom
This commit is contained in:
@@ -31,6 +31,11 @@ void help() {
|
||||
}
|
||||
|
||||
void main() {
|
||||
|
||||
#ifdef APPLE1
|
||||
apple1_eprom_init();
|
||||
#endif
|
||||
|
||||
byte key = 'H';
|
||||
for(;;) {
|
||||
if(key == '1') prova_screen1();
|
||||
|
Reference in New Issue
Block a user