initialize eprom only if jukebox card

This commit is contained in:
nino-porcino 2022-01-01 11:18:19 +01:00
parent 75b96830b4
commit 4dbe63d74b
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ void help() {
void main() {
#ifdef APPLE1
#ifdef APPLE1_JUKEBOX
apple1_eprom_init();
#endif

View File

@ -10,7 +10,7 @@
void main() {
#ifdef APPLE1
#ifdef APPLE1_JUKEBOX
apple1_eprom_init();
#endif

View File

@ -326,7 +326,7 @@ void main() {
// install the start-of-frame interrupt detection
//install_interrupt();
#ifdef APPLE1
#ifdef APPLE1_JUKEBOX
apple1_eprom_init();
#endif