diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-04-30 21:50:13 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-04-30 21:50:13 +0000 |
commit | 2f6107fc2fc2cce2187902ac1a0aae4057b723e4 (patch) | |
tree | 7f9626440475d6f6fa81585ee73ca25b8510a980 /apps/plugin.c | |
parent | 33b4629b66ef8a7bff0fe2696ecca7efba8b30b2 (diff) |
better clear the IRQ, although it worked without
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4568 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |