Fix waitstate on accessing timer on timer registers on Premiere/PCI and Packard Bell PB520R.

This commit is contained in:
SarahW 2019-04-26 15:16:33 +01:00
commit 650b8cb5da

View file

@ -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);