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 daddf0ed2d Fix APU DMC direct load 1 year ago
..
linux Add save state support 1 year ago
map Fix CNROM CHR ROM size; Fail on bad ROM file size 1 year ago
win Add save state support 1 year ago
apu.c Fix APU DMC direct load 1 year ago
apu.h Add save state support 1 year ago
audio.c Simplify audio sample copy loop 1 year ago
audio.h Actually add SDL audio source and blip_buf link 1 year ago
cart.c Fix CNROM CHR ROM size; Fail on bad ROM file size 1 year ago
cart.h Fix mapper memory leaks 1 year ago
charbits.h Add message overlay support 1 year ago
compat.c Create save and sram dirs when needed 1 year ago
compat.h Create save and sram dirs when needed 1 year ago
compat_impl.h Create save and sram dirs when needed 1 year ago
file.c Replace strcpy with memcpy to fix -O3 build 1 year ago
file.h Add subdir for SRAM saves 1 year ago
filemap.h Add save state support 1 year ago
ines.c Add basic mapper support 1 year ago
ines.h Fix CHR ROM support in MMC1 1 year ago
ini.c Fix NULL string crash when writing INI files 1 year ago
ini.h Add fixes and support for Steam-compatible build (standalone) 1 year ago
input.c Add controller support with keyboard via SDL 1 year ago
input.h Add CRT overlay effect 1 year ago
mapper.c Add UxROM mapper (Castlevania, Mega Man) 1 year ago
mapper.h Fix CHR RAM saves in MMC1 & MMC3 1 year ago
menu.c Don't immediately exit when no ROMs present 1 year ago
menu.h Add integer scaling option 1 year ago
nes.c Fix mapper memory leaks 1 year ago
nes.h Add in-game menu 1 year ago
nese.c Add CRT overlay effect 1 year ago
overlay.c Various memory leak fixes 1 year ago
overlay.h Various memory leak fixes 1 year ago
ppu.c Implement 'negative Y' scrolling 1 year ago
ppu.h Adjust horizontal scaling 1 year ago
render.h Add integer scaling option 1 year ago
save.c Fix CHR RAM saves in MMC1 & MMC3 1 year ago
save.h Fix CHR RAM saves in MMC1 & MMC3 1 year ago
sdl_audio.c Make SDL flags more portable; minor GCC warning fixes 1 year ago
sdl_effect.c Add CRT overlay effect 1 year ago
sdl_effect.h Add CRT overlay effect 1 year ago
sdl_input.c Add integer scaling option 1 year ago
sdl_overlay.c Add fixes and support for Steam-compatible build (standalone) 1 year ago
sdl_overlay.h Run in fullscreen with proper letterboxing 1 year ago
sdl_render.c Implement 'negative Y' scrolling 1 year ago
sdl_timer.c Make SDL flags more portable; minor GCC warning fixes 1 year ago
state.c Add CRT overlay effect 1 year ago
state.h Add CRT overlay effect 1 year ago
timer.h Simplify timers and automagically correct for time jumps 1 year ago