Fixing typo in comment.

This commit is contained in:
Russell-S-Harper 2018-09-12 06:30:44 -04:00
parent 1c9358c7ee
commit 68c4152f4b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ void reset6502();
/* Execute 6502 code up to the next specified count of clock ticks. */
void exec6502(uint32_t tickcount);
/* Execute a single instrution. */
/* Execute a single instruction. */
void step6502();
/* Trigger a hardware IRQ in the 6502 core. */