From: <sba...@us...> - 2012-12-27 21:03:30
|
Revision: 4810 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=4810&view=rev Author: sbaldovi Date: 2012-12-27 21:03:11 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Set name for Spectrum 128Ke machine type (Sergio). Modified Paths: -------------- trunk/libspectrum/hacking/ChangeLog trunk/libspectrum/libspectrum.c Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2012-12-27 16:22:14 UTC (rev 4809) +++ trunk/libspectrum/hacking/ChangeLog 2012-12-27 21:03:11 UTC (rev 4810) @@ -925,3 +925,4 @@ 20121226 configure.ac: bump version number to 1.1.0 (Fred). 20121226 doc/libspectrum.txt: tweak PZX text (Fred). 20121226 ChangeLog,README: first updates for a "1.1.0" release (Fred). +20121227 libspectrum.c: set name for Spectrum 128Ke machine type (Sergio). Modified: trunk/libspectrum/libspectrum.c =================================================================== --- trunk/libspectrum/libspectrum.c 2012-12-27 16:22:14 UTC (rev 4809) +++ trunk/libspectrum/libspectrum.c 2012-12-27 21:03:11 UTC (rev 4810) @@ -237,6 +237,7 @@ case LIBSPECTRUM_MACHINE_TC2068: return "Timex TC2068"; case LIBSPECTRUM_MACHINE_TS2068: return "Timex TS2068"; case LIBSPECTRUM_MACHINE_128: return "Spectrum 128K"; + case LIBSPECTRUM_MACHINE_128E: return "Spectrum 128Ke"; case LIBSPECTRUM_MACHINE_PLUS2: return "Spectrum +2"; case LIBSPECTRUM_MACHINE_PENT: return "Pentagon 128K"; case LIBSPECTRUM_MACHINE_PENT512: return "Pentagon 512K"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |