Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.01 KB

File metadata and controls

27 lines (16 loc) · 1.01 KB

desuNES

A WIP NES emulator in C, my main goal was for it to be fast, and as a consequence the code is a bit messy and contained in a single structure practically. I have plans to redo the entire program layout but for now i am focusing on learning webDev.

Background and sprites are almost finished, basic controls are also implemented: Arrows and ZXCV keys.

Usage

./desunes romname

Mappers implemented at the moment:

UxROM NROM MMC1 MMC3

Previews

desuNES 30_10_2022 02_37_38 desuNES 30_10_2022 02_39_11

desuNES 30_10_2022 02_38_21desuNES 30_10_2022 02_45_05

TODO:

Sound