2023-12-18 20:59:52 +10:30
2023-02-23 16:02:14 +10:30
2023-12-18 19:24:08 +10:30
2023-12-18 20:59:52 +10:30
2023-12-18 20:59:52 +10:30
2023-08-11 12:10:45 +09:30
2023-02-23 16:02:14 +10:30
2023-02-23 16:14:52 +10:30
2023-12-18 19:24:08 +10:30
2023-02-23 16:02:14 +10:30
2023-12-17 16:14:48 +10:30
2023-02-23 16:02:14 +10:30
2023-08-09 18:30:30 +09:30
2023-08-07 14:32:44 +09:30
2023-08-08 01:15:58 +09:30
2023-12-18 00:42:39 +10:30
2023-08-08 20:11:22 +09:30

donkey

Grab tools

git submodule update --init --recursive

Drop in US as baserom.us.z64 (sha1sum: cf806ff2603640a748fca5026ded28802f1f4a50)

To extract and build everything

make

Prerequisites

Ubuntu 18.04 or higher.

sudo apt-get update && \
  sudo apt-get install -y \
    binutils-mips-linux-gnu \
    build-essential \
    gcc-mips-linux-gnu \
    less \
    libglib2.0 \
    python3 \
    python3-pip \
    unzip \
    wget \
    libssl-dev

python3 -m pip install \
    capstone pyyaml pylibyaml pycparser \
    colorama ansiwrap watchdog python-Levenshtein cxxfilt \
    python-ranges \
    pypng anybadge
Description
No description provided
Readme 43 MiB
Languages
C 91.8%
Python 3.2%
TeX 1.9%
C++ 1.5%
Makefile 0.7%
Other 0.7%