<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Data/Sys/codehandler.bin, branch 2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>fixed 'Load into Gecko Register' codetype</title>
<updated>2019-05-14T04:48:40+00:00</updated>
<author>
<name>Ikalpo</name>
<email>kalvin999@hotmail.com</email>
</author>
<published>2019-05-14T04:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=da9e9323ce8c7a6c0e06bb0d3f183a05753f8803'/>
<id>da9e9323ce8c7a6c0e06bb0d3f183a05753f8803</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Gecko codehandler lag.</title>
<updated>2018-10-28T20:45:10+00:00</updated>
<author>
<name>TryTwo</name>
<email>taolas@gmail.com</email>
</author>
<published>2018-10-28T04:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=701b5c4b0305417086dc153fd363b5493b0c84e6'/>
<id>701b5c4b0305417086dc153fd363b5493b0c84e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up codehandler a little; stash msr on stack to preserve</title>
<updated>2018-02-03T05:07:25+00:00</updated>
<author>
<name>booto</name>
<email>remornicus@gmail.com</email>
</author>
<published>2018-02-03T05:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=aae8634a58045690fb106d521a2f5951265e663c'/>
<id>aae8634a58045690fb106d521a2f5951265e663c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore original MSR when returning from codehandler</title>
<updated>2018-01-13T20:51:48+00:00</updated>
<author>
<name>booto</name>
<email>remornicus@gmail.com</email>
</author>
<published>2018-01-13T20:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=83d18fc2fa4ae0a01af938a69d1ab325b3a17601'/>
<id>83d18fc2fa4ae0a01af938a69d1ab325b3a17601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 8 and 16 bit writes in codehandler</title>
<updated>2017-08-08T23:29:20+00:00</updated>
<author>
<name>gamemasterplc</name>
<email>gamemasterplc@gmail.com</email>
</author>
<published>2017-08-08T23:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0f4c3a2ae13a56652272654ac5f8acfbc824389c'/>
<id>0f4c3a2ae13a56652272654ac5f8acfbc824389c</id>
<content type='text'>
The codes would both overwrite where it should and 16400 bytes after where it should. The bug was caused by a usage of an incorrect register.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The codes would both overwrite where it should and 16400 bytes after where it should. The bug was caused by a usage of an incorrect register.</pre>
</div>
</content>
</entry>
<entry>
<title>Improved Gecko Codehandler</title>
<updated>2017-06-25T13:48:24+00:00</updated>
<author>
<name>gamemasterplc</name>
<email>gamemasterplc@gmail.com</email>
</author>
<published>2017-06-23T14:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1a452a829a825bff64e172c02d0f1ec331f7c2fd'/>
<id>1a452a829a825bff64e172c02d0f1ec331f7c2fd</id>
<content type='text'>
Based off codehandleronly.bin. Improves support for codes with conditionals due to adding cache invalidation on stores. You also have support for mode code lines at once before Dolphin freezes at startup.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based off codehandleronly.bin. Improves support for codes with conditionals due to adding cache invalidation on stores. You also have support for mode code lines at once before Dolphin freezes at startup.</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the Gecko code handler to the latest version from Gecko OS 1.9.3.1.</title>
<updated>2012-01-03T06:24:17+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2012-01-02T04:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b9547a07f580410bf565a6de88b20f209ed14f95'/>
<id>b9547a07f580410bf565a6de88b20f209ed14f95</id>
<content type='text'>
Added a check to ensure that the number of codes fits in memory (maximum 231 codes).
Store a copy of codehandler.bin in the Sys directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a check to ensure that the number of codes fits in memory (maximum 231 codes).
Store a copy of codehandler.bin in the Sys directory.
</pre>
</div>
</content>
</entry>
</feed>
