-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# BASIC programs for the BBC Micro disc version of Aviator | ||
|
||
This folder contains the BASIC programs from the BBC Micro disc version of Aviator. | ||
|
||
* [$.AVIA.bin]($.AVIA.bin) shows the game's instructions and then runs $.AVIATOR | ||
|
||
* [$.AVIA1.bin]($.AVIA1.bin) shows the game's key controls and then loads the game in $.AVIA? | ||
|
||
* [$.AVIATOR.bin]($.AVIATOR.bin) shows the Acornsoft mode 7 loader screen and then runs $.AVIA1 | ||
|
||
--- | ||
|
||
_Mark Moxon_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Boot files for the BBC Micro disc version of Aviator | ||
|
||
This folder contains the boot file from the BBC Micro disc version of Aviator. | ||
|
||
* [$.!BOOT.bin]($.!BOOT.bin) is the boot file from the game disc, which runs $.AVIA | ||
|
||
--- | ||
|
||
_Mark Moxon_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Image binaries for the BBC Micro disc version of Aviator | ||
|
||
This folder contains the image binaries from the BBC Micro disc version of Aviator. | ||
|
||
* [$.DASHBD.bin]($.DASHBD.bin) is the dashboard image | ||
|
||
--- | ||
|
||
_Mark Moxon_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Annotated source code for the BBC Micro disc version of Aviator | ||
|
||
This folder contains the annotated source code for the BBC Micro disc version of Aviator. | ||
|
||
* Main source files: | ||
|
||
* [aviator-source.asm](aviator-source.asm) contains the main source for the game | ||
|
||
* Other source files: | ||
|
||
* [aviator-disc.asm](aviator-disc.asm) builds the SSD disc image from the assembled binaries and other source files | ||
|
||
--- | ||
|
||
_Mark Moxon_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters