README.md

This commit is contained in:
redcode
2018-11-03 00:12:47 +01:00
parent f3a3374299
commit cdfde091e8

View File

@@ -74,7 +74,7 @@ void *context;
**Description**
The value used as the first argument when calling a callback.
**Details**
This variable should be initialized before using the emulator and can be used to reference the context or instance of the machine being emulated.
This variable should be initialized before using the emulator and can be used to reference the context/instance of the machine being emulated.
<br>
```C
ZZ80State state;