mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-10 13:29:38 +00:00
ppcemu: add PVR for 603ev.
This commit is contained in:
parent
a1d9fcfa9d
commit
7ba8921649
@ -109,11 +109,12 @@ enum SPR : int {
|
||||
|
||||
/** symbolic names for common PPC processors */
|
||||
enum PPC_VER : uint32_t {
|
||||
MPC601 = 0x00010001,
|
||||
MPC603 = 0x00030001,
|
||||
MPC604 = 0x00040001,
|
||||
MPC603E = 0x00060101,
|
||||
MPC750 = 0x00080200
|
||||
MPC601 = 0x00010001,
|
||||
MPC603 = 0x00030001,
|
||||
MPC604 = 0x00040001,
|
||||
MPC603E = 0x00060101,
|
||||
MPC603EV = 0x00070101,
|
||||
MPC750 = 0x00080200
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user