Tom Ross
10dfc06163
Fix warning and slight clean up.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12061 a1c6a512-1295-4272-9138-f99709370657
2007-01-18 02:28:57 +00:00
Greg White
f21122dff7
Add swap bytes option
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12060 a1c6a512-1295-4272-9138-f99709370657
2007-01-18 02:25:21 +00:00
Tom Ross
fd27a9d2bf
Change Disktidy to use the standard menu api and adapt it to work on the Archos Player. Change the default clean value from 'Mac' to 'Both.'
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12059 a1c6a512-1295-4272-9138-f99709370657
2007-01-18 01:38:50 +00:00
Dave Chapman
2e194c123b
Prevent sysfont.h being regenerated during every build.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12058 a1c6a512-1295-4272-9138-f99709370657
2007-01-18 00:46:52 +00:00
Tom Ross
0edd86d0f0
Add wormlet for the H10 5/6 GB. Seems to work well on the sim.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12057 a1c6a512-1295-4272-9138-f99709370657
2007-01-18 00:25:57 +00:00
Michael DiFebbo
5f61bb9d64
Correct the link to the bootloader file for the mini 1g.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12056 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 22:00:37 +00:00
Marcoen Hirschberg
c45ae3edf2
fix backlight on hold key setting
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12055 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 20:24:06 +00:00
Greg White
1ab8f32780
Fix comment
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12054 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 19:54:35 +00:00
Karl Kurbjun
f4b161813f
Need to build doom on the gigabeat
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12053 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 19:02:50 +00:00
Greg White
80f8570e9b
Put backdrop back; should never have gone away.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12052 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 18:56:47 +00:00
Karl Kurbjun
b47a43aa28
Doom for the Gigabeat and some code reduction
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12051 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 18:52:24 +00:00
Greg White
3b65fc2480
Read bootsplash from disk rather than hardcoding it
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12050 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 18:31:40 +00:00
Greg White
4ea6d039f2
Get rid of // comment
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12049 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 18:30:49 +00:00
Greg White
b3c66f5d74
Add raw file generation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12048 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 18:30:04 +00:00
Marcoen Hirschberg
c64684887a
re-enable CPU scaling (between 100 and 300MHz again) with a new implementation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12047 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 18:15:50 +00:00
Barry Wardell
020dbcd1cf
Remove sysfont.h when doing make clean.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12046 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 16:10:26 +00:00
Marcoen Hirschberg
7fe65c91fc
remove unused variable (fixes warning)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12045 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 13:37:57 +00:00
Barry Wardell
8d991e7601
Fix build warnings and errors.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12044 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 12:53:23 +00:00
Barry Wardell
e9327a947f
Fix build warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12043 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 12:35:22 +00:00
Barry Wardell
3f8d732ac9
sysfont.h is only needed by devices with bitmap displays.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12042 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 12:34:56 +00:00
Barry Wardell
f4709d0c7c
Make the build system create a sysfont.h which includes font information for the system font. Available #defines are: SYSFONT_NAME, SYSFONT_FACENAME, SYSFONT_WIDTH, SYSFONT_HEIGHT, SYSFONT_SIZE, SYSFONT_ASCENT, SYSFONT_DESCENT, SYSFONT_FIRST_CHAR, SYSFONT_LAST_CHAR, SYSFONT_DEFAULT_CHAR, SYSFONT_PROPORTIONAL, SYSFONT_COPYRIGHT, SYSFONT_BITS_SIZE.
...
Also fix a small bug in the iPod bootloader printf() code and use printf() for PortalPlayer bootloaders too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12041 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 12:20:38 +00:00
Jonathan Gordon
b0d1bb891e
increase the dircache thread size to hopefully stop it StkOv'ing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12040 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 10:25:11 +00:00
Greg White
e4ef26cd40
Do not show main backdrop in settings for gigabeat
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12039 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 09:49:42 +00:00
Tom Ross
4db8b85a1a
Big manual commit: adds a bunch of missing images. Now, most targets aren't missing any images. Some are missing images for plugins that don't currently run on the target.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12038 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 03:21:53 +00:00
Steve Gotthardt
ac9d4ee7aa
Backing out the CPU boost for now. Found several issues from screen lines to crashing during wav play and running oscilliscope, etc
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12037 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 03:04:31 +00:00
Greg White
49c13b3e37
Disable logo for new bootsplash
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12036 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 01:50:01 +00:00
Greg White
8b3c8791f9
Created bootsplash image
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12035 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 01:49:19 +00:00
Greg White
708431da88
Back off CPU scaling to 300/200 due to reports of crashes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12034 a1c6a512-1295-4272-9138-f99709370657
2007-01-17 01:47:05 +00:00
Linus Nielsen Feltzing
f3f0d1c9bb
Added printf() instead of snprintf/lcd_puts/lcd_update
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12033 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 23:12:02 +00:00
Daniel Stenberg
d1e2ce2918
allow find to follow symbolic links (mostly since the server is using that
...
a lot)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12032 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 22:59:25 +00:00
Dominik Riebeling
46b9f98d3b
Update copyright information.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12031 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 22:39:51 +00:00
Tom Ross
913fea27fc
t! Initial version of a Blackjack plugin for bitmap-screen targets. Also includes the changes to the manual. Cross your fingers...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12030 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 21:05:15 +00:00
Greg White
285aa1b0a6
Unroll loops
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12029 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 20:38:25 +00:00
Nils Wallménius
9ed3dca779
Include AGC options in iriver h100 and h300 manuals only as it is only supported on those targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12028 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 20:27:34 +00:00
Dominik Riebeling
da6a0786e3
Oops, forgot to make it silent again.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12027 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 20:24:13 +00:00
Dominik Riebeling
7d19c0f135
Older versions of xargs doesn't know -I (especially the vmware image one), so use find's -exec instead. Hopefully the last fix for this.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12026 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 20:18:17 +00:00
Michael DiFebbo
728dd279eb
Revisions to the ipod bootloader installation instructions intended to address some of the more common problems that are being reported in the forums. Among other things (a) describe for Windows users how to navigate to the installation directory, (b) address the -1 error and how to correct it, and (c) be more explicit on how to find the device number and how to use it with ipodpatcher. Also some general cleanup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12025 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 16:43:57 +00:00
Marcoen Hirschberg
2b7873b4de
fix comment
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12024 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 16:05:57 +00:00
Marcoen Hirschberg
6309eabc64
add cpu frequency scaling to the gigabeat. default/normal: 100MHz, boosted: 300MHz
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12023 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 15:49:29 +00:00
Greg White
0fedaa205c
Fix inversevid mono drawing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12022 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 14:58:25 +00:00
Greg White
9980b4ed6c
Merge various drawmodes; revert to C for common code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12021 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 13:56:38 +00:00
Steve Gotthardt
cd05dbc7f4
Changed pausing so entire chunk is finished and keeps I2S engine aligned
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12020 a1c6a512-1295-4272-9138-f99709370657
2007-01-16 03:36:32 +00:00
Greg White
2127071653
Turn off USB host and NAND flash controller
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12019 a1c6a512-1295-4272-9138-f99709370657
2007-01-15 22:49:55 +00:00
Barry Wardell
41ee9e3304
FS#6539 - Thanks to Tom Ross
...
Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins.
Add X5 keymappings for wormlet to the manual.
Add help text for Jewels on the H10 and give a warning if help text is not defined.
Fix bug in spacerocks lives drawing on large screens (larger than Ondio).
Change spacerocks comments to C style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657
2007-01-15 20:40:48 +00:00
Dominik Riebeling
6de815be5c
OS X doesn't know xargs -i, so use -I instead. Should fix FS#6540
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12017 a1c6a512-1295-4272-9138-f99709370657
2007-01-15 17:45:04 +00:00
Greg White
e07b30d9e2
Remove bogus variables to fix warnings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12016 a1c6a512-1295-4272-9138-f99709370657
2007-01-15 13:16:28 +00:00
Greg White
69bb436223
Optimize transparent blit; optimize DRMODE_SOLID for mono bitmaps
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12015 a1c6a512-1295-4272-9138-f99709370657
2007-01-15 13:07:47 +00:00
Michael DiFebbo
724641268e
Correct button combination for entering iPod disk mode.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12014 a1c6a512-1295-4272-9138-f99709370657
2007-01-14 23:44:26 +00:00
Dominik Riebeling
cb9fdf7f24
Make sure to not copy special .svn files when preparing to build the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12013 a1c6a512-1295-4272-9138-f99709370657
2007-01-14 23:29:15 +00:00
Daniel Stenberg
16c602f023
The version string used in builds for version timestamps is now UTC instead
...
of the local time zone. Makes it a lot easier to compare builds and it makes
build servers produce similarly stamped builed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12011 a1c6a512-1295-4272-9138-f99709370657
2007-01-14 14:15:18 +00:00