summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-08-23 17:30:51 +0000
committerJens Arnold <amiconn@rockbox.org>2006-08-23 17:30:51 +0000
commit9af13c327e3a086f8015aec8135e01018a7ffb2b (patch)
tree65a91acf8b9e5dc4b8765c8949859f8961e3c4a0 /firmware/SOURCES
parentd5fe8030baccc17d22c3ecdf2d4af77b71e41c82 (diff)
downloadrockbox-9af13c327e3a086f8015aec8135e01018a7ffb2b.tar.gz
rockbox-9af13c327e3a086f8015aec8135e01018a7ffb2b.zip
H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% speedup in tests depending on video size. * Don't set HORIZ_RAM_ADDR_POS for LCD updates, it's unnecessary. * Started the target tree move for H300 with this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10724 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 63cbf9c56f..e56199658c 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -179,7 +179,7 @@ thread.c
179timer.c 179timer.c
180crt0.S 180crt0.S
181drivers/lcd.S 181drivers/lcd.S
182#endif 182#endif
183mp3_playback.c 183mp3_playback.c
184mp3data.c 184mp3data.c
185#if CONFIG_CODEC != SWCODEC 185#if CONFIG_CODEC != SWCODEC
@@ -251,6 +251,10 @@ target/coldfire/iaudio/x5/lcd-remote-x5.c
251#endif 251#endif
252#endif 252#endif
253 253
254#ifdef IRIVER_H300_SERIES
255target/coldfire/iriver/h300/lcd-as-h300.S
256#endif
257
254#ifdef IRIVER_H10 258#ifdef IRIVER_H10
255#ifndef SIMULATOR 259#ifndef SIMULATOR
256target/arm/iriver/h10/backlight-h10.c 260target/arm/iriver/h10/backlight-h10.c