From 5485d8ca882820c6042bc4bc47a9491296081c6b Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Fri, 25 Jun 2021 00:11:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1699e94..86f51b1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ void puce6502NMI(); The first function will execute as many instructions as needed to reach cycleCount clock cycles - it will return the updated value of the Program Counter the 3 others will simulate a RESET, INTERUPT and NON-MASKABLE INTERUPT. -You are expected to provide the functions to handle read and writes to memory (ROM, RAM, Soft Switches, extension cards ROMs, PIA, VIA, ACIA etc...) +You are expected to provide the functions to handle read and writes to memory (ROM, RAM, Soft Switches, extension cards, PIA, VIA, ACIA etc...) They have to comply with these prototypes : ```C