summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/msm6255.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/msm6255.c')
-rw-r--r--src/emu/video/msm6255.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emu/video/msm6255.c b/src/emu/video/msm6255.c
index 00d43391d2a..e8984719ddc 100644
--- a/src/emu/video/msm6255.c
+++ b/src/emu/video/msm6255.c
@@ -93,7 +93,7 @@ void msm6255_device_config::device_config_complete()
if (intf != NULL)
{
*static_cast<msm6255_interface *>(this) = *intf;
-
+
m_char_ram_r = intf->m_char_ram_r;
}
// or initialize to defaults if none provided
@@ -178,7 +178,7 @@ void msm6255_device::device_reset()
READ8_MEMBER( msm6255_device::read )
{
UINT8 data = 0;
-
+
if (offset & 0x01)
{
return m_ir;
@@ -222,7 +222,7 @@ READ8_MEMBER( msm6255_device::read )
break;
}
}
-
+
return data;
}
@@ -282,7 +282,7 @@ WRITE8_MEMBER( msm6255_device::write )
//-------------------------------------------------
-// update_cursor -
+// update_cursor -
//-------------------------------------------------
void msm6255_device::update_cursor()
@@ -329,7 +329,7 @@ void msm6255_device::update_cursor()
//-------------------------------------------------
-// draw_scanline -
+// draw_scanline -
//-------------------------------------------------
void msm6255_device::draw_scanline(bitmap_t *bitmap, const rectangle *cliprect, int y, UINT16 ma, UINT8 ra)
@@ -370,7 +370,7 @@ void msm6255_device::draw_scanline(bitmap_t *bitmap, const rectangle *cliprect,
//-------------------------------------------------
-// update_graphics -
+// update_graphics -
//-------------------------------------------------
void msm6255_device::update_graphics(bitmap_t *bitmap, const rectangle *cliprect)
@@ -398,7 +398,7 @@ void msm6255_device::update_graphics(bitmap_t *bitmap, const rectangle *cliprect
//-------------------------------------------------
-// update_text -
+// update_text -
//-------------------------------------------------
void msm6255_device::update_text(bitmap_t *bitmap, const rectangle *cliprect)