mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-08 08:25:11 +00:00
ppcemu.h: add PVR definition for MPC604e.
This commit is contained in:
@@ -123,7 +123,8 @@ enum PPC_VER : uint32_t {
|
||||
MPC604 = 0x00040001,
|
||||
MPC603E = 0x00060101,
|
||||
MPC603EV = 0x00070101,
|
||||
MPC750 = 0x00080200
|
||||
MPC750 = 0x00080200,
|
||||
MPC604E = 0x00090202,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user