Page 1 of 1

EduNes

Posted: Tue Jun 21, 2016 7:17 am
by thomson
It took a long time,but I made my nes emulator(EduNes) at the end.(only nrom, no apu.)
It is all thanks to you and nesdev.

My emulator passed nestest and confirmed that the log is same as golden log of nestest.
But,loading nestest.nes and pushing select button twice it will clash.(Segmentation fault.)

I can't figure out why my emulator clashed.
I tried lldb for debug,but It's difficult for me to find a problem.

Please help me.

Is there bad C++ code ?
I wrote C++ first time.

https://github.com/ThomsonKernel/EduNes