From 2f6107fc2fc2cce2187902ac1a0aae4057b723e4 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 30 Apr 2004 21:50:13 +0000 Subject: better clear the IRQ, although it worked without git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4568 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/plugin.c b/apps/plugin.c index e92a9a4d84..f70b648a49 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -410,6 +410,7 @@ void IMIA4(void) { if (pfn_timer != NULL) pfn_timer(); /* call the user timer function */ + and_b(~0x01, &TSR4); /* clear the interrupt */ } #endif /* #ifndef SIMULATOR */ -- cgit v1.2.3