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 ca7aeb5e73f..b7fd93da06c 100644
--- a/src/emu/cheat.c
+++ b/src/emu/cheat.c
@@ -925,7 +925,7 @@ static const int SEARCH_BYTE_STEP[] =
1 /* 1-bit */
};
-static const UINT32 BYTE_LOOP_TABLE[] =
+static const UINT32 BYTE_LOOP_TABLE[] =
{
1, /* 8-bit (1 byte) */
3, /* 16-bit (2 bytes) */
@@ -2006,7 +2006,7 @@ void cheat_init(running_machine *machine)
edit_cursor = 0;
cheat_options = DEFAULT_CHEAT_OPTIONS;
driverSpecifiedFlag = 0;
-
+
horizontal_key_repeat_speed = 10;
vertical_key_repeat_speed = 10;