N64 QOI Encoder Demo 1.0.1
Encoder for N64 that saves it to SD card
Loading...
Searching...
No Matches
src Directory Reference

Files

 
colorconv.h
 Color conversion utilities for N64 QOI encoder.
 
config.h
 Configuration constants for N64 QOI encoder.
 
main.c
 
qoi_enc_n64.h
 QOI Encoder Library for N64.

Detailed Description

Source code for N64 QOI Encoder ROM

A text that says QOI with a beer bottle behind QOI text with N64 logo on top

This is the source code of the N64 QOI Encoder ROM that can take raw and QOI screenshots and save it to the SD card

Requirements

  • A N64 flashcart with SD card support
  • Libdragon Preview branch
  • MIPS64 C compiler
  • Make

How to Build

This tutorial assumes you have your N64 Toolchain set up including GCC for MIPS. Make sure you are on the preview branch of libdragon.

Clone this repository with --recurse-submodules or if you haven't run:

git submodule update --init

Initialize libdragon:

libdragon init

Then run make to build this project:

libdragon make

How to Run

Download the ROM in the release page and put the downloaded qoi_enc.z64 file to the SD card. Then insert the SD card with the qoi_enc.z64 into the N64 flashcart. Insert the N64 flashcart with that SD card installed into the N64 and select the qoi_enc.z64 ROM from the list of ROMs to run. Alternatively, you can build the ROM and insert that ROM into the SD card plug that into the N64 flashcart.


Tools