mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-02-03 04:32:00 +00:00
initialize eprom only if jukebox card
This commit is contained in:
parent
75b96830b4
commit
4dbe63d74b
@ -28,7 +28,7 @@ void help() {
|
||||
|
||||
void main() {
|
||||
|
||||
#ifdef APPLE1
|
||||
#ifdef APPLE1_JUKEBOX
|
||||
apple1_eprom_init();
|
||||
#endif
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
void main() {
|
||||
|
||||
#ifdef APPLE1
|
||||
#ifdef APPLE1_JUKEBOX
|
||||
apple1_eprom_init();
|
||||
#endif
|
||||
|
||||
|
@ -326,7 +326,7 @@ void main() {
|
||||
// install the start-of-frame interrupt detection
|
||||
//install_interrupt();
|
||||
|
||||
#ifdef APPLE1
|
||||
#ifdef APPLE1_JUKEBOX
|
||||
apple1_eprom_init();
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user