1
0
Fork 0
forked from len0rd/rockbox

16bit colour support (H300) for the win32 simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7898 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-11-15 23:37:21 +00:00
parent 2691d76073
commit 3be6cf1574
9 changed files with 119 additions and 29 deletions

View file

@ -98,6 +98,9 @@ drivers/i2c.c
#if CONFIG_CODEC != SWCODEC
drivers/mas.c
#endif
#ifdef IRIVER_H300_SERIES
drivers/pcf50606.c
#endif
#ifdef HAVE_RTC
drivers/rtc.c
#endif
@ -150,6 +153,3 @@ replaygain.c
pcm_record.c
#endif
sound.c
#ifdef IRIVER_H300_SERIES
drivers/pcf50606.c
#endif