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.5 by cebix, 1999-10-19T19:28:11Z vs.
Revision 1.6 by cebix, 1999-10-21T22:39:50Z

# Line 493 | Line 493 | void EmulOp(uint16 opcode, M68kRegisters
493                          r->d[0] = AudioDispatch(r->a[3], r->a[4]);
494                          break;
495  
496 + #if SUPPORTS_EXTFS
497                  case M68K_EMUL_OP_EXTFS_COMM:           // External file system routines
498                          WriteMacInt16(r->a[7] + 14, ExtFSComm(ReadMacInt16(r->a[7] + 12), ReadMacInt32(r->a[7] + 8), ReadMacInt32(r->a[7] + 4)));
499                          break;
# Line 500 | Line 501 | void EmulOp(uint16 opcode, M68kRegisters
501                  case M68K_EMUL_OP_EXTFS_HFS:
502                          WriteMacInt16(r->a[7] + 20, ExtFSHFS(ReadMacInt32(r->a[7] + 16), ReadMacInt16(r->a[7] + 14), ReadMacInt32(r->a[7] + 10), ReadMacInt32(r->a[7] + 6), ReadMacInt16(r->a[7] + 4)));
503                          break;
504 + #endif
505  
506                  default:
507                          printf("FATAL: EMUL_OP called with bogus opcode %08x\n", opcode);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines