From 2c0baa1d2cd1f768b417c3ad970ccfc2397b354d Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 22 Dec 2019 16:38:21 +0100 Subject: [PATCH] Link to CPC Mode 5 Viewer code --- src/cpcformats.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cpcformats.c b/src/cpcformats.c index ccf58c01..fb4c81ba 100644 --- a/src/cpcformats.c +++ b/src/cpcformats.c @@ -1185,7 +1185,8 @@ void Test_CM5(T_IO_Context * context, FILE * file) * * Only support 288x256 resolution as the Mode 5 Viewer app only handles this * single resolution. - * see https://www.cpc-power.com/index.php?page=detail&num=12905 + * @see https://www.cpc-power.com/index.php?page=detail&num=12905 + * @see https://github.com/cpcsdk/cpctools/blob/master/resources/mode5_viewer/fx_mode5.s */ void Load_CM5(T_IO_Context* context) {