New format for mapper handlers to support keeping keys pressed.
Add unlocked speed hotkey Add some sort of auto cycle guessing Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2490
This commit is contained in:
parent
03633e3a5c
commit
4a0acfb45a
4 changed files with 83 additions and 30 deletions
|
@ -33,6 +33,7 @@
|
|||
extern Bits CPU_Cycles;
|
||||
extern Bits CPU_CycleLeft;
|
||||
extern Bits CPU_CycleMax;
|
||||
extern bool CPU_CycleAuto;
|
||||
|
||||
/* Some common Defines */
|
||||
/* A CPU Handler */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue