/[cebix]/BasiliskII/src/disk.cpp
ViewVC logotype

Diff of /BasiliskII/src/disk.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by cebix, Sat Jul 14 20:01:18 2001 UTC revision 1.12 by cebix, Sun Jul 15 14:19:06 2001 UTC
# Line 26  Line 26 
26   *    Technote FL 24: "Don't Look at ioPosOffset for Devices"   *    Technote FL 24: "Don't Look at ioPosOffset for Devices"
27   */   */
28    
29    #include "sysdeps.h"
30    
31  #include <string.h>  #include <string.h>
32  #include <vector>  #include <vector>
33    
# Line 33  Line 35 
35  using std::vector;  using std::vector;
36  #endif  #endif
37    
 #include "sysdeps.h"  
38  #include "cpu_emulation.h"  #include "cpu_emulation.h"
39  #include "main.h"  #include "main.h"
40  #include "macos_util.h"  #include "macos_util.h"

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15