forked from len0rd/rockbox
More M:Robe 500 work: PCM stopping and pausing roughly works, added some keymaps for the WPS screen, and peakmeter now works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20511 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5501d68cc
commit
2670e3f038
11 changed files with 210 additions and 117 deletions
|
@ -27,9 +27,6 @@
|
|||
#include <math.h>
|
||||
|
||||
void main(void) {
|
||||
// register int i;
|
||||
// register signed short *p;
|
||||
|
||||
TCR = 1 << 4; /* Stop the timer. */
|
||||
IMR = 0xffff; /* Unmask all interrupts. */
|
||||
IFR = IFR; /* Clear all pending interrupts. */
|
||||
|
@ -39,8 +36,6 @@ void main(void) {
|
|||
|
||||
dma_init();
|
||||
|
||||
audiohw_postinit();
|
||||
|
||||
debugf("DSP inited...");
|
||||
|
||||
for (;;) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue