mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
ppcemu: add PVR for 603ev.
This commit is contained in:
parent
a1d9fcfa9d
commit
7ba8921649
@ -113,6 +113,7 @@ enum PPC_VER : uint32_t {
|
|||||||
MPC603 = 0x00030001,
|
MPC603 = 0x00030001,
|
||||||
MPC604 = 0x00040001,
|
MPC604 = 0x00040001,
|
||||||
MPC603E = 0x00060101,
|
MPC603E = 0x00060101,
|
||||||
|
MPC603EV = 0x00070101,
|
||||||
MPC750 = 0x00080200
|
MPC750 = 0x00080200
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user