summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bfm_dm01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bfm_dm01.h')
-rw-r--r--src/mame/video/bfm_dm01.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/bfm_dm01.h b/src/mame/video/bfm_dm01.h
index f2de6166424..dd461b10c3a 100644
--- a/src/mame/video/bfm_dm01.h
+++ b/src/mame/video/bfm_dm01.h
@@ -28,7 +28,7 @@ public:
DECLARE_WRITE8_MEMBER( comm_w );
DECLARE_READ8_MEMBER( unknown_r );
DECLARE_WRITE8_MEMBER( unknown_w );
-
+
void writedata(UINT8 data);
int busy(void);
@@ -38,7 +38,7 @@ protected:
virtual void device_config_complete();
virtual void device_start();
virtual void device_reset();
-
+
private:
// internal state
int m_data_avail;
@@ -49,9 +49,9 @@ private:
UINT8 m_scanline[DM_BYTESPERROW];
UINT8 m_comdata;
-
+
int read_data(void);
-
+
};
extern const device_type BF_DM01;