summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/msm6255.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/msm6255.h')
-rw-r--r--src/emu/video/msm6255.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/video/msm6255.h b/src/emu/video/msm6255.h
index 074acec56a5..a627a188538 100644
--- a/src/emu/video/msm6255.h
+++ b/src/emu/video/msm6255.h
@@ -28,11 +28,11 @@
#define MSM6255_INTERFACE(name) \
const msm6255_interface (name) =
-
+
#define MSM6255_CHAR_RAM_READ(_name) \
UINT8 _name(device_t *device, UINT16 ma, UINT8 ra)
-
+
///*************************************************************************
// TYPE DEFINITIONS
@@ -105,9 +105,9 @@ private:
void draw_scanline(bitmap_t *bitmap, const rectangle *cliprect, int y, UINT16 ma, UINT8 ra);
void update_graphics(bitmap_t *bitmap, const rectangle *cliprect);
void update_text(bitmap_t *bitmap, const rectangle *cliprect);
-
+
screen_device *m_screen;
-
+
UINT8 m_ir; // instruction register
UINT8 m_mor; // mode control register
UINT8 m_pr; // character pitch register