From: <ny...@us...> - 2007-01-10 15:18:01
|
Revision: 254 http://svn.sourceforge.net/pmplib/?rev=254&view=rev Author: nyaochi Date: 2007-01-10 07:17:58 -0800 (Wed, 10 Jan 2007) Log Message: ----------- Fixed some spellings. Modified Paths: -------------- trunk/pmplib/lib/pmp_portalplayer1/model_msi_megaplayer.c trunk/pmplib/lib/pmp_portalplayer1/pmp_portalplayer1.c Modified: trunk/pmplib/lib/pmp_portalplayer1/model_msi_megaplayer.c =================================================================== --- trunk/pmplib/lib/pmp_portalplayer1/model_msi_megaplayer.c 2007-01-10 15:09:58 UTC (rev 253) +++ trunk/pmplib/lib/pmp_portalplayer1/model_msi_megaplayer.c 2007-01-10 15:17:58 UTC (rev 254) @@ -1,5 +1,5 @@ /* - * MSI Megaplayer specific routines and header templates. + * MSI MEGA PLAYER specific routines and header templates. * * Copyright (c) 2005-2007 Nyaochi * @@ -236,7 +236,7 @@ {8, 12, 268, 524, 528, 532, 536, 544, 1056, 1568, 2080, 2592, 2596, 2600, 0, 0, 0, 0, 0, 0}; -/********** MSI Megaplayer 540 **********/ +/********** MSI MEGA PLAYER 540 **********/ static hdr_template_t hdrtmpl_megaplayer540 = { 0, 0, "System\\DATA\\PP5000.DAT", 0, "System\\DATA\\PP5000.HDR", 0x00000A2C, 0, 0, 14, hdrtmpl_fd_megaplayer540, Modified: trunk/pmplib/lib/pmp_portalplayer1/pmp_portalplayer1.c =================================================================== --- trunk/pmplib/lib/pmp_portalplayer1/pmp_portalplayer1.c 2007-01-10 15:09:58 UTC (rev 253) +++ trunk/pmplib/lib/pmp_portalplayer1/pmp_portalplayer1.c 2007-01-10 15:17:58 UTC (rev 254) @@ -175,10 +175,10 @@ hdr_init_philips_hdd6320, philips_hdd6320_parse_model }, { - "msi_megaplayer540", "MSI Megaplayer 540", + "msi_megaplayer540", "MSI MEGA PLAYER 540", 8, "UM", - "5.40", "5.40", - "SYSTEM\\PP5020.mi4", "System\\DATA\\PP5000.HDR", "Music\\", "Playlists\\", + "01.00.16", "01.00.16", + "SYSTEM\\PP5020.mi4", "System\\DATA\\PP5000.HDR", "MUSIC\\", "Playlists\\", ".pla", hdr_init_msi_megaplayer540, megaplayer_parse_model }, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |