summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/cheat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/cheat.c b/src/emu/cheat.c
index 4d3e16a38ba..ca7aeb5e73f 100644
--- a/src/emu/cheat.c
+++ b/src/emu/cheat.c
@@ -2006,6 +2006,9 @@ 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;
full_menu_page_height = visible_items = floor(1.0f / ui_get_line_height()) - 1;