rockbox/apps/plugins/chessbox
Rafaël Carré 681cedb4d8 Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes
Bring Clipv1 & m200v4 plugin buffer down to this limit
zxbox, chessbox and rockboy build on the clip
rockboy doesn't build on m200v4 due to not enough buttons to make a keymap
Some gameboy roms won't run on Clipv1: tetris does but not pokemon for example

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26144 a1c6a512-1295-4272-9138-f99709370657
2010-05-18 14:14:53 +00:00
..
chessbox.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
chessbox.make Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes 2010-05-18 14:14:53 +00:00
chessbox_pgn.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
chessbox_pgn.h Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
gnuchess.c
gnuchess.h
opening.c
opening.h
SOURCES