summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/model2.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/model2.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/mame/video/model2.c')
-rw-r--r--src/mame/video/model2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/model2.c b/src/mame/video/model2.c
index 7b71c0524a5..21733e276de 100644
--- a/src/mame/video/model2.c
+++ b/src/mame/video/model2.c
@@ -2501,11 +2501,11 @@ static UINT32 * geo_end( geo_state *geo, UINT32 opcode, UINT32 *input )
/* Command 10: Dummy */
static UINT32 * geo_dummy( geo_state *geo, UINT32 opcode, UINT32 *input )
{
-// UINT32 data;
+// UINT32 data;
(void)opcode;
/* do the dummy read cycle */
-// data = *input++;
+// data = *input++;
input++;
return input;
@@ -2571,7 +2571,7 @@ static UINT32 * geo_code_upload( geo_state *geo, UINT32 opcode, UINT32 *input )
(void)opcode;
/* read in the flags */
-// flags = *input++;
+// flags = *input++;
input++;
/* read in the count */
@@ -2606,7 +2606,7 @@ static UINT32 * geo_code_upload( geo_state *geo, UINT32 opcode, UINT32 *input )
/* Command 1E: Code Jump (undocumented, unsupported) */
static UINT32 * geo_code_jump( geo_state *geo, UINT32 opcode, UINT32 *input )
{
-// UINT32 address;
+// UINT32 address;
/*
This command jumps to a specified address in program
@@ -2620,7 +2620,7 @@ static UINT32 * geo_code_jump( geo_state *geo, UINT32 opcode, UINT32 *input )
(void)opcode;
-// address = *input++ & 0x3FF;
+// address = *input++ & 0x3FF;
input++;
/*