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.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Nathaniel Walizer daddf0ed2d Fix APU DMC direct load 10 个月前
..
linux Add save state support 11 个月前
map Fix CNROM CHR ROM size; Fail on bad ROM file size 10 个月前
win Add save state support 11 个月前
apu.c Fix APU DMC direct load 10 个月前
apu.h Add save state support 11 个月前
audio.c Simplify audio sample copy loop 11 个月前
audio.h Actually add SDL audio source and blip_buf link 11 个月前
cart.c Fix CNROM CHR ROM size; Fail on bad ROM file size 10 个月前
cart.h Fix mapper memory leaks 11 个月前
charbits.h Add message overlay support 11 个月前
compat.c Create save and sram dirs when needed 10 个月前
compat.h Create save and sram dirs when needed 10 个月前
compat_impl.h Create save and sram dirs when needed 10 个月前
file.c Replace strcpy with memcpy to fix -O3 build 11 个月前
file.h Add subdir for SRAM saves 11 个月前
filemap.h Add save state support 11 个月前
ines.c Add basic mapper support 1年前
ines.h Fix CHR ROM support in MMC1 11 个月前
ini.c Fix NULL string crash when writing INI files 10 个月前
ini.h Add fixes and support for Steam-compatible build (standalone) 11 个月前
input.c Add controller support with keyboard via SDL 1年前
input.h Add CRT overlay effect 10 个月前
mapper.c Add UxROM mapper (Castlevania, Mega Man) 11 个月前
mapper.h Fix CHR RAM saves in MMC1 & MMC3 10 个月前
menu.c Don't immediately exit when no ROMs present 10 个月前
menu.h Add integer scaling option 10 个月前
nes.c Fix mapper memory leaks 11 个月前
nes.h Add in-game menu 11 个月前
nese.c Add CRT overlay effect 10 个月前
overlay.c Various memory leak fixes 11 个月前
overlay.h Various memory leak fixes 11 个月前
ppu.c Implement 'negative Y' scrolling 10 个月前
ppu.h Adjust horizontal scaling 10 个月前
render.h Add integer scaling option 10 个月前
save.c Fix CHR RAM saves in MMC1 & MMC3 10 个月前
save.h Fix CHR RAM saves in MMC1 & MMC3 10 个月前
sdl_audio.c Make SDL flags more portable; minor GCC warning fixes 11 个月前
sdl_effect.c Add CRT overlay effect 10 个月前
sdl_effect.h Add CRT overlay effect 10 个月前
sdl_input.c Add integer scaling option 10 个月前
sdl_overlay.c Add fixes and support for Steam-compatible build (standalone) 11 个月前
sdl_overlay.h Run in fullscreen with proper letterboxing 11 个月前
sdl_render.c Implement 'negative Y' scrolling 10 个月前
sdl_timer.c Make SDL flags more portable; minor GCC warning fixes 11 个月前
state.c Add CRT overlay effect 10 个月前
state.h Add CRT overlay effect 10 个月前
timer.h Simplify timers and automagically correct for time jumps 11 个月前