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 896ef80d3a Force internal mapper state update on system state load 1年前
..
linux Add save state support 1年前
map Force internal mapper state update on system state load 1年前
win Add save state support 1年前
apu.c Add sweep limits to APU square channels 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 Add save state support 1年前
cart.h Add automatic SRAM retention on battery-backed carts 1年前
file.c Add subdir for SRAM saves 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年前
input.c Add controller support with keyboard via SDL 1年前
input.h Add save state support 1年前
mapper.c Add UxROM mapper (Castlevania, Mega Man) 1年前
mapper.h Add save state support 1年前
nes.c Start implementing APU 1年前
nes.h Start implementing APU 1年前
nese.c Add save state support 1年前
ppu.c Fix enum/int mismatch 1年前
ppu.h Add save state support 1年前
render.h Add skeleton SDL renderer for PPU 1年前
save.c Add save state support 1年前
save.h Add save state support 1年前
sdl_audio.c Actually add SDL audio source and blip_buf link 1年前
sdl_input.c Add save state support 1年前
sdl_render.c Automagically determine ideal integer scale 1年前
sdl_timer.c Simplify timers and automagically correct for time jumps 1年前
timer.h Simplify timers and automagically correct for time jumps 1年前