diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-01 20:12:52 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-01 20:12:52 +1100 |
commit | 0ba0d793ca60189fa8378399d32d6299a1dd9db5 (patch) | |
tree | 8687061b7e179d2d2d4ff010201a401a0b3e8cad /src/apple.c | |
parent | b1c9034b2f91ba8f12ae2308196f4de7fa7359bd (diff) |
fixed CR with terminal & VRAM
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 ba2cfb6..18f1763 100644 --- a/src/apple.c +++ b/src/apple.c @@ -104,7 +104,7 @@ void SetMemory(address x, byte y){ byte UserInput() { #ifdef GRAPHICAL - + // SDL code #else int c = getch(); #endif |