Search found 21 matches
- Sat Nov 01, 2014 8:35 pm
- Forum: NESemdev
- Topic: Need your help for APU timing issue
- Replies: 2
- Views: 1958
Need your help for APU timing issue
I have implemented APU emulation for ffnes. After run some of APU test rom, I found there are lots of timing issue of my APU emulation. run 4-jitter.nes, it says: Frame irq is set too soon 4-jitter Failed #2 As I known, The Frame sequencer's divider generates an output clock rate of just under 240 H...
- Fri Oct 24, 2014 6:25 pm
- Forum: NESemdev
- Topic: my nes emulator ffnes
- Replies: 16
- Views: 10694
Re: my nes emulator ffnes
It doesn't compile out of the box with VS 2013. Complains about not being able to build an MFC project with a non-Unicode character set. Incidentally, the usage of MFC also prevents it from being compiled with Visual C++ Express, which is probably a show stopper for quite a lot of people here. I'm ...
- Fri Oct 24, 2014 6:22 pm
- Forum: NESemdev
- Topic: my nes emulator ffnes
- Replies: 16
- Views: 10694
Re: my nes emulator ffnes
I am so sorry everyone, It's my fault. I will upload binary of ffnes.
The project is still under developing, so there are many bugs, and something didn't implemented. Due to this I'd like make it stable first, then release the binary.
The project is still under developing, so there are many bugs, and something didn't implemented. Due to this I'd like make it stable first, then release the binary.
- Thu Oct 23, 2014 7:54 pm
- Forum: NESemdev
- Topic: my nes emulator ffnes
- Replies: 16
- Views: 10694
Re: my nes emulator ffnes
Introduction ------------ ffnes is a nes emulator. Now there are a lot of nes emulators, but for me, I still want to write a completely new one. It's an interesting thing. I have already spent a lot of time on study how nes hardware working and how to write a emulator. Now I'm ready to write code an...
- Thu Oct 23, 2014 12:45 am
- Forum: NESemdev
- Topic: Blarrg's Ppu Nmi On Fail
- Replies: 13
- Views: 3860
Re: Blarrg's Ppu Nmi On Fail
my emulator ffnes can pass this test.
- Wed Oct 22, 2014 7:42 pm
- Forum: NESemdev
- Topic: my nes emulator ffnes
- Replies: 16
- Views: 10694
my nes emulator ffnes
I am now writting a nes emulator ffnes. I put it on github:
https://github.com/rockcarry/ffnes
ffnes-v0.5
change log:
2015-01-16
----------
1. add main menu for emulator
2. implements game save/load and replay function
3. using direct3d to rendering video
4. code improve for apu and ppu
5. bugfixs
https://github.com/rockcarry/ffnes
ffnes-v0.5
change log:
2015-01-16
----------
1. add main menu for emulator
2. implements game save/load and replay function
3. using direct3d to rendering video
4. code improve for apu and ppu
5. bugfixs