summaryrefslogtreecommitdiff
path: root/emu/emul.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/emul.c')
-rw-r--r--emu/emul.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/emu/emul.c b/emu/emul.c
index ff3ac38..53d5ed2 100644
--- a/emu/emul.c
+++ b/emu/emul.c
@@ -120,6 +120,8 @@ void emul_run( emul_t *emul, int nof_steps )
case SDLK_s:
cpu_6502_run( emul->cpu, 1 );
break;
+ case SDLK_EQUALS:
+ case SDLK_KP_EQUALS:
case SDLK_PLUS:
case SDLK_KP_PLUS:
emul->speed *= 10;