re-enable printer for Teensy

This commit is contained in:
Jorj Bauer 2020-07-05 01:20:18 -04:00
parent 6935126c80
commit 322bd9db68
1 changed files with 0 additions and 3 deletions

View File

@ -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);