From cc9c81e4fef6938ec0b8a29c040b174b6c29daa8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 21 Dec 2020 20:36:10 +0100 Subject: more tests --- emu/emul.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emu/emul.c') 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; -- cgit v1.2.3-54-g00ecf