- add code loading for m68k - incomplete scsp experiments - the register definitions should be fairly complete, though I did not produce actual sound yet - fix type.h definitions - incomplete cdblock register definitions
13 lines
158 B
C
13 lines
158 B
C
#include "../scsp.h"
|
|
|
|
#define MVOL(n) (n << 0)
|
|
|
|
void start(void)
|
|
{
|
|
scsp.reg.common[0] = SCSP__0__MEM4MB | SCSP__0__DAC18B | MVOL(15);
|
|
|
|
|
|
while (1) {
|
|
}
|
|
}
|