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

Comparing BasiliskII/src/xpram.cpp (file contents):
Revision 1.3 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.4 by cebix, 2001-10-07T19:50:18Z

# Line 30 | Line 30
30  
31  
32   // Extended parameter RAM
33 < uint8 XPRAM[256];
33 > uint8 XPRAM[XPRAM_SIZE];
34  
35  
36   /*
# Line 40 | Line 40 | uint8 XPRAM[256];
40   void XPRAMInit(void)
41   {
42          // Clear XPRAM
43 <        memset(XPRAM, 0, 256);
43 >        memset(XPRAM, 0, XPRAM_SIZE);
44  
45          // Load XPRAM from settings file
46          LoadXPRAM();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines