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

Comparing BasiliskII/src/rom_patches.cpp (file contents):
Revision 1.24 by gbeauche, 2004-11-15T23:27:43Z vs.
Revision 1.26 by gbeauche, 2006-04-30T17:27:55Z

# Line 1 | Line 1
1   /*
2   *  rom_patches.cpp - ROM patches
3   *
4 < *  Basilisk II (C) 1997-2004 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 40 | Line 40
40  
41   // Global variables
42   uint32 UniversalInfo;           // ROM offset of UniversalInfo
43 < uint32 PutScrapPatch;           // Mac address of PutScrap() patch
43 > uint32 PutScrapPatch = 0;       // Mac address of PutScrap() patch
44   uint32 GetScrapPatch = 0;       // Mac address of GetScrap() patch
45   uint32 ROMBreakpoint = 0;       // ROM offset of breakpoint (0 = disabled, 0x2310 = CritError)
46   bool PrintROMInfo = false;      // Flag: print ROM information in PatchROM()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines