You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,9 @@ The emulator runs at the approximately normal speed of 20ms per frame.
60
60
61
61
* Linux and your favorite terminal emulator that supports vt100/ANSI.
62
62
63
-
* Windows. It compiles with cygwin (not MSYS2 because it lacks termios). Run it in cygwin's mintty. Cmd.exe is way too slow. You need to hack the atari800
63
+
* Windows. It compiles with cygwin (not MSYS2 because it lacks termios). Run it
64
+
in cygwin's mintty. The windows terminal window is way too slow. You need to
65
+
hack the atari800
64
66
sources to use strcasecmp as Util_stricmp (util.h) or it won't compile.
65
67
66
68
* macOS. atari800 does not compile cleanly with XCode's clang. I used brew install gcc. After that, it runs fine and the terminal is fast enough.
0 commit comments