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:
parent
db8316fa52
commit
6952f03a7d
21 changed files with 442 additions and 751 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue