From: <sba...@us...> - 2016-04-30 06:55:51
|
Revision: 5427 http://sourceforge.net/p/fuse-emulator/code/5427 Author: sbaldovi Date: 2016-04-30 06:55:48 +0000 (Sat, 30 Apr 2016) Log Message: ----------- List more disk formats. Modified Paths: -------------- trunk/libspectrum/README trunk/libspectrum/doc/libspectrum.3 trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/README =================================================================== --- trunk/libspectrum/README 2016-04-30 06:34:41 UTC (rev 5426) +++ trunk/libspectrum/README 2016-04-30 06:55:48 UTC (rev 5427) @@ -13,8 +13,8 @@ * Tape images: .tzx, .tap, .spc, .sta and .ltp (read/write) and .pzx, Warajevo .tap, Z80Em and CSW version 1 (read only). * Input recordings: .rzx (read/write). -* Disk images: .dsk (both plain and extended), .fdi, .sad, .scl, .td0, - .trd and .udi (identification only). +* Disk images: .dsk (both plain and extended), .d40, .d80, .fdi, .img, + .mgt, .opd, .sad, .scl, .td0, .trd and .udi (identification only). * Timex cartridges: .dck (read only). * IDE hard disk images: .hdf (read/write). * Microdrive cartridge images: .mdr (read/write). Modified: trunk/libspectrum/doc/libspectrum.3 =================================================================== --- trunk/libspectrum/doc/libspectrum.3 2016-04-30 06:34:41 UTC (rev 5426) +++ trunk/libspectrum/doc/libspectrum.3 2016-04-30 06:55:48 UTC (rev 5427) @@ -50,8 +50,8 @@ .IP \(bu 2 Input recordings: .rzx (read/write). .IP \(bu 2 -Disk images: .dsk (both plain and extended), .fdi, .sad, .scl, .td0, .trd -and .udi (identification only). +Disk images: .dsk (both plain and extended), .d40, .d80, .fdi, .img, .mgt, +\[char46]opd, .sad, .scl, .td0, .trd and .udi (identification only). .IP \(bu 2 Timex cartridges: .dck (read only). .IP \(bu 2 Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2016-04-30 06:34:41 UTC (rev 5426) +++ trunk/libspectrum/hacking/ChangeLog 2016-04-30 06:55:48 UTC (rev 5427) @@ -1035,10 +1035,11 @@ (Fred). 20160427 tape_block.c: fix bugs handling TZX generalised data blocks with empty symbol tables (e.g. ZX81 tapes encoded as in the TZX 1.20 - specification) (Andre Leiradella). + specification) (patch #359) (Andre Leiradella). 20160429 Makefile.am,accessor.pl,autogen.sh,bzip2.c,configure.ac,creator.c, crypto.c,csw.c,dck.c,ide.c,internals.h,libspectrum.c,libspectrum.h.in, make-perl.c,memory.c,microdrive.c,plusd.c,pzx_read.c,rzx.c,szx.c, tape.c,tape_block.c,test/Makefile.am,timings.c,tzx_read.c, warajevo_read.c,wav.c,z80.c,z80em.c,zlib.c,zxs.c: have a go at updating copyright dates since v 1.1.1 (Fred). +20160430 README,doc/libspectrum.3: list more disk formats (Sergio). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |