Skyluker4 / NES84

NES emulator for TI-84+ CE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NES84

NES emulator for the TI-84+ CE.

In development, but not currently being actively worked on.

Releases

None at this time.

Use

As of right now, the program does not do anything, since is in development. Currently, the CPU should work, but it doesn't have anything to execute, so nothing happens.

Requires the CE C Standard Libraries to be installed on the calculator.

Project Structure

All necessary source files are in the src/ folder. The CPU, PPU, APU, ROM, and input are all split up into different files. The CPU is the only one that is finished right now, though. The APU may eventually be removed depending on if it is still required to emulate even though the calculator has no speaker.

Building

Requires the CE C Software Development Kit. Build using make.

About

NES emulator for TI-84+ CE

License:MIT License


Languages

Language:C 97.8%Language:Makefile 2.2%