amhndu / SimpleNES

An NES emulator in C++
GNU General Public License v3.0
4.85k stars 1.12k forks source link

run to crash. #11

Closed arther008 closed 3 years ago

arther008 commented 3 years ago

My building of this project scceeds, but run to crash when the game picture starts. is it a problem because of x64 building?

amhndu commented 3 years ago

What output do you see on the command line? x64 should not be a problem, it's developed using that. Note that ROMs must USA/Japan or World versions only i.e. NTSC compatible

zwh000 commented 3 years ago

I have the same question, and my ROMs is NTSC compatible. However, it crashed. Is it a problem with my computer?


16KB PRG-ROM Banks: 2
8KB CHR-ROM Banks: 1
Name Table Mirroring: 1
Mapper #: 0
Extended (CPU) RAM: false
ROM is NTSC compatible.
amhndu commented 3 years ago

Closing because it's unclear what causes the issue and thus I can't reproduce