mirror of
https://github.com/holub/mame
synced 2025-05-12 09:08:53 +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:
|
/* From the manual:
|
||||||
*
|
*
|
||||||
* <cite>In operatiom all the interrupt tlags are latched into the
|
* <cite>In operation all the interrupt flags are latched into the
|
||||||
* interrupt control system during State 5 of every ma-
|
* interrupt control system during State 5 of every machine cycle.
|
||||||
* chine cycle. The samples are polled during the follow-
|
* The samples are polled during the following machine cycle.</cite>
|
||||||
* ing 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)
|
* for at least one cycle (12 states)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user