# | Line 633 | Line 633 | int16 SoundInStatus(uint32 pb, uint32 dc | |
---|---|---|
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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |