Commit Graph

15 Commits

Author SHA1 Message Date
Jay Oster 88473a8dd9 Fix minor bug in readCheatFile()
- This bug won't cause any trouble unless you use the minimal YAML example or smaller.
2014-08-26 12:42:04 -07:00
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 3ba0910535 Fixing more whitespace and missing brackets 2014-08-15 23:42:15 -07:00
Jay Oster 5628bcf5a1 Fix compiler warnings in chksum64.c 2014-08-15 23:41:37 -07:00
Jay Oster 18a06dac95 Fix libmikmod-n64 build instructions in README 2014-08-09 23:11:30 -07:00
Jay Oster c9efcc42f0 Slightly better fix for warnings in utils.c 2014-06-30 01:01:41 -07:00
Jay Oster 3049cad137 Fix warnings in util.c 2014-06-30 00:57:17 -07:00
Jay Oster 9efd2dae90 Fix more insidious whitespace 2014-06-30 00:49:02 -07:00
Jay Oster d61d073cf6 Remove the right v64 image filename 2014-06-30 00:18:45 -07:00
Jay Oster cdd1ac5daf Fix mp3 warnings. 2014-06-30 00:16:08 -07:00
Jay Oster 050db8b445 Fix some whitespace horrors! 2014-06-30 00:15:40 -07:00
Jay Oster 174d9d96e6 README is now Markdown 2014-06-29 13:32:40 -07:00
Jay Oster 8e02ecece7 Update README 2014-06-29 13:31:24 -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