1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-21 11:29:41 +00:00

atari5200.sgml: small fix for last change

This commit is contained in:
Christian Groessler 2019-04-13 00:11:57 +02:00 committed by Oliver Schmidt
parent 03311e7268
commit cb7882a202

View File

@ -184,7 +184,7 @@ Using <tt/atari5200-conioscreen-20x12.o/ is as simple as placing it on
the linker command line like this:
<tscreen><verb>
cl65 -t atari5200 myprog.c lib/atari5200-conioscreen-20x12.o
cl65 -t atari5200 myprog.c atari5200-conioscreen-20x12.o
</verb></tscreen>