Merge branch 'master' of https://github.com/OBattler/86Box
This commit is contained in:
@@ -122,7 +122,7 @@ typedef struct pas16_t
|
|||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
uint32_t l[3];
|
uint32_t l[3];
|
||||||
int c[3];
|
int64_t c[3];
|
||||||
uint8_t m[3];
|
uint8_t m[3];
|
||||||
uint8_t ctrl, ctrls[2];
|
uint8_t ctrl, ctrls[2];
|
||||||
int wp, rm[3], wm[3];
|
int wp, rm[3], wm[3];
|
||||||
@@ -130,7 +130,7 @@ typedef struct pas16_t
|
|||||||
int thit[3];
|
int thit[3];
|
||||||
int delay[3];
|
int delay[3];
|
||||||
int rereadlatch[3];
|
int rereadlatch[3];
|
||||||
int enable[3];
|
int64_t enable[3];
|
||||||
} pit;
|
} pit;
|
||||||
|
|
||||||
opl_t opl;
|
opl_t opl;
|
||||||
|
Reference in New Issue
Block a user