Compare commits
2 commits
83a05247ac
...
10398635f5
Author | SHA1 | Date | |
---|---|---|---|
|
10398635f5 | ||
|
c592d66819 |
3 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -79,6 +79,8 @@
|
|||
|
||||
.- */
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
Function prototypes
|
||||
---------------------------------------------------------------------------*/
|
||||
|
|
|
@ -72,6 +72,8 @@
|
|||
|
||||
.- */
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
Macro/Data type definitions - require cpu.h
|
||||
---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue