mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 15:31:41 +00:00
temporarily turning off printer for teensy
This commit is contained in:
parent
602dc8c707
commit
5db77a4765
@ -23,8 +23,11 @@ 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