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 c44a0a8b74 Add PPU register R/W 9 个月前
..
linux Add input and PPU stage stubs 9 个月前
map Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
cart.c Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
cart.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
f6502.c Add PPU register R/W 9 个月前
f6502.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
f6502_consts.h Add V2 6502 core emulation and basic test support 9 个月前
f6502_opcodes.c Add V2 6502 core emulation and basic test support 9 个月前
f6502_opcodes.h Add V2 6502 core emulation and basic test support 9 个月前
ines.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
input.h Add input and PPU stage stubs 9 个月前
log.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
mapper.c Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
mapper.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
memory.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
nes.c Add PPU register R/W 9 个月前
nes.h Add input and PPU stage stubs 9 个月前
nese.c Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
nese.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
port.h Add PPU register R/W 9 个月前
ppu.c Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 个月前
ppu.h Add PPU register R/W 9 个月前