From f464357c30aca5f3bf3d752bf3a6a76d73c54439 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 4 Nov 2018 23:04:56 +0100 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72de93b..687f79f 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Callback: Called when the CPU needs to write 8 bits to memory. **Parameters** `context` → The value of the member `context`. `address` → The memory address to write to. -`value` → The value to write. +`value` → The value to write.
```C zuint8 (* in)(void *context, zuint16 port); @@ -170,7 +170,7 @@ Z32Bit data; Temporary storage for opcode fetching. **Details** This is an internal private variable. -

+
### Public Functions