summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/vtvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/vtvideo.h')
-rw-r--r--src/mess/video/vtvideo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/video/vtvideo.h b/src/mess/video/vtvideo.h
index 8c7b1323058..956a84d175b 100644
--- a/src/mess/video/vtvideo.h
+++ b/src/mess/video/vtvideo.h
@@ -19,7 +19,7 @@ struct vt_video_interface
{
const char *m_screen_tag; /* screen we are acting on */
const char *m_char_rom_tag; /* character rom region */
-
+
/* this gets called for every memory read */
devcb_read8 m_in_ram_cb;
devcb_write8 m_clear_video_cb;
@@ -54,12 +54,12 @@ protected:
devcb_resolved_read8 m_in_ram_func;
devcb_resolved_write8 m_clear_video_interrupt;
-
+
screen_device *m_screen; /* screen */
UINT8 *m_gfx; /* content of char rom */
-
+
int m_lba7;
-
+
// dc012 attributes
UINT8 m_scroll_latch;
UINT8 m_blink_flip_flop;