summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mwarr.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-10-30 23:16:38 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2018-10-30 23:16:38 +1100
commit0340e8ac2cea61bce122b8e44fb8b64f86bc804c (patch)
treead1649c28664f31eb65dc29265bbd495bc33f830 /src/mame/drivers/mwarr.cpp
parent9a49527058450fa61c2665937002dd506632f154 (diff)
parentfc726060143d454c838fba9c82ce830c63a008c0 (diff)
Merge remote-tracking branch 'upstream/release0203'
Diffstat (limited to 'src/mame/drivers/mwarr.cpp')
-rw-r--r--src/mame/drivers/mwarr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mwarr.cpp b/src/mame/drivers/mwarr.cpp
index 7cacdddc10a..1b9e1093ddc 100644
--- a/src/mame/drivers/mwarr.cpp
+++ b/src/mame/drivers/mwarr.cpp
@@ -271,7 +271,7 @@ GFXDECODE_END
* Video emulation
*
*************************************/
-
+
uint32_t mwarr_state::screen_update_mwarr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
return m_video->draw(screen, bitmap, cliprect);