Search found 66 matches

by Muhammad_R4
Sat Jun 25, 2016 5:04 pm
Forum: NESdev
Topic: PPU help
Replies: 14
Views: 3346

Re: PPU help

I think of it as follows :

when we designed our micro-processor , we had a RTL schematic showing all registers , memories , hardware signals and everything hardware related to the processor

I tried to do the same but I failed , that's why I am asking for a document explaining all this
by Muhammad_R4
Sat Jun 25, 2016 6:55 am
Forum: NESdev
Topic: PPU help
Replies: 14
Views: 3346

Re: PPU help

This doc is closest to "hardware level" description that I know of: http://nesdev.com/2C02%20technical%20reference.TXT. It's over 10 years old, so it may contain some mistakes. Most other docs are written from a behavioral point of view. They have all the information you would need for a ...
by Muhammad_R4
Sat Jun 25, 2016 6:44 am
Forum: NESdev
Topic: PPU help
Replies: 14
Views: 3346

Re: PPU help

Over the course of a scanline, the PPU reads bytes from video memory and uses the data to generate a background picture. This means "the repeated 4 reads working" refers to the "Quick summary of rendering backgrounds" that Dwedit mentioned. Read byte from nametable Read byte fro...
by Muhammad_R4
Sat Jun 25, 2016 6:02 am
Forum: NESdev
Topic: PPU help
Replies: 14
Views: 3346

Re: PPU help

Can you explain what do you mean by " the repeated 4 reads working, and have it spit out pixels," ? I didn't get it sorry .
by Muhammad_R4
Sat Jun 25, 2016 5:52 am
Forum: NESdev
Topic: PPU help
Replies: 14
Views: 3346

Re: PPU help

right , I want something like this but in much details , I want anything that explain PPU as harwdare from A to Z
by Muhammad_R4
Sat Jun 25, 2016 5:41 am
Forum: NESdev
Topic: PPU help
Replies: 14
Views: 3346

PPU help

Hello Nes developers , I need your help I am studying electronics and digital systems design engineering , I heared about NES PPU and I want to implement it using ahardware description language I have read many but till now there is nothing explaining the internal components of the ppu , all talking...