From: <zu...@us...> - 2015-05-06 22:40:54
|
Revision: 5234 http://sourceforge.net/p/fuse-emulator/code/5234 Author: zubzero Date: 2015-05-06 22:40:52 +0000 (Wed, 06 May 2015) Log Message: ----------- libspectrum.h: add missing compatibility comments Modified Paths: -------------- trunk/libspectrum/hacking/ChangeLog trunk/libspectrum/libspectrum.h.in Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2015-05-06 10:32:09 UTC (rev 5233) +++ trunk/libspectrum/hacking/ChangeLog 2015-05-06 22:40:52 UTC (rev 5234) @@ -1005,3 +1005,4 @@ 20150318 crypto.c,csw.c,internals.h,libspectrum.c,pzx_read.c,rzx.c,szx.c, tzx_read.c: const and static cleanups (Stuart). 20150418 internals.h: fix compilation on systems without stdint.h (Stuart). +20150506 libspectrum.h.in: add missing compatibility comments (Stuart). Modified: trunk/libspectrum/libspectrum.h.in =================================================================== --- trunk/libspectrum/libspectrum.h.in 2015-05-06 10:32:09 UTC (rev 5233) +++ trunk/libspectrum/libspectrum.h.in 2015-05-06 22:40:52 UTC (rev 5234) @@ -231,8 +231,12 @@ LIBSPECTRUM_ID_DISK_SAD, /* .sad generic disk image */ LIBSPECTRUM_ID_DISK_TD0, /* .td0 generic disk image */ + /* Below here, present only in 1.0.0 and later */ + LIBSPECTRUM_ID_DISK_OPD, /* .opu/.opd Opus Discovery disk image */ + /* Below here, present only in 1.1.0 and later */ + LIBSPECTRUM_ID_TAPE_PZX, /* PZX tape image */ LIBSPECTRUM_ID_AUX_POK, /* POKE file */ @@ -273,6 +277,8 @@ LIBSPECTRUM_CLASS_DISK_GENERIC, /* generic disk image */ + /* Below here, present only in 1.1.0 and later */ + LIBSPECTRUM_CLASS_AUXILIARY, /* auxiliary supported file */ } libspectrum_class_t; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |