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

Comparing BasiliskII/src/emul_op.cpp (file contents):
Revision 1.32 by gbeauche, 2005-01-30T21:42:13Z vs.
Revision 1.33 by gbeauche, 2005-03-19T17:43:03Z

# Line 353 | Line 353 | void EmulOp(uint16 opcode, M68kRegisters
353                          break;
354  
355                  case M68K_EMUL_OP_ETHER_READ_PACKET:
356 <                        EtherReadPacket((uint8 **)&r->a[0], r->a[3], r->d[3], r->d[1]);
356 >                        EtherReadPacket(r->a[0], r->a[3], r->d[3], r->d[1]);
357                          break;
358  
359                  case M68K_EMUL_OP_SOUNDIN_OPEN:         // Sound input driver functions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines