diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 37e5dc7..d3c95aa 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -74,7 +74,7 @@ typedef struct { zuint8 r7; - /** Temporary opcode fetching storage. + /** Temporary storage for opcode fetching. * @details It is used during the opcode fetching in an opportunistic * way to store the bytes of the instruction. It is an internal private * variable.*/