summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mpc105.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/mpc105.h')
-rw-r--r--src/mess/machine/mpc105.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/mpc105.h b/src/mess/machine/mpc105.h
index 5a1370ba1f2..42e809f2289 100644
--- a/src/mess/machine/mpc105.h
+++ b/src/mess/machine/mpc105.h
@@ -47,7 +47,7 @@ private:
UINT8 m_bank_enable;
UINT32 m_bank_registers[8];
- device_t* m_maincpu;
+ cpu_device* m_maincpu;
};