https://github.com/rsduck/hocuspocube
A terrible GameCube emulator. Written in Nim!
https://github.com/rsduck/hocuspocube
emulator gamecube jit nim
Last synced: 8 days ago
JSON representation
A terrible GameCube emulator. Written in Nim!
- Host: GitHub
- URL: https://github.com/rsduck/hocuspocube
- Owner: RSDuck
- License: gpl-3.0
- Created: 2021-07-07T12:18:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T10:10:08.000Z (8 months ago)
- Last Synced: 2025-04-23T22:48:30.133Z (8 days ago)
- Topics: emulator, gamecube, jit, nim
- Language: Nim
- Homepage:
- Size: 2.22 MB
- Stars: 44
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: COPYING
Awesome Lists containing this project
README
# hocuspocube
Don't take this serious. I hope this doesn't become a Dolphin knock-off.
## Current developement state:
- A slow PPC interpreter with terrible floating point support and a somewhat faster JIT (with even more terrible floating point support)
- It boots a few commercial games
- Most DSP instructions, though the ARAM accelerator is missing (also sound output is not implemented, though it isn't really a loss since nothing runs currently at fullspeed anyway)
- A scheduler which is almost a direct copy of melonDS's