summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/namcos2.h2
-rw-r--r--src/mame/includes/trucocl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h
index 2d694fa5a36..971caa9c803 100644
--- a/src/mame/includes/namcos2.h
+++ b/src/mame/includes/namcos2.h
@@ -185,7 +185,7 @@ public:
uint8_t *maskBaseAddr;
c123_tilemap_delegate cb;
};
-
+
c123_mTilemapInfo m_c123_TilemapInfo;
// C169 ROZ Layer Emulation
diff --git a/src/mame/includes/trucocl.h b/src/mame/includes/trucocl.h
index ee6ad2a7228..24ad0ce79ed 100644
--- a/src/mame/includes/trucocl.h
+++ b/src/mame/includes/trucocl.h
@@ -26,7 +26,7 @@ public:
uint8_t m_irq_mask;
emu_timer *m_dac_irq_timer;
-
+
DECLARE_WRITE8_MEMBER(irq_enable_w);
DECLARE_WRITE8_MEMBER(trucocl_videoram_w);
DECLARE_WRITE8_MEMBER(trucocl_colorram_w);