From: <fr...@us...> - 2016-08-11 12:20:55
|
Revision: 5726 http://sourceforge.net/p/fuse-emulator/code/5726 Author: fredm Date: 2016-08-11 12:20:53 +0000 (Thu, 11 Aug 2016) Log Message: ----------- Distribute no-pilot-gdb.tzx. Modified Paths: -------------- trunk/libspectrum/hacking/ChangeLog trunk/libspectrum/test/Makefile.am Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2016-08-11 12:18:13 UTC (rev 5725) +++ trunk/libspectrum/hacking/ChangeLog 2016-08-11 12:20:53 UTC (rev 5726) @@ -1102,5 +1102,6 @@ 20160802 zip.c: minor tweaks to make things a bit more idiomatic (Fred). 20160810 tape.c: TZX spec says that 0 duration pauses should have no effect on the current level (Fred). -20160810 tape.c,tape_block.[ch],test/{no-pilot-gdb.tzx,test.[ch],test_edges.c}: +20160811 tape.c,tape_block.[ch],test/{no-pilot-gdb.tzx,test.[ch],test_edges.c}: fix playback of TZX GDB blocks with no pilot tones (Fred). +20160811 test/Makefile.am: distribute no-pilot-gdb.tzx (Fred). Modified: trunk/libspectrum/test/Makefile.am =================================================================== --- trunk/libspectrum/test/Makefile.am 2016-08-11 12:18:13 UTC (rev 5725) +++ trunk/libspectrum/test/Makefile.am 2016-08-11 12:20:53 UTC (rev 5726) @@ -58,7 +58,8 @@ test/loop.tzx \ test/loop2.tzx \ test/loopend.tzx \ - test/plus3.z80 \ + test/no-pilot-gdb.tzx \ + test/plus3.z80 \ test/sp-2000.sna.gz \ test/sp-ffff.sna.gz \ test/turbo-zeropilot.tzx \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |