From: <fr...@us...> - 2008-11-29 02:08:40
|
Revision: 3854 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=3854&view=rev Author: fredm Date: 2008-11-29 02:08:34 +0000 (Sat, 29 Nov 2008) Log Message: ----------- Correct first contended tstate for TS2068 based on updated fusetest from Phil. Modified Paths: -------------- trunk/libspectrum/hacking/ChangeLog trunk/libspectrum/timings.c Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2008-11-28 09:52:36 UTC (rev 3853) +++ trunk/libspectrum/hacking/ChangeLog 2008-11-29 02:08:34 UTC (rev 3854) @@ -700,3 +700,5 @@ data files (Fred). 20081118 configure.in: set glib status off if we can't find it (thanks, Chris Young) (Fred). +20081129 timings.c: correct first contended tstate for TS2068 based on updated + fusetest from Phil (Fred). Modified: trunk/libspectrum/timings.c =================================================================== --- trunk/libspectrum/timings.c 2008-11-28 09:52:36 UTC (rev 3853) +++ trunk/libspectrum/timings.c 2008-11-29 02:08:34 UTC (rev 3854) @@ -86,7 +86,7 @@ /* SE */ { 3500000, 1750000, 24, 128, 24, 48, 47, 192, 48, 25, 32, 14336 }, /* TS2068 */ - { 3528000, 1764000, 24, 128, 24, 48, 24, 192, 25, 21, 32, 9184 }, + { 3528000, 1764000, 24, 128, 24, 48, 24, 192, 25, 21, 32, 9169 }, /* Pentagon 512K */ { 3584000, 1792000, 36, 128, 28, 32, 64, 192, 48, 16, 36, 17988 }, /* Pentagon 1024K */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |