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

Comparing BasiliskII/src/uae_cpu/memory.cpp (file contents):
Revision 1.4 by cebix, 2001-06-28T21:20:02Z vs.
Revision 1.6 by gbeauche, 2002-09-01T16:32:02Z

# Line 12 | Line 12
12   #include "sysdeps.h"
13  
14   #include "cpu_emulation.h"
15 + #include "main.h"
16 + #include "video.h"
17 +
18   #include "m68k.h"
19   #include "memory.h"
20   #include "readcpu.h"
21   #include "newcpu.h"
19 #include "main.h"
20 #include "video.h"
22  
23   #if !REAL_ADDRESSING && !DIRECT_ADDRESSING
24  
# Line 556 | Line 557 | addrbank frame_host_888_bank = {
557      frame_xlate, frame_check
558   };
559  
559 void InitFrameBufferMapping(void)
560 {
561
562 }
563
560   void memory_init(void)
561   {
562          for(long i=0; i<65536; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines