From 384de102469fee4e0792df8fe38586d3206774ed Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 2 Mar 2005 23:49:38 +0000 Subject: Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, but already playable on iRiver H1xx and the simulators. The archos recorder version is currently rather slow... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6104 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 643fc0c..581d164 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -29,6 +29,10 @@ oscillograph.c oscilloscope.c pong.c rockblox.c +#if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(SIMULATOR) +/* loader, only needed for Archos */ +rockboy.c +#endif sliding_puzzle.c snake.c snake2.c -- cgit v1.1