summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cheat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cheat.c')
-rw-r--r--src/emu/cheat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cheat.c b/src/emu/cheat.c
index c29e4123390..ebcdcc466b5 100644
--- a/src/emu/cheat.c
+++ b/src/emu/cheat.c
@@ -11246,14 +11246,14 @@ static void cheat_periodicOperation(CheatAction * action)
case kOperation_AddSubtract:
{
- //INT32 temp, bound;
+ //INT32 temp, bound;
/* ----- if extend data field is invalid, direct return ----- */
//if(action->flags & kActionFlag_IgnoreMask)
return;
/* FIXME: AddSubstract looks seriously broken
- * and being worked on. */
+ * and being worked on. */
#if 0
temp = ReadData(action);