summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spcforce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spcforce.h')
-rw-r--r--src/mame/includes/spcforce.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/spcforce.h b/src/mame/includes/spcforce.h
index 4295a47a48f..35c4047d1ed 100644
--- a/src/mame/includes/spcforce.h
+++ b/src/mame/includes/spcforce.h
@@ -34,7 +34,7 @@ public:
int m_sn2_ready;
int m_sn3_ready;
UINT8 m_irq_mask;
-
+
DECLARE_WRITE8_MEMBER(SN76496_latch_w);
DECLARE_READ8_MEMBER(SN76496_select_r);
DECLARE_WRITE8_MEMBER(SN76496_select_w);
@@ -45,11 +45,11 @@ public:
DECLARE_WRITE8_MEMBER(soundtrigger_w);
DECLARE_WRITE8_MEMBER(irq_mask_w);
DECLARE_WRITE8_MEMBER(flip_screen_w);
-
+
virtual void machine_start();
DECLARE_PALETTE_INIT(spcforce);
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
-
+
INTERRUPT_GEN_MEMBER(vblank_irq);
};