mirror of
https://github.com/holub/mame
synced 2025-05-11 00:28:49 +03:00
Fixed typos
This commit is contained in:
parent
8bfb17d971
commit
13c6b26e40
@ -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)
|
||||
*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user