mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-10 13:29:38 +00:00
ppcemu.h: add PVR definition for MPC604e.
This commit is contained in:
parent
6582536591
commit
99ae0c3d31
@ -123,7 +123,8 @@ enum PPC_VER : uint32_t {
|
||||
MPC604 = 0x00040001,
|
||||
MPC603E = 0x00060101,
|
||||
MPC603EV = 0x00070101,
|
||||
MPC750 = 0x00080200
|
||||
MPC750 = 0x00080200,
|
||||
MPC604E = 0x00090202,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user