summaryrefslogtreecommitdiff
path: root/emulators/palmosemulator/patches/patch-aq
blob: c1aeb8d5ec676ad4c73304d203df87958a91b425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aq,v 1.1 2006/06/28 15:56:10 joerg Exp $

--- SrcShared/Hardware/EmRegs.h.orig	2006-06-28 14:35:52.000000000 +0000
+++ SrcShared/Hardware/EmRegs.h
@@ -54,12 +54,17 @@ class EmRegs
 														 uint32 start, int count);
 
 		uint32					UnsupportedRead			(emuptr address, int size);
+	public:
 		uint32					StdRead					(emuptr address, int size);
+
+	protected:
 		uint32					StdReadBE				(emuptr address, int size);
 		uint32					ZeroRead				(emuptr address, int size);
 
 		void					UnsupportedWrite		(emuptr address, int size, uint32 value);
+	public:
 		void					StdWrite				(emuptr address, int size, uint32 value);
+	protected:
 		void					StdWriteBE				(emuptr address, int size, uint32 value);
 		void					NullWrite				(emuptr address, int size, uint32 value);