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

Comparing BasiliskII/src/main.cpp (file contents):
Revision 1.7 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.8 by cebix, 2001-06-27T20:05:23Z

# Line 139 | Line 139 | bool InitAll(void)
139          if (!VideoInit(ROMVersion == ROM_VERSION_64K || ROMVersion == ROM_VERSION_PLUS || ROMVersion == ROM_VERSION_CLASSIC))
140                  return false;
141  
142 +        // Set default video mode
143 +        XPRAM[0x56] = 0x42;     // 'B'
144 +        XPRAM[0x57] = 0x32;     // '2'
145 +        XPRAM[0x58] = DepthToAppleMode(VideoMonitor.mode.depth);
146 +        XPRAM[0x59] = 0;
147 +
148   #if EMULATED_68K
149          // Init 680x0 emulation (this also activates the memory system which is needed for PatchROM())
150          if (!Init680x0())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines