You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Project started: March 2023
8
8
9
9
This is an in-progress disassembly of the [ZX Spectrum conversion of Chase H.Q. by Ocean Software](https://spectrumcomputing.co.uk/entry/903/ZX-Spectrum/Chase_HQ). So far this only covers the 48K version and the first stage of the game. The 128K version is better (loads all of the levels at once, has AY music and menu screen animations) but it has a _lot_ more code to consider, so it's easier to start off with 48K stage 1 first.
10
10
11
-
**Note: I'm currently working on the 128K version over on the "128k" branch.**
11
+
**Note: I'm currently working on the 128K version over on the [128k branch](https://github.com/dpt/ChaseHQ/tree/128k).**
12
12
13
13
In this repository is a [SkoolKit](https://skoolkit.ca/)_control_ file which you can use to disassemble the game. This works with the game when it is in a "pristine" just-loaded state. See below for how to make a pristine snapshot and instructions on how to drive SkoolKit. I've provided a Makefile to automate most of the required steps.
0 commit comments