summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/i_system.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-01-17 18:52:24 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-01-17 18:52:24 +0000
commitb47a43aa2866dbac7cc63b7a0f18d20b3b38883d (patch)
treed8bf3cc0b3c1c296e0cfd5ede1790968c4ce475f /apps/plugins/doom/i_system.c
parent3b65fc2480929ade2686bb7ee3413a0f78f7c36a (diff)
downloadrockbox-b47a43aa2866dbac7cc63b7a0f18d20b3b38883d.zip
rockbox-b47a43aa2866dbac7cc63b7a0f18d20b3b38883d.tar.gz
rockbox-b47a43aa2866dbac7cc63b7a0f18d20b3b38883d.tar.bz2
rockbox-b47a43aa2866dbac7cc63b7a0f18d20b3b38883d.tar.xz
Doom for the Gigabeat and some code reduction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12051 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/i_system.c')
-rw-r--r--apps/plugins/doom/i_system.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/doom/i_system.c b/apps/plugins/doom/i_system.c
index bf1aef6..95ea7a8 100644
--- a/apps/plugins/doom/i_system.c
+++ b/apps/plugins/doom/i_system.c
@@ -15,8 +15,8 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
-// $Log$
-// Revision 1.9 2006/04/15 22:08:36 kkurbjun
+// $Log: i_system.c,v $
+// Revision 1.9 2006-04-15 22:08:36 kkurbjun
// Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset.
//
// Revision 1.8 2006-04-14 21:07:55 kkurbjun
@@ -87,7 +87,7 @@ void doomtime(void)
int I_GetTime (void)
{
-#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE)
+#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) && !defined(SIMULATOR) && !defined(RB_PROFILE)
return doomtimer;
#else
#if HZ==100