1 |
|
/* |
2 |
|
* audio.cpp - Audio support |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2004 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2005 Christian Bauer |
5 |
|
* Portions written by Marc Hellwig |
6 |
|
* |
7 |
|
* This program is free software; you can redistribute it and/or modify |
633 |
|
0x70, 0x01, // moveq #1,d0 |
634 |
|
M68K_RTS >> 8, M68K_RTS & 0xff |
635 |
|
}; |
636 |
< |
Execute68k((uint32)proc, &r); |
636 |
> |
Execute68k(Host2MacAddr((uint8 *)proc), &r); |
637 |
|
if (r.d[0]) { |
638 |
|
param[0] = 4; // Length of returned data |
639 |
|
param[1] = r.a[2]; // Handle to icon suite |