Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 603 Bytes

Intro

It is simple NES emulator written in C. It is not complete yet, but it is easy extendable and very modular.

Status

For now it boots only Castelvania and Metal Gear, but it wasn't tested much.

Mappers

If you want to add mapper you can look at UXROM mapper. There are only 3 functions.

Also you need to add references of functions to mapper structure.

CPU

Some unofficial instructions are uncomplete yet.