diff options
Diffstat (limited to 'src/apple.c')
-rw-r--r-- | src/apple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apple.c b/src/apple.c index 6f48c10..6c977a2 100644 --- a/src/apple.c +++ b/src/apple.c @@ -108,7 +108,7 @@ void SetMemory(address x, byte y){ switch(x) { case DSP: - + TerminalInput(y); } if (x < MEMORY_SIZE) { Memory[x] = y; |