forked from len0rd/rockbox
Added CPU_COLDFIRE define - one step closer to iAudio-port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7186 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f5df9cd81c
commit
c6ff1f5eb5
30 changed files with 55 additions and 50 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#define SAMPLE_BUF_SIZE 256
|
||||
#define RESAMPLE_BUF_SIZE (256 * 4) /* Enough for 11,025 Hz -> 44,100 Hz*/
|
||||
|
||||
#if CONFIG_CPU == MCF5249 && !defined(SIMULATOR)
|
||||
#ifdef CPU_COLDFIRE && !defined(SIMULATOR)
|
||||
|
||||
#define INIT() asm volatile ("move.l #0xb0, %macsr") /* frac, round, clip */
|
||||
/* Multiply 2 32-bit integers and return the 32 most significant bits of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue