Compare commits

...

2 commits

Author SHA1 Message Date
Gwenhael Le Moine
10398635f5
"missing" includes 2024-09-11 22:13:57 +02:00
Gwenhael Le Moine
c592d66819
750ms for long-press like x48ng 2024-09-11 22:13:41 +02:00
3 changed files with 5 additions and 1 deletions

View file

@ -235,7 +235,7 @@
for more than LONG_PRESS_THR milliseconds, the key stays pressed after
release.
*/
#define LONG_PRESS_THR 1000
#define LONG_PRESS_THR 750
/* Chf Module Identifiers:
Each main module of the emulator has its own Chf Module Identifier; the

View file

@ -79,6 +79,8 @@
.- */
#include "cpu.h"
/*---------------------------------------------------------------------------
Function prototypes
---------------------------------------------------------------------------*/

View file

@ -72,6 +72,8 @@
.- */
#include "cpu.h"
/*---------------------------------------------------------------------------
Macro/Data type definitions - require cpu.h
---------------------------------------------------------------------------*/