Moved more variables into cpu_state structure.

This commit is contained in:
SarahW 2016-08-21 21:28:23 +01:00
commit eb126fd822
50 changed files with 1454 additions and 1481 deletions

View file

@ -315,7 +315,6 @@ static int pit_read_timer(int t)
return pit.count[t];
}
extern int ins;
void pit_write(uint16_t addr, uint8_t val, void *priv)
{
int t;