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.13 by cebix, 2002-04-25T11:00:30Z vs.
Revision 1.14 by gbeauche, 2002-11-05T10:33:06Z

# Line 45 | Line 45
45   #if ENABLE_MON
46   #include "mon.h"
47  
48 < static uint32 mon_read_byte_b2(uint32 adr)
48 > static uint32 mon_read_byte_b2(uintptr adr)
49   {
50          return ReadMacInt8(adr);
51   }
52  
53 < static void mon_write_byte_b2(uint32 adr, uint32 b)
53 > static void mon_write_byte_b2(uintptr adr, uint32 b)
54   {
55          WriteMacInt8(adr, b);
56   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines