EduNes

Are you new to 6502, NES, or even programming in general? Post any of your questions here. Remember - the only dumb question is the question that remains unasked.

Moderator: Moderators

Post Reply
thomson
Posts: 12
Joined: Tue Apr 05, 2016 2:28 pm

EduNes

Post 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
Post Reply