summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i82730.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/i82730.cpp')
-rw-r--r--src/devices/video/i82730.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/i82730.cpp b/src/devices/video/i82730.cpp
index af9209ad04e..70feabd7909 100644
--- a/src/devices/video/i82730.cpp
+++ b/src/devices/video/i82730.cpp
@@ -506,7 +506,7 @@ bool i82730_device::dscmd_sl_scroll_end(uint8_t param)
{
LOGMASKED(LOG_DATASTREAM, "Executing datastream command SL SCROLL END %d - not implemented\n", param);
- return false;
+ return false;
}
bool i82730_device::dscmd_tab_to(uint8_t param)
@@ -556,7 +556,7 @@ bool i82730_device::dscmd_repeat(uint8_t param)
while (param--)
{
if (--m_dma_count && m_row_count < 200)
- m_row[m_row_count++] = data;
+ m_row[m_row_count++] = data;
else
return true;
}