An open API service indexing awesome lists of open source software.

https://github.com/hacktix/tixty4

An experimental Nintendo 64 emulator written in C.
https://github.com/hacktix/tixty4

Last synced: about 1 year ago
JSON representation

An experimental Nintendo 64 emulator written in C.

Awesome Lists containing this project

README

          

![Tixty4](./Tixty4.png)

# Tixty4

![GitHub](https://img.shields.io/github/license/Hacktix/Tixty4?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/Hacktix/Tixty4?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/Hacktix/Tixty4?style=for-the-badge)

## What's this?

Tixty4 is an attempt at a Nintendo 64 Emulator using plain C. However, as this is my first time writing an N64 emulator, as well as my first time using C for a major project, don't expect this to be revolutionary.

## Features and Goals

**Things that currently work:**

- Compiling the Emulator (sometimes)
- Starting the Emulator
- Framebuffer Rendering using SDL2
- A very rudimentary "debugger" on the command line
- A few basic test ROMs for the most basic of basic CPU instructions

**Things that should eventually work:**

- Input via Keyboard & Controller
- Actual Graphics & Sound
- *Running Games*

## Credits & Thanks

- [PeterLemon](https://github.com/peterlemon/) and [Dillonb](https://github.com/Dillonb) for some beautiful test ROMs.
- The Emudev Discord for being great people