From 680f0c17f5175d4b67e276345b9d72b19ada525d Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sun, 17 Apr 2022 16:05:10 +0200 Subject: [PATCH] remove dangling spaces --- doc/atari5200.sgml | 4 ++-- doc/ca65.sgml | 2 +- doc/da65.sgml | 10 +++++----- doc/geos.sgml | 2 +- doc/intro.sgml | 4 ++-- doc/lynx.sgml | 2 +- doc/sim65.sgml | 2 +- doc/sym1.sgml | 4 ++-- doc/telestrat.sgml | 14 +++++++------- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/atari5200.sgml b/doc/atari5200.sgml index 599ffe3c9..29e6aadb3 100644 --- a/doc/atari5200.sgml +++ b/doc/atari5200.sgml @@ -84,7 +84,7 @@ The names are the usual ones you can find in system reference manuals. Example: tics = OS.rtclok[1] // get ticks ... - + Atari 5200 specific functions

@@ -221,7 +221,7 @@ you cannot use any of the following functions (and a few others): CAR format

-AtariROMMaker ( ) +AtariROMMaker ( ) can be used to create a ,.PDTV

- Enable the 6502DTV instruction set. This is a superset of the 6502 + Enable the 6502DTV instruction set. This is a superset of the 6502 instruction set. See: diff --git a/doc/da65.sgml b/doc/da65.sgml index 1702694a0..bf074a667 100644 --- a/doc/da65.sgml +++ b/doc/da65.sgml @@ -119,9 +119,9 @@ Here is a description of all the command line options: 4510 - 6502x is for the NMOS 6502 with unofficial opcodes. 6502dtv is for the - emulated CPU of the C64DTV device. huc6280 is the CPU of the PC engine. - 4510 is the CPU of the Commodore C65. Support for the 65816 currently + 6502x is for the NMOS 6502 with unofficial opcodes. 6502dtv is for the + emulated CPU of the C64DTV device. huc6280 is the CPU of the PC engine. + 4510 is the CPU of the Commodore C65. Support for the 65816 currently is not available. @@ -253,8 +253,8 @@ for this CPU. Invalid opcodes are translated into , the disassembler may be told to recognize either the 65SC02 or 65C02 CPUs. The latter understands the same opcodes as the former, plus 16 additional bit -manipulation and bit test-and-branch commands. Using 6502x as CPU the illegal -opcodes of 6502 CPU are detected and displayed. 6502dtv setting recognizes the +manipulation and bit test-and-branch commands. Using 6502x as CPU the illegal +opcodes of 6502 CPU are detected and displayed. 6502dtv setting recognizes the emulated CPU instructons of the C64DTV device. diff --git a/doc/geos.sgml b/doc/geos.sgml index c3601e741..8a43d134b 100644 --- a/doc/geos.sgml +++ b/doc/geos.sgml @@ -1332,7 +1332,7 @@ This function returns the GEOS Kernal version combined (by logical OR) with the

This function returns the PAL/NTSC flag combined (by logical OR) with the 40/80 columns flag. This is not the best way to check if the screen has 40 or 80 columns since a PAL/NTSC check is always -performed and it can take as long as a full raster frame. If you just want to know if the +performed and it can take as long as a full raster frame. If you just want to know if the screen has 40 or 80 columns use the expression : Emulates the Commander X16 Single Board Computer, with sound, SD card images, -VGA and NTSC video, and a NES game controller emulation. Includes a monitor. +VGA and NTSC video, and a NES game controller emulation. Includes a monitor. It runs on all SDL2 platforms. Compile the tutorial with @@ -459,7 +459,7 @@ Substitute the name of a Commodore computer for that File>Autostart disk/tape image..., choose your executable, +Choose File>Autostart disk/tape image..., choose your executable, and click #include #include -#include <6502.h> +#include <6502.h> void main(void) { tgi_install(tgi_static_stddrv); diff --git a/doc/sim65.sgml b/doc/sim65.sgml index 075d95849..310de4667 100644 --- a/doc/sim65.sgml +++ b/doc/sim65.sgml @@ -112,7 +112,7 @@ For a C test compiled and linked with @@ -227,10 +227,10 @@ Sedoric, Stratsed will be handled in these 3 primitives (fopen, fread, fclose). conio

-Functions textcolor and bgcolor are available only with Telemon 3.0 (Orix). -Telemon 2.4 primitives can't handle any change of colors in text mode except with XINK or -XPAPER primitives which put on the first and second columns ink and paper attributes. -The only way to change color on the same line for text is to handle it in pure assembly +Functions textcolor and bgcolor are available only with Telemon 3.0 (Orix). +Telemon 2.4 primitives can't handle any change of colors in text mode except with XINK or +XPAPER primitives which put on the first and second columns ink and paper attributes. +The only way to change color on the same line for text is to handle it in pure assembly without systems calls. Other hints