Changed the counter for the cpu decoder to a signed integer and changed the cpu_cycle counter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@386
This commit is contained in:
parent
1d9ec59b07
commit
311f87dcb4
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@
|
|||
|
||||
/* Some common Defines */
|
||||
/* A CPU Handler */
|
||||
typedef Bitu (CPU_Decoder)(Bitu count);
|
||||
typedef Bitu (CPU_Decoder)(Bits count);
|
||||
extern CPU_Decoder * cpudecoder;
|
||||
extern Bit32u cpu_cycles;
|
||||
extern Bitu cpu_cycles;
|
||||
|
||||
//CPU Stuff
|
||||
void SetCPU16bit();
|
||||
|
|
Loading…
Add table
Reference in a new issue