Previous | 199869 Revisions | Next |
r33088 Thursday 30th October, 2014 at 15:45:34 UTC by Ramiro Polla |
---|
upd7810: set ETIMER interrupts |
[src/emu/cpu/upd7810] | upd7810.c |
r241599 | r241600 | |
---|---|---|
1300 | 1300 | { |
1301 | 1301 | OVCE -= 12; |
1302 | 1302 | ECNT++; |
1303 | /* Interrupt Control Circuit */ | |
1304 | if (ETM0 == ECNT) | |
1305 | IRR |= INTFE0; | |
1306 | if (ETM1 == ECNT) | |
1307 | IRR |= INTFE1; | |
1308 | /* How and When ECNT is Cleared */ | |
1303 | 1309 | switch (ETMM & 0x0c) |
1304 | 1310 | { |
1305 | 1311 | case 0x00: /* clear ECNT */ |
https://github.com/mamedev/mame/commit/8d227004875941aae47ce9dff30cb25483b25f7b |
Previous | 199869 Revisions | Next |