NESe (pronounced "Nessie") is a NES emulator based on the e6502 emulator, also written in C with a focus on speed and portability for use on embedded platforms, especially ARM.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nathaniel Walizer 5f8334d425 Add fixes and support for Steam-compatible build (standalone) 11 months ago
..
linux Add save state support 11 months ago
map Fix mapper memory leaks 11 months ago
win Add save state support 11 months ago
apu.c Make SDL flags more portable; minor GCC warning fixes 11 months ago
apu.h Add save state support 11 months ago
audio.c Simplify audio sample copy loop 11 months ago
audio.h Actually add SDL audio source and blip_buf link 11 months ago
cart.c Fix mapper memory leaks 11 months ago
cart.h Fix mapper memory leaks 11 months ago
charbits.h Add message overlay support 11 months ago
file.c Replace strcpy with memcpy to fix -O3 build 11 months ago
file.h Add subdir for SRAM saves 11 months ago
filemap.h Add save state support 11 months ago
ines.c Add basic mapper support 1 year ago
ines.h Fix CHR ROM support in MMC1 11 months ago
ini.c .ini file formatting fixes 11 months ago
ini.h Add fixes and support for Steam-compatible build (standalone) 11 months ago
input.c Add controller support with keyboard via SDL 1 year ago
input.h Add fixes and support for Steam-compatible build (standalone) 11 months ago
mapper.c Add UxROM mapper (Castlevania, Mega Man) 11 months ago
mapper.h Fix mapper memory leaks 11 months ago
menu.c Add fixes and support for Steam-compatible build (standalone) 11 months ago
menu.h Add fixes and support for Steam-compatible build (standalone) 11 months ago
nes.c Fix mapper memory leaks 11 months ago
nes.h Add in-game menu 11 months ago
nese.c Add fixes and support for Steam-compatible build (standalone) 11 months ago
overlay.c Various memory leak fixes 11 months ago
overlay.h Various memory leak fixes 11 months ago
ppu.c Fix mapper memory leaks 11 months ago
ppu.h Fix mapper memory leaks 11 months ago
render.h Add fixes and support for Steam-compatible build (standalone) 11 months ago
save.c Make SDL flags more portable; minor GCC warning fixes 11 months ago
save.h Add save state support 11 months ago
sdl_audio.c Make SDL flags more portable; minor GCC warning fixes 11 months ago
sdl_input.c Add fixes and support for Steam-compatible build (standalone) 11 months ago
sdl_overlay.c Add fixes and support for Steam-compatible build (standalone) 11 months ago
sdl_overlay.h Run in fullscreen with proper letterboxing 11 months ago
sdl_render.c Add fixes and support for Steam-compatible build (standalone) 11 months ago
sdl_timer.c Make SDL flags more portable; minor GCC warning fixes 11 months ago
state.c Add fixes and support for Steam-compatible build (standalone) 11 months ago
state.h Add fixes and support for Steam-compatible build (standalone) 11 months ago
timer.h Simplify timers and automagically correct for time jumps 11 months ago