summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/atom_tap.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-08-17 04:33:05 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2020-08-17 04:33:05 +1000
commit395cf63d300e8abfd7435df4b53afddf483747c6 (patch)
tree0dfa10dfbd67ac4771195161102ce3a89227b40c /src/lib/formats/atom_tap.cpp
parent28ebc39e980ad02680c3925aab4a71d2c749b795 (diff)
*atom: cleanup
Diffstat (limited to 'src/lib/formats/atom_tap.cpp')
-rw-r--r--src/lib/formats/atom_tap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/atom_tap.cpp b/src/lib/formats/atom_tap.cpp
index 1c8c3642838..212208a6d37 100644
--- a/src/lib/formats/atom_tap.cpp
+++ b/src/lib/formats/atom_tap.cpp
@@ -10,7 +10,7 @@
/*
- http://beebwiki.jonripley.com/Acorn_cassette_format#Atom
+ http://beebwiki.mdfs.net/Acorn_cassette_format#Atom
The Atom supports the System series format (as a 'nameless file') and its own format. The data consists of files separated
by carrier breaks and the appropriate leaders and trailers, and further subdivided into blocks separated by inter-block gaps.
@@ -21,7 +21,7 @@
One end of file name marker byte (&0D).
Block flag, one byte.
Block number, two bytes, high byte first.
- Data block length ? 1, one byte.
+ Data block length - 1, one byte.
Execution address, two bytes, high byte first.
Load address, two bytes, high byte first.
Data, 0 to 256 bytes.