Search found 20 matches
- Mon Dec 07, 2015 9:50 am
- Forum: NESemdev
- Topic: FineX, FineY and zero hit
- Replies: 6
- Views: 5118
FineX, FineY and zero hit
Hello everybody, it's been a while since my last post! It's been a lot of changes in the O-Nes-sama emulator, pretty exciting. The reason for this post is to ask details about fineX and fineY. Right now i have a predictive algorithm for the zero hit calculation. It doesn't "render" or proc...
- Fri Dec 19, 2014 12:45 pm
- Forum: NESemdev
- Topic: Question about SMB1 zero hit
- Replies: 2
- Views: 1684
Re: Question about SMB1 zero hit
Thank you tepples for your very fast and friendly reply. The previous version of my zero hit "algorithm" was a hack, and that time the status bar was not flickering or anything. Now that you mention, im using a predictive algorithm for triggering the zero hit. I checked it, and it IS using...
- Fri Dec 19, 2014 10:20 am
- Forum: NESemdev
- Topic: Question about SMB1 zero hit
- Replies: 2
- Views: 1684
Question about SMB1 zero hit
Hello everyone, My friend and I have been doing a lot of improvements in our NES emulator that someday we will share with all of you! I have a question, when i started coding the sprite zero hit in order to run the SMB1 i just did something simple like trigger it at the very first pixel of the sprit...
- Mon Jun 02, 2014 7:46 am
- Forum: NESemdev
- Topic: Quick question about PPU warm up code
- Replies: 4
- Views: 4207
Re: Quick question about PPU warm up code
I knew it was a stupid question!, even though i got reply.lidnariq wrote: * Copy the 128s and 64s bit of the value of memory at the specified address to the N and V bits, respectively.
Thank you guys you're awesome!!
- Thu May 29, 2014 2:58 pm
- Forum: NESemdev
- Topic: Quick question about PPU warm up code
- Replies: 4
- Views: 4207
Quick question about PPU warm up code
My friend and i started coding a NES emulator, the cpu is almost ready, so the APU, so i started coding the PPU but i realized something. The init code http://wiki.nesdev.com/w/index.php/Init_code has this little piece of code: @vblankwait1: bit $2002 bpl @vblankwait1 If the accumulator is always ze...