From 6c7c9ce1611a7d5f437f47f4f5da99772d7600a3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 13 Mar 2019 04:04:08 -0400 Subject: fix /msg and /quit commands (quote argument with colon) --- src/features.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/features.h') diff --git a/src/features.h b/src/features.h index ec7d194..90f0cd9 100644 --- a/src/features.h +++ b/src/features.h @@ -1,6 +1,9 @@ #ifndef FEATURES_H #define FEATURES_H +/* Note: just defining one of these doesn't result in a 64 or + 80 column build. You also have to run mkfuji64.sh or + mkfuji80.sh to built the final .xex and disk image. */ // #define FEAT_COL64_HACK // #define FEAT_COL80_HACK -- cgit v1.2.3