From 26ff8d1fb2ea8b2eea3828616f0175dac02c3307 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 15 Mar 2020 22:42:55 +0000 Subject: Added simple timing to get 50 frames a second, hopefully. --- src/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a9a835d..8ed3914 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,11 @@ # along with this program. If not, see . TARGET=czx81 -CURSES=-lcursesw + +# This library may need to be set to one of these: +# cursesw +# ncursesw +CURSES=-lncurses OBJS= czx81.o \ zx81rom.o -- cgit v1.2.3