mirror of
https://github.com/ArthurFerreira2/puce6502.git
synced 2024-11-21 17:33:37 +00:00
Update README.md
This commit is contained in:
parent
1071d0e995
commit
5485d8ca88
@ -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 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.
|
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 :
|
They have to comply with these prototypes :
|
||||||
|
|
||||||
```C
|
```C
|
||||||
|
Loading…
Reference in New Issue
Block a user