summaryrefslogtreecommitdiff
path: root/plugins/ao/eng_dsf/dc_hw.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-04 13:34:34 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-04 13:34:34 +0200
commit3ffe80c51c395ce1c19174f39d2089c8c7b7b473 (patch)
tree9389cbfbcb3870ee0493c31029df48a300d3d3a9 /plugins/ao/eng_dsf/dc_hw.c
parenta4a93309971551cab185a7747ee26270046a6b8f (diff)
ao plugin: dsf seeking
Diffstat (limited to 'plugins/ao/eng_dsf/dc_hw.c')
-rw-r--r--plugins/ao/eng_dsf/dc_hw.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/ao/eng_dsf/dc_hw.c b/plugins/ao/eng_dsf/dc_hw.c
index 6c810b37..769e128a 100644
--- a/plugins/ao/eng_dsf/dc_hw.c
+++ b/plugins/ao/eng_dsf/dc_hw.c
@@ -176,3 +176,7 @@ static struct AICAinterface aica_interface =
cpu->AICA = aica_start(&cpu->aica_interface);
}
+void dc_hw_free (struct sARM7 *cpu) {
+ aica_stop (cpu->AICA);
+ cpu->AICA = NULL;
+}