summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc/ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/powerpc/ppc.h')
-rw-r--r--src/devices/cpu/powerpc/ppc.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/devices/cpu/powerpc/ppc.h b/src/devices/cpu/powerpc/ppc.h
index 5e40ee88249..450b4ca2257 100644
--- a/src/devices/cpu/powerpc/ppc.h
+++ b/src/devices/cpu/powerpc/ppc.h
@@ -14,7 +14,7 @@
#ifndef __PPC_H__
#define __PPC_H__
-#include "cpu/vtlb.h"
+#include "divtlb.h"
#include "cpu/drcfe.h"
#include "cpu/drcuml.h"
#include "cpu/drcumlsh.h"
@@ -171,7 +171,7 @@ enum
class ppc_frontend;
-class ppc_device : public cpu_device
+class ppc_device : public cpu_device, public device_vtlb_interface
{
friend class ppc_frontend;
@@ -462,9 +462,6 @@ protected:
UINT32 m_sebr;
UINT32 m_ser;
- /* MMU */
- vtlb_state *m_vtlb;
-
/* architectural distinctions */
powerpc_flavor m_flavor;
UINT32 m_cap;