Linus Nielsen Feltzing
760fea9ac7
iAudio X5: various fixes to make the bootloader compile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8560 a1c6a512-1295-4272-9138-f99709370657
2006-02-04 00:01:15 +00:00
Linus Nielsen Feltzing
44a5c827b7
iAudio X5: Corrected crappy code, just to make the damn thing compile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8559 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:59:41 +00:00
Linus Nielsen Feltzing
97f38e5632
iAudio X5: Select the correct bootloader in the configure script
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8558 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:58:01 +00:00
Tomasz Malesinski
91f08b5a24
Made %n not eat white space.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8557 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:39:12 +00:00
Tomasz Malesinski
c4d24a07ab
Added non-blocking get/put_byte routines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8556 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:28:53 +00:00
Tomasz Malesinski
507120c1b3
Added empty fiq routine for iFP.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8555 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:26:14 +00:00
Tomasz Malesinski
ea3dbb2d87
Added setting interrupt vectors without overwriting others for ARM
...
DEBUG builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8554 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:24:08 +00:00
Tomasz Malesinski
bcd22f000a
Undefined DEBUG, so that it compiles on DEBUG builds.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8553 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:21:36 +00:00
Tomasz Malesinski
b3db55f427
Made rockbox.elf build with DEBUG enabled.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8552 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:20:36 +00:00
Tomasz Malesinski
c8a5fbbaa6
Added iFP keybindings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8551 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:16:24 +00:00
Tomasz Malesinski
c31d2f84b7
Fixed warnings on iFP.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8550 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:14:42 +00:00
Jens Arnold
3c17330af6
Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed up rendering with backdrop. * Restore correct behaviour of lcd_clear_display().
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8549 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 21:11:51 +00:00
Linus Nielsen Feltzing
3f66e8edff
Ooops :-)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8548 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 16:01:16 +00:00
Linus Nielsen Feltzing
482ef8cecf
Added Dan Everton to the credits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8547 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 15:21:58 +00:00
Linus Nielsen Feltzing
fc72c53758
Patch #1417462 by Dan Everton - Improved SDL simulator
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8546 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 15:19:58 +00:00
Dave Chapman
347992e9d9
Optimised C version of count_leading_zeros() taken from alac-0.1.1. This makes ALAC very close to realtime on the ipod (just the very occasional skip during disk reading - it is realtime when the disk is sleeping).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8545 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 08:27:53 +00:00
Brandon Low
d2e75bf02d
Remove exported pcm functions. Codecs should never be allowed to access
...
the pcm directly. Only through the callbacks in playback.c.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8544 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 00:12:11 +00:00
Linus Nielsen Feltzing
9b0822d76a
Make it compile on iAudio X5
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8543 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 23:07:11 +00:00
Thom Johansen
3495e75719
Shorten innerloop by one instruction.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8542 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 22:11:10 +00:00
Linus Nielsen Feltzing
0ecd0b0fc2
patch #1422861 by Adam Boot - Fix splash() color problems
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8541 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 22:00:56 +00:00
Dave Chapman
33f2e28daa
Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #if
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8540 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 21:46:23 +00:00
Daniel Stenberg
5c1cc2f747
add these files to the source archive as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8539 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 21:43:11 +00:00
Daniel Stenberg
d3af52d0b8
there are no files like this in here anymore
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8538 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 21:42:40 +00:00
Dave Chapman
3749d1ad29
Oops - fix the builds broken by the backdrop image patch
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8537 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 21:39:09 +00:00
Dave Chapman
d9e5b67b71
Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 20:42:56 +00:00
Thom Johansen
9b4b4d0bf2
More sane fixed point format for Q parameter.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8535 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 20:04:02 +00:00
Thom Johansen
440d75f938
No need for different name members in eq_data struct.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8534 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 20:03:43 +00:00
Jens Arnold
e6c2e197b3
This should not have been recommitted (went undetected for quite a while).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8533 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 19:53:50 +00:00
Jens Arnold
32326ef10d
* Changed implementation of inverse bar: Instead of complementing all pixels after drawing the text, the text is drawn in inversevid mode. This is faster, and will be more readable when backdrop image support gets added. Appearance on non-colour targets doesn't change. * Speedup of the scroll thread.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8532 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 19:35:51 +00:00
Dave Chapman
20debbfa5d
iPod: Fix some button-mapping bugs and inconsistencies
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8531 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 12:14:23 +00:00
Dave Chapman
1023cedb79
iPod: Remove/reduce the udelay()s in the button driver. They were in the IPL source, but do not appear to be needed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8530 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 11:24:32 +00:00
Dave Chapman
fddefdcee2
Corrected version of 176x54 (Nano) colour logo (it wasn't being used until logo-nano.c was deleted).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8529 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 09:41:55 +00:00
Dave Chapman
5672c61b97
Color logo-*.c files no longer required - the bitmaps are in libbitmapsnative
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8528 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 02:37:46 +00:00
Ben Basha
b42ef68a83
Fix warnings at h1xx.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8527 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 20:06:25 +00:00
Ben Basha
db83601b3c
Add break effect + Bigger bricks
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8526 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 18:25:24 +00:00
Linus Nielsen Feltzing
f5f000fe03
Minor code policing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8525 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 17:58:10 +00:00
Dave Chapman
fbd8e5d29c
Patch #1421483 - AIFF codec by Jvo Studer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8524 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 16:42:02 +00:00
Ben Basha
6479e4c95e
WPS tag update for Progress Bar to allow resizing and screen placing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8523 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 15:34:25 +00:00
Daniel Stenberg
8ab7c38bac
added the missing decompressor files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8522 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 14:18:38 +00:00
Christi Scarborough
4e672ce79d
Something for our loyal Archos users. The first graphical WPS for the Recorder series.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8521 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 14:17:18 +00:00
Thom Johansen
7df51ada07
Changed meaning of shift parameter to include the EMAC implicit shift
...
factor. ARM version is already fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8520 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 09:48:47 +00:00
Miika Pekkarinen
b106e010d5
Reverted the wps image cache as it was causing trouble to users when
...
updating the image files on disk. Better solution is to be implemented
soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8519 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 08:43:29 +00:00
Thom Johansen
98c37c7f89
Enable ARM EQ support.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8518 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 08:36:56 +00:00
Christi Scarborough
146fe6cfb5
boxes for H3xx / iPod 4g, just so they don't feel left out. Purely a quick hack, not a finished product.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8517 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 05:39:27 +00:00
Dave Chapman
b4bc9fd068
iPod: Enable peakmeter
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8516 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 00:17:36 +00:00
Thom Johansen
5fff854126
EQ filtering code for ARM targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8515 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 00:04:55 +00:00
Linus Nielsen Feltzing
b69d59ba8e
Handle 8-bit BMP files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8514 a1c6a512-1295-4272-9138-f99709370657
2006-01-31 23:34:02 +00:00
Linus Nielsen Feltzing
62b22ba45f
Slighly less confusing handling of inverted monochrome images
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8513 a1c6a512-1295-4272-9138-f99709370657
2006-01-31 23:02:05 +00:00
Linus Nielsen Feltzing
d563ac6caa
Restored inverted background image in the ipodVOL WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8512 a1c6a512-1295-4272-9138-f99709370657
2006-01-31 23:01:03 +00:00
Linus Nielsen Feltzing
26fcd11fd3
Handle .S files properly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8511 a1c6a512-1295-4272-9138-f99709370657
2006-01-31 22:05:47 +00:00