summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/mc6845.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/mc6845.h')
-rw-r--r--src/emu/video/mc6845.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/video/mc6845.h b/src/emu/video/mc6845.h
index eb7ace815b9..21b4489d885 100644
--- a/src/emu/video/mc6845.h
+++ b/src/emu/video/mc6845.h
@@ -117,16 +117,16 @@ public:
/* write to the currently selected register */
DECLARE_WRITE8_MEMBER( register_w );
-
+
// read display enable line state
DECLARE_READ_LINE_MEMBER( de_r );
-
+
// read cursor line state
DECLARE_READ_LINE_MEMBER( cursor_r );
-
+
// read horizontal sync line state
DECLARE_READ_LINE_MEMBER( hsync_r );
-
+
// read vertical sync line state
DECLARE_READ_LINE_MEMBER( vsync_r );