summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/model1.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-27 08:13:59 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-27 08:13:59 +0200
commitcfee536f22f032c7ead65075f73cc6fd8549e68b (patch)
treef4b4703dd0295571684456c19668f508b3ddcb3a /src/mame/machine/model1.cpp
parentbe8159d01eaa7533e7758bf07384501dbc6214f3 (diff)
Cleanups and version bumpmame0173
Diffstat (limited to 'src/mame/machine/model1.cpp')
-rw-r--r--src/mame/machine/model1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/model1.cpp b/src/mame/machine/model1.cpp
index eeacab5cc57..6b8424ed200 100644
--- a/src/mame/machine/model1.cpp
+++ b/src/mame/machine/model1.cpp
@@ -268,11 +268,11 @@ TGP_FUNCTION( model1_state::triangle_normal )
nn = 0;
else
nn = 1/nn;
-
+
nx *= nn;
ny *= nn;
nz *= nn;
-
+
logerror("TGP triangle_normal %f, %f, %f, %f, %f, %f, %f, %f, %f (%x)\n", p1x, p1y, p1z, p2x, p2y,p2z, p3x, p3y, p3z, m_pushpc);
fifoout_push_f(nx);
fifoout_push_f(ny);