Commit Graph

4 Commits

Author SHA1 Message Date
Jay Oster 90fb4e39a5 Initial GS code engine implementation
- Replaced the cheat file format with YAML
- Replaced the simulate_boot function with a small bit of C, and a loader in assembly
- The loader is fairly well-documented, and points out which register states are required for CICs
- Also includes a giant patcher function (relocatable assembly) which can patch the exception handler and run the code engine
- The code engine is GS Pro 3.30-compatible, and supports all code types
2014-08-26 10:27:07 -07:00
Jay Oster d61d073cf6 Remove the right v64 image filename 2014-06-30 00:18:45 -07:00
Jay Oster 43bc58d508 Fix Makefile 2014-06-29 11:56:50 -07:00
Jay Oster bb1e653309 Initial Commit: v0.186 2014-06-28 22:10:11 -07:00