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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nathaniel Walizer e465e241b8 Add modal popup support 7 mesi fa
..
linux Add modal popup support 7 mesi fa
map Fix SRAM mapping and mapper init sequence 8 mesi fa
sdl Add text drawing API; refactor start sequence to prepare for menus 7 mesi fa
action.h Add text drawing API; refactor start sequence to prepare for menus 7 mesi fa
apu.c Move APU actions back to apu.c 8 mesi fa
apu.h Move APU actions back to apu.c 8 mesi fa
cart.c Various NMI and reading PPU fixes 8 mesi fa
cart.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 mesi fa
cartinfo.c Refactor to separate SDL rendering from platform code 7 mesi fa
cartinfo.h Refactor to separate SDL rendering from platform code 7 mesi fa
charbits.h Add overlay & font support 8 mesi fa
f6502.c Rendering dot tweaks; more PPU debug 8 mesi fa
f6502.h Add save/load state support 8 mesi fa
f6502_consts.h Add V2 6502 core emulation and basic test support 9 mesi fa
f6502_opcodes.c Add PPU background rendering; bugfixes 9 mesi fa
f6502_opcodes.h Add PPU background rendering; bugfixes 9 mesi fa
ines.h Add main emulator loop, mapper 0, cart loading, and peripheral stubs 9 mesi fa
input.h Add save/load state support 8 mesi fa
log.h ARM/STM32 Compatability improvements 9 mesi fa
mapper.c Add RLE support to system state save/restore 8 mesi fa
mapper.h Add RLE support to system state save/restore 8 mesi fa
memory.c Serdes cleanup 8 mesi fa
memory.h Add save/load state support 8 mesi fa
menu.c Add modal popup support 7 mesi fa
menu.h Add modal popup support 7 mesi fa
nes.c Add FPS and Turbo controls; Simplify action inputs 7 mesi fa
nes.h Add save/load state support 8 mesi fa
nese.c Add APU Skeleton 9 mesi fa
nese.h Refactor cart loading for early mapper failure 9 mesi fa
port.h Add modal popup support 7 mesi fa
ppu.c Rendering dot tweaks; more PPU debug 8 mesi fa
ppu.h Fix CHR_ROM size overflow 8 mesi fa
rle.c Add RLE support to system state save/restore 8 mesi fa
rle.h Add RLE support to system state save/restore 8 mesi fa
save.c Serdes cleanup 8 mesi fa
save.h Add save/load state support 8 mesi fa
serdes.c Serdes cleanup 8 mesi fa
serdes.h Add RLE support to system state save/restore 8 mesi fa