1
0
Fork 0
forked from len0rd/rockbox

Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10950 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-09-15 11:11:16 +00:00
parent 1350d57751
commit 05a7f14f8d
88 changed files with 19624 additions and 0 deletions

View file

@ -19,6 +19,11 @@ chessbox
sudoku
#endif
/* For all 2bpp and colour targets */
#if (LCD_DEPTH >= 2)
zxbox
#endif
/* For all the colour targets and iriver H1x0 */
#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES)
pacbox