From: <sba...@us...> - 2016-05-29 22:05:48
|
Revision: 5551 http://sourceforge.net/p/fuse-emulator/code/5551 Author: sbaldovi Date: 2016-05-29 22:05:45 +0000 (Sun, 29 May 2016) Log Message: ----------- List more disk formats. Modified Paths: -------------- trunk/libspectrum/doc/libspectrum.txt trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/doc/libspectrum.txt =================================================================== --- trunk/libspectrum/doc/libspectrum.txt 2016-05-29 21:37:50 UTC (rev 5550) +++ trunk/libspectrum/doc/libspectrum.txt 2016-05-29 22:05:45 UTC (rev 5551) @@ -10,8 +10,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/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2016-05-29 21:37:50 UTC (rev 5550) +++ trunk/libspectrum/hacking/ChangeLog 2016-05-29 22:05:45 UTC (rev 5551) @@ -1057,3 +1057,4 @@ (patch #364) (Fred). 20160521 szx.c: reset uncompressed size when loading Opus and +D custom ROM (from patch #366) (Sergio). +20160530 doc/libspectrum.txt: list more disk formats (Sergio). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |