diff options
| author | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-03 13:50:09 +0000 |
|---|---|---|
| committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-03 13:50:09 +0000 |
| commit | 95819727ebf8fe66ebdf0384f098d6790ecc2cd2 (patch) | |
| tree | dfdb066462dbbd9c03b1232df127edbd72706732 /apps/plugins/rockboy/cpu.h | |
| parent | 0cecadd07491002dec27571f8a64efaf6c38dbb2 (diff) | |
| download | rockbox-95819727ebf8fe66ebdf0384f098d6790ecc2cd2.zip rockbox-95819727ebf8fe66ebdf0384f098d6790ecc2cd2.tar.gz rockbox-95819727ebf8fe66ebdf0384f098d6790ecc2cd2.tar.bz2 rockbox-95819727ebf8fe66ebdf0384f098d6790ecc2cd2.tar.xz | |
Functions and data into iram mode for iriver, seems faster.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy/cpu.h')
| -rw-r--r-- | apps/plugins/rockboy/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/cpu.h b/apps/plugins/rockboy/cpu.h index 22d58b0..eab4979 100644 --- a/apps/plugins/rockboy/cpu.h +++ b/apps/plugins/rockboy/cpu.h @@ -35,7 +35,7 @@ void timer_advance(int cnt); void lcdc_advance(int cnt); void sound_advance(int cnt); void cpu_timers(int cnt); -int cpu_emulate(int cycles); - +int cpu_emulate(int cycles) ICODE_ATTR; +int cpu_step(int max) ICODE_ATTR; #endif |