2012-03-23 20:30:31 +00:00
< html >
< head >
< title > NES Processing< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< meta name = "generator" content = "HelpNDoc" >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/reset.css" / >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/base.css" / >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/hnd.css" / >
<!-- [if lte IE 8]>
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/ielte8.css" / >
<![endif]-->
2012-07-01 14:11:24 +00:00
< style type = "text/css" >
#topic_header
{
background-color: #EFEFEF;
}
< / style >
2012-03-23 20:30:31 +00:00
< script type = "text/javascript" src = "js/jquery.min.js" > < / script >
< script type = "text/javascript" src = "js/hnd.js" > < / script >
< script type = "text/javascript" > < ! - -
if (top.frames.length == 0)
2012-07-01 14:11:24 +00:00
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "fceux.html?" + sTopicUrl;
}
2012-03-23 20:30:31 +00:00
else if (top & & top.FrameTOC & & top.FrameTOC.SelectTocItem)
2012-07-01 14:11:24 +00:00
{
top.FrameTOC.SelectTocItem("NESProcessor");
}
2012-03-23 20:30:31 +00:00
< / script >
< / head >
< body >
< div id = "topic_header" >
< div id = "topic_header_content" >
< h1 > NES Processing< / h1 >
< div id = "topic_breadcrumb" >
< a href = "Technicalinformation.html" > Technical Information< / a > › › < / div >
< / div >
< div id = "topic_header_nav" >
< a href = "Technicalinformation.html" > < img src = "img/arrow_up.png" alt = "Parent" / > < / a >
< a href = "NESSound.html" > < img src = "img/arrow_left.png" alt = "Previous" / > < / a >
< a href = "6502CPU.html" > < img src = "img/arrow_right.png" alt = "Next" / > < / a >
< / div >
< div class = "clear" > < / div >
< / div >
< div id = "topic_content" >
< p > < span class = "rvts17" > NES Processing< / span > < / p >
< p > < br > < / p >
< p > Includes Technical Specifications for the emulation of the NES CPU (6502) and the NES PPU (2C02).< / p >
< p > < br > < / p >
< p > < a class = "rvts18" href = "6502CPU.html" > CPU< / a > < / p >
< p > < br > < / p >
< p > < a class = "rvts18" href = "PPU.html" > PPU< / a > < / p >
< p > < br > < / p >
< p > < a class = "rvts18" href = "NESScrolling1.html" > NES Scrolling part 1< / a > < / p >
< p > < br > < / p >
< p > < a class = "rvts18" href = "NESScrolling2.html" > NES Scrolling part 2 < / a > < / p >
< p class = "rvps2" > < span class = "rvts13" > Created with the Personal Edition of HelpNDoc: < / span > < a class = "rvts14" href = "http://www.helpndoc.com/feature-tour/iphone-website-generation" > Free iPhone documentation generator< / a > < / p >
< / div >
< div id = "topic_footer" >
< div id = "topic_footer_content" >
2012< / div >
< / div >
< / body >
< / html >