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

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

# Line 388 | Line 388 | void ADBInterrupt(void)
388                          r.a[0] = ReadMacInt32(mouse_base + 4);
389                          r.d[0] = mx;
390                          r.d[1] = my;
391 <                        Execute68k((uint32)proc, &r);
391 >                        Execute68k(Host2MacAddr((uint8 *)proc), &r);
392   #else
393                          WriteMacInt16(0x82a, mx);
394                          WriteMacInt16(0x828, my);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines