summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mc68901.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mc68901.h')
-rw-r--r--src/emu/machine/mc68901.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/mc68901.h b/src/emu/machine/mc68901.h
index 9c7e17bf114..7990d31f9d3 100644
--- a/src/emu/machine/mc68901.h
+++ b/src/emu/machine/mc68901.h
@@ -44,7 +44,7 @@
//**************************************************************************
-// MACROS / CONSTANTS
+// MACROS / CONSTANTS
//**************************************************************************
@@ -64,7 +64,7 @@
//**************************************************************************
-// TYPE DEFINITIONS
+// TYPE DEFINITIONS
//**************************************************************************
// ======================> mc68901_interface
@@ -244,7 +244,7 @@ private:
emu_timer *m_timer[4]; /* counter timers */
emu_timer *m_rx_timer; /* receive timer */
emu_timer *m_tx_timer; /* transmit timer */
-
+
const mc68901_device_config &m_config;
};