PIT latches are now 64-bit;

Pro Audio Spectrum 16 PIT latches are now 64-bit;
Pro Audio Spectrum now works better, patch from TheCollector1995;
AD1848 timer counter and latch are now 64-bit.
This commit is contained in:
OBattler
2016-08-15 20:17:30 +02:00
parent e741f3cbd8
commit 3b00a90f28
3 changed files with 161 additions and 88 deletions

View File

@@ -222,7 +222,7 @@ extern int cpl_override;
/*Timer*/
typedef struct PIT
{
uint32_t l[3];
uint64_t l[3];
int64_t c[3];
uint8_t m[3];
uint8_t ctrl,ctrls[3];