1
0
Fork 0
forked from len0rd/rockbox

Update for Rockboy: - fix scaling for other color screens than H300 - full menu rewrite to display choices properly - some small tweaks to code - some formatting updates

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10137 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2006-06-19 01:47:45 +00:00
parent db8316fa52
commit 6952f03a7d
21 changed files with 442 additions and 751 deletions

View file

@ -1,4 +1,4 @@
void stat_trigger(void) ICODE_ATTR;
void stat_write(byte b)ICODE_ATTR;
void lcdc_change(byte b)ICODE_ATTR;
void lcdc_trans(void)ICODE_ATTR;
void stat_write(byte b) ICODE_ATTR;
void lcdc_change(byte b) ICODE_ATTR;
void lcdc_trans(void) ICODE_ATTR;