From: <zu...@us...> - 2012-12-30 15:39:29
|
Revision: 4827 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=4827&view=rev Author: zubzero Date: 2012-12-30 15:39:22 +0000 (Sun, 30 Dec 2012) Log Message: ----------- Add timings for the 128Ke, copied from those for the 128K Modified Paths: -------------- trunk/libspectrum/hacking/ChangeLog trunk/libspectrum/timings.c Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2012-12-30 11:00:18 UTC (rev 4826) +++ trunk/libspectrum/hacking/ChangeLog 2012-12-30 15:39:22 UTC (rev 4827) @@ -927,3 +927,4 @@ 20121226 ChangeLog,README: first updates for a "1.1.0" release (Fred). 20121227 libspectrum.c: set name for Spectrum 128Ke machine type (Sergio). 20121229 doc/libspectrum.1: use an em dash (Stuart). +20121230 timings.c: add timings for 128Ke, copied from those for 128K (Stuart). Modified: trunk/libspectrum/timings.c =================================================================== --- trunk/libspectrum/timings.c 2012-12-30 11:00:18 UTC (rev 4826) +++ trunk/libspectrum/timings.c 2012-12-30 15:39:22 UTC (rev 4827) @@ -93,6 +93,8 @@ { 3584000, 1792000, 36, 128, 28, 32, 64, 192, 48, 16, 36, 17988 }, /* 48K NTSC */ { 3527500, 0, 24, 128, 24, 48, 24, 192, 25, 23, 32, 8960 }, + /* 128Ke */ + { 3546900, 1773400, 24, 128, 24, 52, 48, 192, 48, 23, 36, 14362 }, }; libspectrum_dword This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |