~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/rom_patches.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
// Global variables
42
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
44
uint32 GetScrapPatch = 0;       // Mac address of GetScrap() patch
45
45
uint32 ROMBreakpoint = 0;       // ROM offset of breakpoint (0 = disabled, 0x2310 = CritError)
46
46
bool PrintROMInfo = false;      // Flag: print ROM information in PatchROM()