mirror of
https://github.com/bradgrantham/apple2e.git
synced 2024-12-29 14:29:53 +00:00
fix wording of template parameter docs
This commit is contained in:
parent
af715292b2
commit
17806a16b7
@ -6,10 +6,10 @@
|
|||||||
irq() - put CPU in IRQ
|
irq() - put CPU in IRQ
|
||||||
nmi() - put CPU in NMI
|
nmi() - put CPU in NMI
|
||||||
|
|
||||||
CLK template parameter must support methods:
|
CLK template parameter must provide methods:
|
||||||
void add_cpu_cycles(int N); - add N CPU cycles to the clock
|
void add_cpu_cycles(int N); - add N CPU cycles to the clock
|
||||||
|
|
||||||
BUS template parameter support methods:
|
BUS template parameter must provide methods:
|
||||||
unsigned char read(int addr);
|
unsigned char read(int addr);
|
||||||
void read(int addr, unsigned char data);
|
void read(int addr, unsigned char data);
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user