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 1年前
..
linux Add save state support 1年前
map Fix CNROM CHR ROM size; Fail on bad ROM file size 1年前
win Add save state support 1年前
apu.c Fix APU DMC direct load 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 CNROM CHR ROM size; Fail on bad ROM file size 1年前
cart.h Fix mapper memory leaks 1年前
charbits.h Add message overlay support 1年前
compat.c Create save and sram dirs when needed 1年前
compat.h Create save and sram dirs when needed 1年前
compat_impl.h Create save and sram dirs when needed 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 Fix NULL string crash when writing INI files 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 CRT overlay effect 1年前
mapper.c Add UxROM mapper (Castlevania, Mega Man) 1年前
mapper.h Fix CHR RAM saves in MMC1 & MMC3 1年前
menu.c Don't immediately exit when no ROMs present 1年前
menu.h Add integer scaling option 1年前
nes.c Fix mapper memory leaks 1年前
nes.h Add in-game menu 1年前
nese.c Add CRT overlay effect 1年前
overlay.c Various memory leak fixes 1年前
overlay.h Various memory leak fixes 1年前
ppu.c Implement 'negative Y' scrolling 1年前
ppu.h Adjust horizontal scaling 1年前
render.h Add integer scaling option 1年前
save.c Fix CHR RAM saves in MMC1 & MMC3 1年前
save.h Fix CHR RAM saves in MMC1 & MMC3 1年前
sdl_audio.c Make SDL flags more portable; minor GCC warning fixes 1年前
sdl_effect.c Add CRT overlay effect 1年前
sdl_effect.h Add CRT overlay effect 1年前
sdl_input.c Add integer scaling option 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 Implement 'negative Y' scrolling 1年前
sdl_timer.c Make SDL flags more portable; minor GCC warning fixes 1年前
state.c Add CRT overlay effect 1年前
state.h Add CRT overlay effect 1年前
timer.h Simplify timers and automagically correct for time jumps 1年前