From 99ae0c3d31f064bb00db41c3ff59bbbfe63b3064 Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Sun, 3 Dec 2023 20:02:32 +0100 Subject: [PATCH] ppcemu.h: add PVR definition for MPC604e. --- cpu/ppc/ppcemu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu/ppc/ppcemu.h b/cpu/ppc/ppcemu.h index 5344cc4..97a1e4b 100644 --- a/cpu/ppc/ppcemu.h +++ b/cpu/ppc/ppcemu.h @@ -123,7 +123,8 @@ enum PPC_VER : uint32_t { MPC604 = 0x00040001, MPC603E = 0x00060101, MPC603EV = 0x00070101, - MPC750 = 0x00080200 + MPC750 = 0x00080200, + MPC604E = 0x00090202, }; /**