summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/spc1000_cas.c
diff options
context:
space:
mode:
author Robbbert <robbbert@users.noreply.github.com>2014-02-17 04:02:09 +0000
committer Robbbert <robbbert@users.noreply.github.com>2014-02-17 04:02:09 +0000
commit32c2989411c7a02d818aff04f82dad1f3e0d991a (patch)
tree2594f0c237be690de9fb241e20339220641507cc /src/lib/formats/spc1000_cas.c
parentf4e705346e665b519461920137c87fc7522b3b54 (diff)
(MESS) spc1000 : Connected Play button. Added notes.
Diffstat (limited to 'src/lib/formats/spc1000_cas.c')
-rw-r--r--src/lib/formats/spc1000_cas.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/formats/spc1000_cas.c b/src/lib/formats/spc1000_cas.c
index 0218b2499e5..02ddb53aa06 100644
--- a/src/lib/formats/spc1000_cas.c
+++ b/src/lib/formats/spc1000_cas.c
@@ -5,6 +5,18 @@
Support for Samsung SPC-1000 cassette images
+Tape formats:
+
+TAP: This is a series of 0x30 and 0x31 bytes, representing binary
+ 0 and 1. It includes the header and leaders.
+
+CAS: This format has not been investigated yet.
+
+STA: This format has not been investigated yet, but is assumed to
+ be the save state of some other emulator.
+
+IPL: This format has not been investigated yet.
+
********************************************************************/
#include "spc1000_cas.h"