ppcemu.h: add PVR definition for MPC604e.

This commit is contained in:
Maxim Poliakovski 2023-12-03 20:02:32 +01:00
parent 6582536591
commit 99ae0c3d31
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,8 @@ enum PPC_VER : uint32_t {
MPC604 = 0x00040001,
MPC603E = 0x00060101,
MPC603EV = 0x00070101,
MPC750 = 0x00080200
MPC750 = 0x00080200,
MPC604E = 0x00090202,
};
/**