amhndu / SimpleNES

An NES emulator in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run to crash.

arther008 opened this issue · comments

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

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

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.

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