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) 1 年之前
..
linux Add save state support 1 年之前
map Fix mapper memory leaks 1 年之前
win Add save state support 1 年之前
apu.c Make SDL flags more portable; minor GCC warning fixes 1 年之前
apu.h Add save state support 1 年之前
audio.c Simplify audio sample copy loop 1 年之前
audio.h Actually add SDL audio source and blip_buf link 1 年之前
cart.c Fix mapper memory leaks 1 年之前
cart.h Fix mapper memory leaks 1 年之前
charbits.h Add message overlay support 1 年之前
file.c Replace strcpy with memcpy to fix -O3 build 1 年之前
file.h Add subdir for SRAM saves 1 年之前
filemap.h Add save state support 1 年之前
ines.c Add basic mapper support 1 年之前
ines.h Fix CHR ROM support in MMC1 1 年之前
ini.c .ini file formatting fixes 1 年之前
ini.h Add fixes and support for Steam-compatible build (standalone) 1 年之前
input.c Add controller support with keyboard via SDL 1 年之前
input.h Add fixes and support for Steam-compatible build (standalone) 1 年之前
mapper.c Add UxROM mapper (Castlevania, Mega Man) 1 年之前
mapper.h Fix mapper memory leaks 1 年之前
menu.c Add fixes and support for Steam-compatible build (standalone) 1 年之前
menu.h Add fixes and support for Steam-compatible build (standalone) 1 年之前
nes.c Fix mapper memory leaks 1 年之前
nes.h Add in-game menu 1 年之前
nese.c Add fixes and support for Steam-compatible build (standalone) 1 年之前
overlay.c Various memory leak fixes 1 年之前
overlay.h Various memory leak fixes 1 年之前
ppu.c Fix mapper memory leaks 1 年之前
ppu.h Fix mapper memory leaks 1 年之前
render.h Add fixes and support for Steam-compatible build (standalone) 1 年之前
save.c Make SDL flags more portable; minor GCC warning fixes 1 年之前
save.h Add save state support 1 年之前
sdl_audio.c Make SDL flags more portable; minor GCC warning fixes 1 年之前
sdl_input.c Add fixes and support for Steam-compatible build (standalone) 1 年之前
sdl_overlay.c Add fixes and support for Steam-compatible build (standalone) 1 年之前
sdl_overlay.h Run in fullscreen with proper letterboxing 1 年之前
sdl_render.c Add fixes and support for Steam-compatible build (standalone) 1 年之前
sdl_timer.c Make SDL flags more portable; minor GCC warning fixes 1 年之前
state.c Add fixes and support for Steam-compatible build (standalone) 1 年之前
state.h Add fixes and support for Steam-compatible build (standalone) 1 年之前
timer.h Simplify timers and automagically correct for time jumps 1 年之前