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 f3430dd33b5..1aff6ff2497 100644
--- a/src/emu/cheat.c
+++ b/src/emu/cheat.c
@@ -409,7 +409,7 @@ void cheat_reload(running_machine *machine)
/* load the cheat file, MESS will load a crc32.xml ( eg. 01234567.xml )
and MAME will load gamename.xml */
- device_image_interface *image = NULL;
+ device_image_interface *image = NULL;
for (bool gotone = machine->m_devicelist.first(image); gotone; gotone = image->next(image))
{
if (image->exists())
@@ -423,7 +423,7 @@ void cheat_reload(running_machine *machine)
}
}
}
- if (cheatinfo->cheatlist == NULL)
+ if (cheatinfo->cheatlist == NULL)
{
cheatinfo->cheatlist = cheat_list_load(machine, machine->basename());
}