<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://c64mags.untergrund.net/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://c64mags.untergrund.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Skyhigh_13_ch17_Coders_versus_Colours</id>
		<title>Skyhigh 13 ch17 Coders versus Colours - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://c64mags.untergrund.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Skyhigh_13_ch17_Coders_versus_Colours"/>
		<link rel="alternate" type="text/html" href="http://c64mags.untergrund.net/wiki/index.php?title=Skyhigh_13_ch17_Coders_versus_Colours&amp;action=history"/>
		<updated>2026-05-18T13:44:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.0</generator>

	<entry>
		<id>http://c64mags.untergrund.net/wiki/index.php?title=Skyhigh_13_ch17_Coders_versus_Colours&amp;diff=2772&amp;oldid=prev</id>
		<title>Ymgve at 14:25, 26 June 2007</title>
		<link rel="alternate" type="text/html" href="http://c64mags.untergrund.net/wiki/index.php?title=Skyhigh_13_ch17_Coders_versus_Colours&amp;diff=2772&amp;oldid=prev"/>
				<updated>2007-06-26T14:25:49Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;          coders versus colours&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
well, it seems like many of the coders&lt;br /&gt;
don't know how to set the colors right.&lt;br /&gt;
&lt;br /&gt;
1:st depeh tried to teach the &amp;quot;new guys&amp;quot;&lt;br /&gt;
     to set the colors right.&lt;br /&gt;
&lt;br /&gt;
     he said that:&lt;br /&gt;
&lt;br /&gt;
     lda col&lt;br /&gt;
     sta $d021&lt;br /&gt;
     jsr $e544 (clear screen)&lt;br /&gt;
&lt;br /&gt;
     was the right way of setting colors&lt;br /&gt;
     but he was wrong!&lt;br /&gt;
&lt;br /&gt;
2:nd raz wrote in a previous issue of&lt;br /&gt;
     this mag that:&lt;br /&gt;
     (i'm not sure wich colors he used)&lt;br /&gt;
&lt;br /&gt;
     lda #$00&lt;br /&gt;
     sta $d020     ;border color black&lt;br /&gt;
     lda #$0b&lt;br /&gt;
     sta $d021     ;screen color d.grey&lt;br /&gt;
     lda #$07&lt;br /&gt;
     sta $0286     ;char color yellow&lt;br /&gt;
     jsr $e544     ;clear screen&lt;br /&gt;
&lt;br /&gt;
     this is not correct either.&lt;br /&gt;
&lt;br /&gt;
     the thing is that the gfx chip&lt;br /&gt;
     workes different on old and new&lt;br /&gt;
     64's. the OLD gfx chip uses $d021&lt;br /&gt;
     to set the char color, while the&lt;br /&gt;
     NEW one uses $0286 to set char&lt;br /&gt;
     color (when using $e544) so the&lt;br /&gt;
     right way of doing it is to use&lt;br /&gt;
     BOTH addys.&lt;br /&gt;
&lt;br /&gt;
     lda col&lt;br /&gt;
     sta $d021&lt;br /&gt;
     sta $0286&lt;br /&gt;
     jsr $e544&lt;br /&gt;
&lt;br /&gt;
     this however works on all of them.&lt;br /&gt;
&lt;br /&gt;
     but don't worry, everyone misses&lt;br /&gt;
     sumtimes. oxyron has missed at some&lt;br /&gt;
     point, and i'm sure that i have to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     /devil of noice 1994-09-15&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ymgve</name></author>	</entry>

	</feed>