summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/fmtowns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/fmtowns.h')
-rw-r--r--src/mess/includes/fmtowns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/fmtowns.h b/src/mess/includes/fmtowns.h
index fc038c264d0..9cd9d90f170 100644
--- a/src/mess/includes/fmtowns.h
+++ b/src/mess/includes/fmtowns.h
@@ -103,7 +103,7 @@ class towns_state : public driver_device
{ }
/* devices */
- device_t* m_maincpu;
+ cpu_device* m_maincpu;
device_t* m_dma_1;
device_t* m_dma_2;
device_t* m_fdc;