want to test my NES emulator?
Posted: Wed Dec 22, 2010 4:16 am
EDIT: sorry, i had broken the moarnes directory on my server for a few hours today. images and download link should work again now.
hi, all. thought i'd make a post about a project i was working pretty heavily on a couple months ago. it's basically on hold indefinitely, as ive gotted more interested in my OS project and my x86 PC emulator. (i have ADD. bad.) thought i'd post it up anyway in case anybody wanted to waste a few minutes playing some great old games.
i took on writing a NES emulator as my first try writing any sort of emulator. it's not perfect at all, but it plays many games very well. the sound engine needs some work, but many games sound pretty decent. most games with the following mapper number work, some not as well as others: 0, 1, 2, 3, 4, 7, 9, 13, and 66.
here are a handful of screenshots:
here is a download link with a win32 binary and sdl.dll. (works even back on win95 and NT4 boxes) http://24.107.65.240/moarnes/moarnes-0.10.28.10.zip
it compiles in linux and runs on most systems, but there is a bug where some machines (mostly 64-bit, so probably a data type size issue) segfault on the program's audio subsystem somewhere. if anybody on linux does want to try, i can post a binary for that too, just ask.
controls are not customizable, but they are:
arrow keys
Z = B button
X = A button
enter = start
right shift = select
F = toggle fullscreen on/off
esc = exit the emulator
start playing something by simply specifying the the NES ROM on the command line, like: moarnes.exe megaman2.nes
or of course, you can do what i do and just associate .nes files with the exe in windows.
you can also put -gg followed by a game genie code after the file name, as many codes as you want, each with it's own -gg in front.
dont expect the next Nestopia, but i do most of my NES emu playing with it so it's generally quite playable.
hi, all. thought i'd make a post about a project i was working pretty heavily on a couple months ago. it's basically on hold indefinitely, as ive gotted more interested in my OS project and my x86 PC emulator. (i have ADD. bad.) thought i'd post it up anyway in case anybody wanted to waste a few minutes playing some great old games.
i took on writing a NES emulator as my first try writing any sort of emulator. it's not perfect at all, but it plays many games very well. the sound engine needs some work, but many games sound pretty decent. most games with the following mapper number work, some not as well as others: 0, 1, 2, 3, 4, 7, 9, 13, and 66.
here are a handful of screenshots:
here is a download link with a win32 binary and sdl.dll. (works even back on win95 and NT4 boxes) http://24.107.65.240/moarnes/moarnes-0.10.28.10.zip
it compiles in linux and runs on most systems, but there is a bug where some machines (mostly 64-bit, so probably a data type size issue) segfault on the program's audio subsystem somewhere. if anybody on linux does want to try, i can post a binary for that too, just ask.
controls are not customizable, but they are:
arrow keys
Z = B button
X = A button
enter = start
right shift = select
F = toggle fullscreen on/off
esc = exit the emulator
start playing something by simply specifying the the NES ROM on the command line, like: moarnes.exe megaman2.nes
or of course, you can do what i do and just associate .nes files with the exe in windows.
you can also put -gg followed by a game genie code after the file name, as many codes as you want, each with it's own -gg in front.
dont expect the next Nestopia, but i do most of my NES emu playing with it so it's generally quite playable.