From 322bd9db6822972842ac03c8d64e8296186e08fd Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Sun, 5 Jul 2020 01:20:18 -0400 Subject: [PATCH] re-enable printer for Teensy --- apple/applevm.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/apple/applevm.cpp b/apple/applevm.cpp index e2b9a00..cee577d 100644 --- a/apple/applevm.cpp +++ b/apple/applevm.cpp @@ -27,11 +27,8 @@ AppleVM::AppleVM() keyboard = new AppleKeyboard((AppleMMU *)mmu); -#ifndef TEENSYDUINO - // Disabled for the Teensy due to RAM constraints parallel = new ParallelCard(); ((AppleMMU *)mmu)->setSlot(1, parallel); -#endif hd32 = new HD32((AppleMMU *)mmu); ((AppleMMU *)mmu)->setSlot(7, hd32);