diff options
author | 2014-02-17 04:02:09 +0000 | |
---|---|---|
committer | 2014-02-17 04:02:09 +0000 | |
commit | 32c2989411c7a02d818aff04f82dad1f3e0d991a (patch) | |
tree | 2594f0c237be690de9fb241e20339220641507cc /src/lib/formats | |
parent | f4e705346e665b519461920137c87fc7522b3b54 (diff) |
(MESS) spc1000 : Connected Play button. Added notes.
Diffstat (limited to 'src/lib/formats')
-rw-r--r-- | src/lib/formats/apf_apt.c | 2 | ||||
-rw-r--r-- | src/lib/formats/spc1000_cas.c | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/formats/apf_apt.c b/src/lib/formats/apf_apt.c index 90edbdbc8c6..58582ef5dc8 100644 --- a/src/lib/formats/apf_apt.c +++ b/src/lib/formats/apf_apt.c @@ -20,6 +20,8 @@ recording head." S19 images are not emulated, however there's no need to as they are only used to hold cartridge hex dumps. +TXT images can be copy/pasted by using the Paste menu option. + Each byte after conversion becomes bit 7,6,etc to 0, There are no start or stop bits. 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" |