<br />
<b>Notice</b>:  Trying to access array offset on value of type bool in <b>/mnt/cpcwiki-httpdocs/includes/libs/IPSet.php</b> on line <b>243</b><br />
<br />
<b>Notice</b>:  Trying to access array offset on value of type bool in <b>/mnt/cpcwiki-httpdocs/includes/libs/IPSet.php</b> on line <b>246</b><br />
<br />
<b>Notice</b>:  Trying to access array offset on value of type bool in <b>/mnt/cpcwiki-httpdocs/includes/libs/IPSet.php</b> on line <b>243</b><br />
<br />
<b>Notice</b>:  Trying to access array offset on value of type bool in <b>/mnt/cpcwiki-httpdocs/includes/libs/IPSet.php</b> on line <b>246</b><br />
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://oldwiki.cpcwiki.eu/index.php?action=history&amp;feed=atom&amp;title=Screen_refresh_rate</id>
		<title>Screen refresh rate - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://oldwiki.cpcwiki.eu/index.php?action=history&amp;feed=atom&amp;title=Screen_refresh_rate"/>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Screen_refresh_rate&amp;action=history"/>
		<updated>2026-08-29T00:21:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Screen_refresh_rate&amp;diff=76658&amp;oldid=prev</id>
		<title>Octoate: Created page with &quot;It is possible to set different screen refresh rates by changing some CRTC registers. With the following lines of code you can change the refresh rate to 50Hz, 60Hz or 75Hz. ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Screen_refresh_rate&amp;diff=76658&amp;oldid=prev"/>
				<updated>2012-04-21T22:35:57Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;It is possible to set different screen refresh rates by changing some &lt;a href=&quot;/index.php/CRTC&quot; title=&quot;CRTC&quot;&gt;CRTC&lt;/a&gt; registers. With the following lines of code you can change the refresh rate to 50Hz, 60Hz or 75Hz. ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;It is possible to set different screen refresh rates by changing some [[CRTC]] registers. With the following lines of code you can change the refresh rate to 50Hz, 60Hz or 75Hz.&lt;br /&gt;
&lt;br /&gt;
== 50 Hz ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ld bc,&amp;amp;bc04&lt;br /&gt;
out (c),c&lt;br /&gt;
ld bc,&amp;amp;bd26&lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bc05 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bd00 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bc07 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bd1e &lt;br /&gt;
out (c),c &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 60 Hz ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ld bc,&amp;amp;bc04 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bd1f &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bc05 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bd06 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bc07 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bd1b &lt;br /&gt;
out (c),c &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 75 Hz ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ld bc,&amp;amp;bc04 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bd1b &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bc05 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bd02 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bc07 &lt;br /&gt;
out (c),c &lt;br /&gt;
ld bc,&amp;amp;bd19 &lt;br /&gt;
out (c),c &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>Octoate</name></author>	</entry>

	</feed>