Use (mostly) standard names for ROM locations

This commit is contained in:
Dagen Brock
2025-11-23 19:11:13 -06:00
parent ce3f5d395d
commit c6343ee1d4
6 changed files with 6559 additions and 6550 deletions
+5 -2
View File
@@ -7,7 +7,7 @@ This project is intended for educational purposes only.
## About
The TransWarp GS was an accelerator card add-on for the Apple IIgs. This project features a complete dissassembly of the source code of the TransWarp IIgs ROM (v1.8s) which can be built into a 100% binary parity version using Merlin32.
The TransWarp GS is an accelerator card add-on for the Apple IIgs. This project features a complete dissassembly of the source code of the TransWarp IIgs ROM (v1.8s) which can be built into a 100% binary parity version using Merlin32.
## Build
@@ -20,7 +20,7 @@ Binary is v1.8s compatible
## Comparing
You could always use `diff` to check against the 1.8s ROM for differences in your output object file, but that only tells you that a difference exists. I find visual diff is very helpful for reassembling these binaries and have included a script I use, in unison with my `hihex` command-line tool to visually diff the resultant binaries. If you don't have hihex, it should fall back to vimdiff with hexdum.
You could always use `diff` to check against the 1.8s ROM for differences in your output object file, but that only tells you that a difference exists. I find visual diff is very helpful for reassembling these binaries and have included a script I use, in unison with my `hihex` command-line tool to visually diff the resultant binaries. If you don't have hihex, it should fall back to vimdiff with hexdump.
## CI/CD
@@ -34,3 +34,6 @@ This was a quick release to get this shared out as a priority. Right now, I'd l
There's no way I would've been able to get this far with the contributions of the following stellar technologists:
Henry Courbis, Anthoni Martino, Antoine Vignau, Geoff Body, Ferox (The Flaming Bird Disassembler), Ewan Wanop (BrkDown)
Also thanks to apple-iigs.info for the doc: http://www.apple-iigs.info/doc/fichiers/AE%20TransWarp%20GS%20Programmer%20Reference.pdf
Executable → Regular
View File
Executable → Regular
View File
+910 -910
View File
File diff suppressed because it is too large Load Diff
+2008 -2001
View File
File diff suppressed because it is too large Load Diff
+3636 -3637
View File
File diff suppressed because it is too large Load Diff