summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cchasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cchasm.h')
-rw-r--r--src/mame/includes/cchasm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/cchasm.h b/src/mame/includes/cchasm.h
index 5a43fcbbf75..34c1ac7cc3c 100644
--- a/src/mame/includes/cchasm.h
+++ b/src/mame/includes/cchasm.h
@@ -36,7 +36,7 @@ public:
required_device<dac_device> m_dac2;
required_device<vector_device> m_vector;
required_device<screen_device> m_screen;
-
+
required_shared_ptr<UINT16> m_ram;
int m_sound_flags;
@@ -46,7 +46,7 @@ public:
int m_xcenter;
int m_ycenter;
emu_timer *m_refresh_end_timer;
-
+
DECLARE_WRITE16_MEMBER(led_w);
DECLARE_WRITE16_MEMBER(refresh_control_w);
DECLARE_WRITE8_MEMBER(reset_coin_flag_w);
@@ -57,12 +57,12 @@ public:
DECLARE_READ16_MEMBER(io_r);
DECLARE_WRITE_LINE_MEMBER(ctc_timer_1_w);
DECLARE_WRITE_LINE_MEMBER(ctc_timer_2_w);
-
+
INPUT_CHANGED_MEMBER(set_coin_flag);
virtual void video_start();
virtual void sound_start();
-
+
void refresh();
protected: