summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/equites.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/equites.cpp')
-rw-r--r--src/mame/video/equites.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/equites.cpp b/src/mame/video/equites.cpp
index 79d8e4dd93e..a5913bc879a 100644
--- a/src/mame/video/equites.cpp
+++ b/src/mame/video/equites.cpp
@@ -3,7 +3,7 @@
/*************************************************************************
Equites, Splendor Blast driver
-
+
functions to emulate the video hardware
*************************************************************************/
@@ -191,7 +191,7 @@ WRITE16_MEMBER(equites_state::splndrbt_selchar_w)
{
// data bit is A16 (offset)
data = (offset == 0) ? 0 : 1;
-
+
// select active char map
if (m_fg_char_bank != data)
{