<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-5633037</id><updated>2009-06-02T22:26:04.983+01:00</updated><title type='text'>Chris White - Emulation!</title><subtitle type='html'>Diary of emulation projects: JSNES, JavaGear, JEmu2.</subtitle><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default?start-index=26&amp;max-results=25'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.massdestruction.co.uk/jsnes/atom.xml'/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5633037.post-4127145279087797611</id><published>2009-03-24T21:36:00.001Z</published><updated>2009-03-24T21:37:09.935Z</updated><title type='text'>FlashGear</title><summary type='text'>Now it runs pretty well:http://www.javagear.co.uk/flashgearBasically I missed a few Flash related things as I was working too late. I knew the code wasn't that bad! :)</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/4127145279087797611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=4127145279087797611' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/4127145279087797611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/4127145279087797611'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2009/03/flashgear.html' title='FlashGear'/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-1564748543795524098</id><published>2009-03-23T10:01:00.003Z</published><updated>2009-03-23T22:30:14.691Z</updated><title type='text'>JavaGear Actionscript/Flash Port</title><summary type='text'>I quickly ported JavaGear to Actionscript 3 the other week to see how fast it would run. The actual port was really quick - took just over a day to get it up and running.It seems that Actionscript is a pretty sluggish language for emulation purposes. The main bottleneck in the code is the Z80 emulation. The rendering and flash specific stuff is not really an issue.Using a hacked version of Sonic,</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/1564748543795524098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=1564748543795524098' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/1564748543795524098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/1564748543795524098'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2009/03/javagear-actionscriptflash-port.html' title='JavaGear Actionscript/Flash Port'/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-2418239622221693445</id><published>2009-03-23T09:58:00.003Z</published><updated>2009-03-23T10:01:21.304Z</updated><title type='text'>DroidGear</title><summary type='text'>Due to my own laziness at porting JavaGear to Google Android, I'm pleased to say Stephan has taken it upon himself to start a port. The code can be found hereA video can be found hereLooks like something's up with the frameskipping code from the video - I don't think the emulator is skipping frames at all. The interface and auto screen flipping looks cool though.</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/2418239622221693445/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=2418239622221693445' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/2418239622221693445'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/2418239622221693445'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2009/03/droidgear.html' title='DroidGear'/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-311047122315287888</id><published>2008-07-02T11:14:00.002+01:00</published><updated>2008-07-02T11:26:15.355+01:00</updated><title type='text'>JavaGear 0.97 Preview</title><summary type='text'>Upcoming in the next version:1/ Big speed increase for mobile version. I've compiled my own customised version of proguard (the java obfuscator) . This results are great, and games run noticeably quicker. I'll have some precise data to back this up in due course.2/ Decent standalone application version with menubar and windows .exe launcher for ease of use. Essentially the menubar is the final </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/311047122315287888/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=311047122315287888' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/311047122315287888'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/311047122315287888'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2008/07/javagear-097-preview.html' title='JavaGear 0.97 Preview'/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-1898373099009403473</id><published>2008-06-02T17:16:00.002+01:00</published><updated>2008-06-02T17:17:59.320+01:00</updated><title type='text'>JavaGear Updates</title><summary type='text'>So you've probably noticed that there have been a few minor updates to JavaGear recently.I'm also working on implementing 'save state' support. It's a feature I've wanted for ages, but is mind numbingly dull to code. I've finally summed up the courage. It works, I've just got to hook up some UI for it now.Any other feature requests are welcome.</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/1898373099009403473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=1898373099009403473' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/1898373099009403473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/1898373099009403473'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2008/06/javagear-updates.html' title='JavaGear Updates'/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-5889149773402989280</id><published>2008-05-20T14:14:00.000+01:00</published><updated>2008-05-20T14:15:18.419+01:00</updated><title type='text'>JavaGear ME 0.92 Released</title><summary type='text'>             JavaGear for MIDP2 Compatible mobile phones.       Also contains a standalone J2SE (PC compatible) build of JavaGear.               New Features:    Screen rotation    Screen can be enlarged with SCALE option (before it was only shrunk)    Lightgun emulation (touchscreen devices and with mouse on J2SE version)    SRAM is saved (Phantasy Star etc.)    NTSC/PAL selection    J2SE: Pass </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/5889149773402989280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=5889149773402989280' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/5889149773402989280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/5889149773402989280'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2008/05/javagear-me-092-released.html' title='JavaGear ME 0.92 Released'/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-2701025355169248369</id><published>2008-05-11T21:02:00.004+01:00</published><updated>2008-05-11T21:08:04.445+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javagear'/><title type='text'></title><summary type='text'>JavaGear Android PortI've started to port JavaGear to Google's Android platform. The results are good, although it runs seriously slowly in the emulator. Based on the J2ME version, it will presumably run faster on an actual device.There will be updates to the existing mobile version of JavaGear in due course. I'm hoping to add Lightgun support for touchscreen handsets.There's still some debugging</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/2701025355169248369/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=2701025355169248369' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/2701025355169248369'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/2701025355169248369'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2008/05/ive-started-to-port-javagear-to-googles.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-3849374945096711017</id><published>2007-08-17T13:18:00.000+01:00</published><updated>2007-08-17T13:30:40.409+01:00</updated><title type='text'></title><summary type='text'>OutRun is now integrated with JEmu2. </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/3849374945096711017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=3849374945096711017' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/3849374945096711017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/3849374945096711017'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2007/08/outrun-is-now-integrated-with-jemu2.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-6125373214731088365</id><published>2007-08-13T23:30:00.000+01:00</published><updated>2007-08-13T23:36:23.510+01:00</updated><title type='text'></title><summary type='text'>The OutRun driver for JEmu2 is pretty much done. I sent the code to Erik today :)It was tricky to get the sound right - a hack was needed to ensure the music played at the correct speed, and I'm not entirely sure I've done it in the best way, but we'll see what he thinks!  I'll post a link when it's online and playable :)</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/6125373214731088365/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=6125373214731088365' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/6125373214731088365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/6125373214731088365'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2007/08/outrun-driver-for-jemu2-is-pretty-much.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-4121929643038114654</id><published>2007-08-07T23:52:00.001+01:00</published><updated>2007-08-07T23:53:59.423+01:00</updated><title type='text'></title><summary type='text'>More good news on the OutRun front - controls are now fully emulated, so the game is playable.I've also fixed a bug with sprite ram swapping, which has fixed the occasional corruption problems I previously mentioned.Next steps are to implement sound :)</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/4121929643038114654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=4121929643038114654' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/4121929643038114654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/4121929643038114654'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2007/08/more-good-news-on-outrun-front-controls.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-4357924597095521877</id><published>2007-07-31T23:38:00.001+01:00</published><updated>2007-07-31T23:44:31.659+01:00</updated><title type='text'></title><summary type='text'>I'm making quick progress. The road layer is now implemented. I've also implemented shadow support on the sprites, you can see these under the trees in the screenshots below. I *think* the graphics hardware is pretty much complete now. I've started implementing the controls. The basic digital controls are done and I'll investigate the analogue controls next.I will then double check the timings </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/4357924597095521877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=4357924597095521877' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/4357924597095521877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/4357924597095521877'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2007/07/im-making-quick-progress.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-4376421087634315807</id><published>2007-07-28T18:45:00.000+01:00</published><updated>2007-07-28T18:52:57.122+01:00</updated><title type='text'></title><summary type='text'>I've added sprite support to the Java OutRun arcade emulator driver I'm working on.The major graphical hardware left to implement, as you'll see from the screenshots, is the road layer.There's occassionally some very brief and minor corruption to the sprites. I'm not sure what this is yet.</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/4376421087634315807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=4376421087634315807' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/4376421087634315807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/4376421087634315807'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2007/07/ive-added-sprite-support-to-my-java.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-6297120207555717476</id><published>2007-07-26T13:43:00.000+01:00</published><updated>2007-07-26T13:50:25.831+01:00</updated><title type='text'></title><summary type='text'>OK, so JSnes hasn't been updated in a while. This is purely because I lost interest and had other things to spend my time on.In the meantime I worked on a mobile version of JavaGear for MIDP handsets.I'm also adding OutRun support to Jemu2. You can see below that I have got the text layer and tile layer working.</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/6297120207555717476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=6297120207555717476' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/6297120207555717476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/6297120207555717476'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2007/07/ok-so-jsnes-hasnt-been-updated-in-while.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-110691501767014744</id><published>2005-01-28T13:14:00.000Z</published><updated>2005-01-28T12:23:37.670Z</updated><title type='text'></title><summary type='text'>- Fixed a problem in the CPU core with the RTI instruction, (switching the Accumulator to and from 8 and 16 bits after popping the status register from the stack). Solved graphical corruption and problems in loads of games, including Contra 3:- Bugfixed HDMA support, fixing a bunch of Commercial ROMs (Zool, Turrican 2 etc.).- Corrected some SRAM mirroring issues, meaning Mario Allstars passes</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/110691501767014744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=110691501767014744' title='18 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/110691501767014744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/110691501767014744'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2005/01/fixed-problem-in-cpu-core-with-rti.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>18</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-110615002882333550</id><published>2005-01-19T15:49:00.000Z</published><updated>2005-01-19T16:02:38.510Z</updated><title type='text'></title><summary type='text'>Got my websites back up (Finally!)Fixed a few minor issues on JSnes:- Fixed CPU cycles per scaline- Implemented a handful of new opcodes.- Fixed directPageIndexedIndirect memory mode in CPU emulation- Fixed bug on certain 256 Colour mode backgroundsThere are still a lot of bugs, but the above also means that some more games start to run. A handful of basic commercial titles are now </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/110615002882333550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=110615002882333550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/110615002882333550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/110615002882333550'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2005/01/got-my-websites-back-up-finally-fixed.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107996107867068803</id><published>2004-03-22T13:11:00.000Z</published><updated>2005-01-19T16:46:35.086Z</updated><title type='text'></title><summary type='text'>Sprites are now implemented. Support is included for all sizes, including those that are undocumented, as well as features like sprite priority rotation. Check out the new screenshots. Also fixed a bug in VRAM reading, which caused graphical corruption in a few ROMs.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107996107867068803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107996107867068803'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/03/sprites-are-now-implemented.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107944856899348590</id><published>2004-03-16T14:49:00.000Z</published><updated>2004-03-16T14:51:50.716Z</updated><title type='text'></title><summary type='text'>Added support for screen fading, one of the easier bits of the PPU to emulate! In the CPU core, I fixed a bug with the TCS / TSC opcode; the 16-bit accumulator needed to be transferred to/from the stack pointer ignoring the status of the memory flag. I already knew this, but implemented it incorrectly. Oops. Now Ghosts N Ghouls runs further, before hitting an unimplemented opcode.  Lots of </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/107944856899348590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=107944856899348590' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107944856899348590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107944856899348590'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/03/added-support-for-screen-fading-one-of.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107935115412018822</id><published>2004-03-15T11:45:00.000Z</published><updated>2004-03-15T11:48:49.873Z</updated><title type='text'></title><summary type='text'>Well, a short time without an update, but I've been hacking away. I researched offet-per-tile mode, which can be used in Modes 2, 4 and 6 by the Snes. Implementing this proved tricky, as no documentation exists on it, and quite a few emulators don't support it.  Further to this, the game doctor I ordered didn't work and is being sent back for repair, so I couldn't run any tests on hardware. Bah!</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/107935115412018822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=107935115412018822' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107935115412018822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107935115412018822'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/03/well-short-time-without-update-but-ive.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107823961958204324</id><published>2004-03-02T15:00:00.000Z</published><updated>2005-01-19T16:47:11.836Z</updated><title type='text'></title><summary type='text'>Added HDMA support. Managed to get the basics working pretty quickly, but spent a while trying to get the repeat flag working properly. Also had some trouble with conflicting documentation. A lot of nice effects work in PD demos now! Next, I'm going to work on bug fixing existing code to ensure everything is working as it should. Currently a few simple demos that should work don't, and I want</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107823961958204324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107823961958204324'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/03/added-hdma-support.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107770817013657184</id><published>2004-02-25T11:22:00.000Z</published><updated>2005-01-19T16:48:59.420Z</updated><title type='text'></title><summary type='text'>As promised, I've implemented correct (as opposed to hacky) subscreen support. This includes fixed colour and subscreen addition and subtraction. One obvious benefit of this is that the sky in Super Mario World is now correct (compare these new screenshots with the previous ones). Also, have a look at the transparent clouds in the Dwarf demo.Nearly all the docs I found regarding subscreens </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107770817013657184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107770817013657184'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/02/as-promised-ive-implemented-correct-as.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107753098363333723</id><published>2004-02-23T10:09:00.000Z</published><updated>2004-02-23T10:11:43.530Z</updated><title type='text'></title><summary type='text'>Implemented H-Blanking support, which was causing Super Mario World to hang. In fact, SMW now runs into the game... and I'm sure it would be playable, if I had sprites implemented! There are some graphical glitches, related to me not supporting subscreens correctly yet. I'll optimise the BG layer code next, and simultaneously correct this. Found a small bug related to NMI interrupts, although I</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/107753098363333723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=107753098363333723' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107753098363333723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107753098363333723'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/02/implemented-h-blanking-support-which.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107701387080328441</id><published>2004-02-17T10:31:00.000Z</published><updated>2005-01-19T16:49:57.093Z</updated><title type='text'></title><summary type='text'>I've worked on fixing more graphics related bugs (one of which was very silly and prevented 64x64 tilemaps working). I'm sure they'll be more to uncover yet. I've implemented horizontal and vertical tile flipping.Super Mario World now partially works. Obviously, there are no sprites yet, and graphics emulation is incomplete. It doesn't run any further than the second screen at the moment, due</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107701387080328441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107701387080328441'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/02/ive-worked-on-fixing-more-graphics.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107659140609880268</id><published>2004-02-12T13:10:00.000Z</published><updated>2004-02-12T13:11:55.123Z</updated><title type='text'></title><summary type='text'>No screenshots today, because I don't have anything interesting enough to post. However, I've worked on improving graphics emulation. I've started to clean a few bits of code, and most importantly, have implemented 16x16 tiles. Some further opcodes and bugfixes in the core mean that a whole bunch of new PD demos run, or at least do something. I've also ordered myself a Game Doctor SF7, which </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/107659140609880268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5633037&amp;postID=107659140609880268' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107659140609880268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107659140609880268'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/02/no-screenshots-today-because-i-dont.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107634097223063594</id><published>2004-02-09T15:36:00.000Z</published><updated>2005-01-19T16:56:34.733Z</updated><title type='text'></title><summary type='text'>Here's an update of my progress:150 CPU Opcodes are now emulated. I've bug fixed quite a few existing ones, and corrected various errors. 64x32 tilemaps now display correctlyTilemap scrolling implementedAutomatic joypad reading implementedSPU skipper implemented (Fakes the sound processor for now)The result of all this is that a handful of new PD demos are working, and the following </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107634097223063594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107634097223063594'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/02/heres-update-of-my-progress-150-cpu.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5633037.post-107398975642344577</id><published>2004-01-13T10:29:00.000Z</published><updated>2005-01-19T16:57:42.266Z</updated><title type='text'></title><summary type='text'>As promised some screenshots from some partially working new demos:</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107398975642344577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5633037/posts/default/107398975642344577'/><link rel='alternate' type='text/html' href='http://www.massdestruction.co.uk/jsnes/2004/01/as-promised-some-screenshots-from-some.html' title=''/><author><name>yt</name><uri>http://www.blogger.com/profile/06951854683143825385</uri><email>noreply@blogger.com</email></author></entry></feed>