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: TheGreatEscapeChangelog.ref
+25-4Lines changed: 25 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
;
2
2
; SkoolKit ref file for The Great Escape by Denton Designs.
3
3
;
4
-
; This disassembly copyright (c) David Thomas, 2012-2018. <dave@davespace.co.uk>
4
+
; This disassembly copyright (c) David Thomas, 2012-2019. <dave@davespace.co.uk>
5
5
;
6
6
7
7
[Page:Changelog]
@@ -18,6 +18,29 @@ SectionType=ListItems
18
18
; Second top-level item.
19
19
; ...
20
20
21
+
[Changelog:20190313]
22
+
The rewrite of the disassembly commentary continues. About 90% of the disassembly has now been rewritten in plain English.
23
+
24
+
The disassembly is now built with SkoolKit 7.1.
25
+
The 'make install' step is no longer required.
26
+
The .skool file must sit alongside its .ref file now, so no longer gets put in the 'build' dir.
27
+
@assemble directive values were renumbered.
28
+
29
+
Improvements to main disassembly commentary
30
+
The file prologue now has a "common types" section for types used across the file. The policy otherwise is to define a table next to where the structures are first used.
31
+
Music related changes
32
+
Renamings
33
+
$F52C/get_tuning -> frequency_for_semitone
34
+
$FA48/music_tuning_table -> semitone_to_frequency
35
+
Where the individual tunes start are identified, as are their names.
36
+
All of the notes in semitone_to_frequency are now documented.
37
+
The spare space at the end of semitone_to_frequency is noted (it's only spare when the menu screen is running).
0 commit comments