<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'nes emulator' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'nes emulator' posted on the 'Computer Emulators' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 04:51:59 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 04:51:59 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>nes emulator</title>
      <link>http://www.programmersheaven.com/mb/emulation/88743/88743/nes-emulator/</link>
      <description>Hi!&lt;br /&gt;
&lt;br /&gt;
I'd like to make a NES emulator and I got some technical docs about its CPU.&lt;br /&gt;
Could someone help me by saying how to make an emu cause I don't even know how to begin?&lt;br /&gt;
&lt;br /&gt;
Thanx.&amp;lt;br&amp;gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/emulation/88743/88743/nes-emulator/</guid>
      <pubDate>Wed, 28 Nov 2001 06:24:06 -0700</pubDate>
      <category>Computer Emulators</category>
    </item>
    <item>
      <title>Re: nes emulator</title>
      <link>http://www.programmersheaven.com/mb/emulation/88743/89381/re-nes-emulator/#89381</link>
      <description>: Hi!&lt;br /&gt;
: &lt;br /&gt;
: I'd like to make a NES emulator and I got some technical docs about its CPU.&lt;br /&gt;
: Could someone help me by saying how to make an emu cause I don't even know how to begin?&lt;br /&gt;
: &lt;br /&gt;
: Thanx.&lt;br /&gt;
: &lt;br /&gt;
Hi!&lt;br /&gt;
&lt;br /&gt;
Basically, any emulator must act as if it's the target machine (the NES in this case)in every way. It must respond to calls by the software, and return the same results that the NES machine would.&lt;br /&gt;
&lt;br /&gt;
For example. Let's say that the NES has a function to draw a circle on the screen. Then the emulator will have to have the same function, and also draw a circle on the screen. If the NES returns a status code that says "circle drawn OK", then the emulator will have to return the same code.&lt;br /&gt;
&lt;br /&gt;
The point is that the software should not know that it's running on the emulator instead of on the NES.&lt;br /&gt;
&lt;br /&gt;
You would have to find out all the function calls that the hardware is capable of, and emulate them. So, you'd make a list of all the sound calls, say, and make sure that you have a way to perform the same functions in your emulator.&lt;br /&gt;
&lt;br /&gt;
You'd also need to study the CPUs machine language, and find a way to perform those same functions on the CPS that you will be using in the emulator.&lt;br /&gt;
&lt;br /&gt;
In theory, building an emulator is not a terribly complicated thing to do, but it is very detailed. In practice, it's a big job, but certainly one that's been done before in similar situations.&lt;br /&gt;
&lt;br /&gt;
Have fun!&lt;br /&gt;
&lt;br /&gt;
Melissa&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/emulation/88743/89381/re-nes-emulator/#89381</guid>
      <pubDate>Sun, 02 Dec 2001 11:45:05 -0700</pubDate>
      <category>Computer Emulators</category>
    </item>
  </channel>
</rss>