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

Comparing BasiliskII/src/uae_cpu/basilisk_glue.cpp (file contents):
Revision 1.10 by gbeauche, 2001-06-26T22:35:42Z vs.
Revision 1.11 by cebix, 2001-06-28T21:20:01Z

# Line 105 | Line 105 | void Exit680x0(void)
105  
106  
107   /*
108 + *  Initialize memory mapping of frame buffer (called upon video mode change)
109 + */
110 +
111 + void InitFrameBufferMapping(void)
112 + {
113 + #if !REAL_ADDRESSING && !DIRECT_ADDRESSING
114 +        memory_init();
115 + #endif
116 + }
117 +
118 + /*
119   *  Reset and start 680x0 emulation (doesn't return)
120   */
121  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines