ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/audio.cpp
(Generate patch)

Comparing BasiliskII/src/audio.cpp (file contents):
Revision 1.13 by cebix, 2004-01-12T15:29:21Z vs.
Revision 1.14 by gbeauche, 2004-11-13T14:28:49Z

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines