<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amstrad-cpc.net/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://wiki.amstrad-cpc.net/index.php?action=history&amp;feed=atom&amp;title=Screen_refresh_rate"/>
	<link rel="alternate" type="text/html" href="https://wiki.amstrad-cpc.net/index.php?title=Screen_refresh_rate&amp;action=history"/>
	<updated>2026-09-03T20:37:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.amstrad-cpc.net/index.php?title=Screen_refresh_rate&amp;diff=96674&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://wiki.amstrad-cpc.net/index.php?title=Screen_refresh_rate&amp;diff=96674&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;/wiki/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>