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.12 by gbeauche, 2003-05-13T12:34:09Z vs.
Revision 1.14 by gbeauche, 2004-11-13T14:28:49Z

# Line 1 | Line 1
1   /*
2   *  audio.cpp - Audio support
3   *
4 < *  Basilisk II (C) 1997-2002 Christian Bauer
4 > *  Basilisk II (C) 1997-2004 Christian Bauer
5   *  Portions written by Marc Hellwig
6   *
7   *  This program is free software; you can redistribute it and/or modify
# 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