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