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 ba28706092 Clean up sweep and envelope restarts 11 个月前
..
map Start MMC1 in mode 3 11 个月前
apu.c Clean up sweep and envelope restarts 11 个月前
apu.h Complete APU pulse channel; Make a few tweaks from APU tests 11 个月前
audio.c Simplify audio sample copy loop 11 个月前
audio.h Actually add SDL audio source and blip_buf link 11 个月前
cart.c MMC1 cleanup; Emit cart info on launch 11 个月前
cart.h Add CNROM mapper; Fix up CHR ROM writes; Fix collision offset 1年前
ines.c Add basic mapper support 1年前
ines.h Fix CHR ROM support in MMC1 11 个月前
input.c Add controller support with keyboard via SDL 1年前
input.h Add controller support with keyboard via SDL 1年前
mapper.c Add UxROM mapper (Castlevania, Mega Man) 11 个月前
mapper.h Fix CHR ROM support in MMC1 11 个月前
nes.c Start implementing APU 11 个月前
nes.h Start implementing APU 11 个月前
nese.c Add SDL audio; complete DMC channel 11 个月前
ppu.c Clean up PPU and SDL render modules 11 个月前
ppu.h Fix split Y scrolling 11 个月前
render.h Add skeleton SDL renderer for PPU 1年前
sdl_audio.c Actually add SDL audio source and blip_buf link 11 个月前
sdl_input.c Add gamepad support 11 个月前
sdl_render.c Clean up PPU and SDL render modules 11 个月前