summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/topspeed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/topspeed.h')
-rw-r--r--src/mame/includes/topspeed.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/includes/topspeed.h b/src/mame/includes/topspeed.h
index 32f424a0b7a..3c5206374cf 100644
--- a/src/mame/includes/topspeed.h
+++ b/src/mame/includes/topspeed.h
@@ -50,19 +50,19 @@ public:
required_device<filter_volume_device> m_filter3;
// Misc
- UINT16 m_cpua_ctrl;
- INT32 m_ioc220_port;
+ UINT16 m_cpua_ctrl;
+ INT32 m_ioc220_port;
// ADPCM
- UINT8 *m_msm_rom[2];
- UINT16 m_msm_pos[2];
- UINT8 m_msm_reset[2];
- UINT8 m_msm_nibble[2];
- UINT8 m_msm2_vck;
- UINT8 m_msm2_vck2;
+ UINT8 *m_msm_rom[2];
+ UINT16 m_msm_pos[2];
+ UINT8 m_msm_reset[2];
+ UINT8 m_msm_nibble[2];
+ UINT8 m_msm2_vck;
+ UINT8 m_msm2_vck2;
#ifdef MAME_DEBUG
- UINT8 m_dislayer[5];
+ UINT8 m_dislayer[5];
#endif
// drivers/topspeed.c