mirror of https://github.com/nmlgc/ReC98.git
13 lines
184 B
C
13 lines
184 B
C
|
int snd_kaja_func(kaja_func_t ax)
|
||
|
{
|
||
|
if(snd_active) {
|
||
|
_AX = ax;
|
||
|
if(snd_midi_active != 1) {
|
||
|
geninterrupt(PMD);
|
||
|
} else {
|
||
|
geninterrupt(MMD);
|
||
|
}
|
||
|
}
|
||
|
return _AX;
|
||
|
}
|