1
0
Fork 0
forked from len0rd/rockbox

play .ch8 files with the Chip-8 emulator

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3997 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2003-10-30 23:48:36 +00:00
parent 0860a4d6d1
commit 1694847103
2 changed files with 13 additions and 2 deletions

View file

@ -37,6 +37,7 @@ struct entry {
#define TREE_ATTR_LNG 0x1000 /* binary lang file */
#define TREE_ATTR_ROCK 0x2000 /* binary rockbox plugin */
#define TREE_ATTR_UCL 0x4000 /* rockbox flash image */
#define TREE_ATTR_CH8 0x8000 /* chip-8 game */
#define TREE_ATTR_MASK 0xffd0 /* which bits tree.c uses (above + DIR) */
void tree_init(void);