Fix waitstate on accessing timer on timer registers on Premiere/PCI and Packard Bell PB520R.
This commit is contained in:
parent
3508059f16
commit
650b8cb5da
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ static uint8_t batman_timer_read(uint16_t addr, void *p)
|
|||
{
|
||||
uint16_t batman_timer_latch;
|
||||
|
||||
cycles -= (int)PITCONST;
|
||||
cycles -= (int)(PITCONST >> 32);
|
||||
|
||||
batman_timer_latch = timer_get_remaining_us(&batman_timer);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue