summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sunplus_gcm394_video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sunplus_gcm394_video.cpp')
-rw-r--r--src/devices/machine/sunplus_gcm394_video.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/sunplus_gcm394_video.cpp b/src/devices/machine/sunplus_gcm394_video.cpp
index 34eb17c3d32..ebba1fd8557 100644
--- a/src/devices/machine/sunplus_gcm394_video.cpp
+++ b/src/devices/machine/sunplus_gcm394_video.cpp
@@ -4,7 +4,7 @@
SunPlus GCM394-series SoC peripheral emulation (Video)
- This is very similar to spg2xx but with additional features, layers and modes
+ This is very similar to spg2xx but with additional features, layers and modes
**********************************************************************/
@@ -219,7 +219,7 @@ void gcm394_base_video_device::device_start()
decodegfx(":maincpu");
m_space_read_cb.resolve_safe(0);
-
+
m_screenpos_timer = timer_alloc(TIMER_SCREENPOS);
m_screenpos_timer->adjust(attotime::never);
@@ -365,7 +365,7 @@ void gcm394_base_video_device::draw(const rectangle &cliprect, uint32_t line, ui
{
words_per_tile = 8; // seems to be correct for sprites regardless of size / bpp on smartfp
}
-
+
int x_max;
if (m_707f & 0x0010)
{