From 3c97a04b252df1903f03ef3b9883f2eed675d496 Mon Sep 17 00:00:00 2001 From: jede Date: Sun, 12 Nov 2017 10:42:09 +0100 Subject: [PATCH] Fix cc65 doc for telestrat target --- doc/cc65.sgml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index cd94f50ac..11a5937b2 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -407,6 +407,7 @@ Here is a description of all the command line options: sim6502 sim65c02 supervision + telestrat vic20 @@ -941,6 +942,10 @@ The compiler defines several macros at startup: This macro is defined if the target is the Supervision (-t supervision). + __TELESTRAT__ + + This macro is defined if the target is the Telestrat (-t telestrat). + __TIME__ This macro expands to the time of translation of the preprocessing -- 2.39.5