Cthulhu32
Still Fresh
Here is the first alpha release for testing of my FCEUX NES emulator port. The entire emulator is being ported fresh from scratch using the latest FCEUX 2.1.5 SVN candidate, so compatibility will be extremely high. Right now the emulator is running at about 15 fps due to absolutely no optimizations, and the sound is very choppy because I am not compensating for missing frames (writing extra sound to fill in the gaps.) However, this port uses no SDL and relies purely on system calls and Linux calls to do input, video, and audio.
So I'm first placing this in the testing area because this is not ready for a release yet (please do not put this in any Caanoo file archives yet), but I need a little bit of help from the community. Right now what I need is for people to start, stop, restart, etc. etc. various roms and let me know if you see any crashes or irregularities.
I will also be keeping this thread active as I release future versions, along with to-dos and various bugs I'm attempting to fix.
Current Version: Alpha SVN Rev.2
Controls - Menu: Up,Down,B In-Game: Analog stick, A, X, Help1, Help2 Both: Home exits out of game, and back to GMenu
Download:
FC2X Alpha SVN2 - [Download]
Known Bugs
To-Do
If you are a developer and are feeling code-curious, check out the Google code page with full source and GPL v2 Source Code
So I'm first placing this in the testing area because this is not ready for a release yet (please do not put this in any Caanoo file archives yet), but I need a little bit of help from the community. Right now what I need is for people to start, stop, restart, etc. etc. various roms and let me know if you see any crashes or irregularities.
I will also be keeping this thread active as I release future versions, along with to-dos and various bugs I'm attempting to fix.
Current Version: Alpha SVN Rev.2
Controls - Menu: Up,Down,B In-Game: Analog stick, A, X, Help1, Help2 Both: Home exits out of game, and back to GMenu
Download:
FC2X Alpha SVN2 - [Download]
Known Bugs
- Slow! 15fps is not acceptable, will need fixing.
- Non-dpad inputs such as Powerpads do not work yet
- SRAM does not save to the SD card
- Sound stutters due to slow FPS
- Sound is only coming out of left channel
To-Do
- Speed-ups, optimizations, remove FCEUX specifics such as debug, movie capturing, replay, etc.
- Add SRAM saving capabilities
- Proper sound playback when FPS is lower than ideal
- Overclocking support (works, but need a configurable setting)
- Settings file
- Real GUI
- Far too many games untested including PAL
- Many things, this is the first public version!
If you are a developer and are feeling code-curious, check out the Google code page with full source and GPL v2 Source Code