Merge pull request #32 from Russell-S-Harper/development

Fixing typo in comment.
This commit is contained in:
Russell-S-Harper 2018-09-12 06:31:26 -04:00 committed by GitHub
commit fd90d37882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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. */