summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/powervr2.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-09-23 12:22:35 +1000
committer Vas Crabb <vas@vastheman.com>2018-09-23 12:22:35 +1000
commit250c06a4d716d63fa1691bb8d0514b426dccbbc5 (patch)
tree99259dfcff73d107f9c398c8f385610b47899247 /src/mame/video/powervr2.cpp
parentcb6194cac0f2a4009deb49e629ba946af8267de9 (diff)
srcclean (nw)
Diffstat (limited to 'src/mame/video/powervr2.cpp')
-rw-r--r--src/mame/video/powervr2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/powervr2.cpp b/src/mame/video/powervr2.cpp
index 1cbb9409d05..890490c5c64 100644
--- a/src/mame/video/powervr2.cpp
+++ b/src/mame/video/powervr2.cpp
@@ -1804,8 +1804,8 @@ void powervr2_device::process_ta_fifo()
if (paratype == 7)
{
if ((global_paratype == 5) ||
- (tafifo_listtype == DISPLAY_LIST_OPAQUE_MOD) ||
- (tafifo_listtype == DISPLAY_LIST_TRANS_MOD))
+ (tafifo_listtype == DISPLAY_LIST_OPAQUE_MOD) ||
+ (tafifo_listtype == DISPLAY_LIST_TRANS_MOD))
{
tafifo_vertexwords = 16;
}