diff options
author | 2021-03-28 14:34:50 +1100 | |
---|---|---|
committer | 2021-03-28 14:34:50 +1100 | |
commit | e298c31a691286a42bb024c0fb0236af0875d31f (patch) | |
tree | 93d84222caf4a827785ed8ec9c2a6feffbfa5433 /src/devices/video/i82730.cpp | |
parent | e20239398c18cf25d433aa4388f0fd4509ccc1a6 (diff) |
srcclean in preparation for release
Diffstat (limited to 'src/devices/video/i82730.cpp')
-rw-r--r-- | src/devices/video/i82730.cpp | 4 |
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; } |