summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/model1.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/mame/video/model1.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/mame/video/model1.c')
-rw-r--r--src/mame/video/model1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/model1.c b/src/mame/video/model1.c
index c3e18cb131c..f71815842c6 100644
--- a/src/mame/video/model1.c
+++ b/src/mame/video/model1.c
@@ -950,8 +950,8 @@ static UINT16 *push_direct(model1_state *state, UINT16 *list)
struct quad_m1 cquad;
tex_adr = readi(list);
-// v1 = readi(list+2);
-// v2 = readi(list+10);
+// v1 = readi(list+2);
+// v2 = readi(list+10);
old_p0 = state->m_pointpt++;
old_p1 = state->m_pointpt++;
@@ -999,7 +999,7 @@ static UINT16 *push_direct(model1_state *state, UINT16 *list)
p1 = state->m_pointpt++;
lum = readi(list+2);
-// v1 = readi(list+4);
+// v1 = readi(list+4);
if(type == 2) {
p0->x = readf(list+6);