mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-25 19:31:36 +00:00
re-enable printer for Teensy
This commit is contained in:
parent
6935126c80
commit
322bd9db68
@ -27,11 +27,8 @@ AppleVM::AppleVM()
|
|||||||
|
|
||||||
keyboard = new AppleKeyboard((AppleMMU *)mmu);
|
keyboard = new AppleKeyboard((AppleMMU *)mmu);
|
||||||
|
|
||||||
#ifndef TEENSYDUINO
|
|
||||||
// Disabled for the Teensy due to RAM constraints
|
|
||||||
parallel = new ParallelCard();
|
parallel = new ParallelCard();
|
||||||
((AppleMMU *)mmu)->setSlot(1, parallel);
|
((AppleMMU *)mmu)->setSlot(1, parallel);
|
||||||
#endif
|
|
||||||
|
|
||||||
hd32 = new HD32((AppleMMU *)mmu);
|
hd32 = new HD32((AppleMMU *)mmu);
|
||||||
((AppleMMU *)mmu)->setSlot(7, hd32);
|
((AppleMMU *)mmu)->setSlot(7, hd32);
|
||||||
|
Loading…
Reference in New Issue
Block a user