mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +00:00
ppcemu: add enums for HID0 and HID1.
This commit is contained in:
parent
7f57e96335
commit
8c0f391548
@ -102,7 +102,9 @@ enum SPR : int {
|
|||||||
TBU_U = 269, // user mode TBU
|
TBU_U = 269, // user mode TBU
|
||||||
TBL_S = 284, // supervisor TBL
|
TBL_S = 284, // supervisor TBL
|
||||||
TBU_S = 285, // supervisor TBU
|
TBU_S = 285, // supervisor TBU
|
||||||
PVR = 287
|
PVR = 287,
|
||||||
|
HID0 = 1008,
|
||||||
|
HID1 = 1009,
|
||||||
};
|
};
|
||||||
|
|
||||||
/** symbolic names for common PPC processors */
|
/** symbolic names for common PPC processors */
|
||||||
|
Loading…
Reference in New Issue
Block a user