Fixed typos

This commit is contained in:
Couriersud 2011-03-04 21:33:21 +00:00
parent 8bfb17d971
commit 13c6b26e40

View File

@ -1809,12 +1809,11 @@ static void mcs51_set_irq_line(mcs51_state_t *mcs51_state, int irqline, int stat
{
/* From the manual:
*
* <cite>In operatiom all the interrupt tlags are latched into the
* interrupt control system during State 5 of every ma-
* chine cycle. The samples are polled during the follow-
* ing machine cycle.</cite>
* <cite>In operation all the interrupt flags are latched into the
* interrupt control system during State 5 of every machine cycle.
* The samples are polled during the following machine cycle.</cite>
*
* ==> Since we do not emulate substates, this assumes that the signal is present
* ==> Since we do not emulate sub-states, this assumes that the signal is present
* for at least one cycle (12 states)
*
*/