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.
- Host: GitHub
- URL: https://github.com/hacktix/tixty4
- Owner: Hacktix
- License: mit
- Created: 2021-04-18T13:45:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T21:59:19.000Z (about 5 years ago)
- Last Synced: 2025-03-27T19:10:06.488Z (about 1 year ago)
- Language: C
- Size: 219 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Tixty4



## 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