From b5b4747caebf3358ec05056d268ee8015ea0e72e Mon Sep 17 00:00:00 2001 From: redcode Date: Fri, 20 May 2022 19:21:32 +0200 Subject: [PATCH] Doxygen comments. --- API/Z80.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/Z80.h b/API/Z80.h index 0f05e88..3270572 100644 --- a/API/Z80.h +++ b/API/Z80.h @@ -132,7 +132,7 @@ typedef zusize (* Z80Reset)(void *context, zuint16 address); * @ref Z80.context, @ref Z80.fetch, @ref Z80.fetch_opcode, @ref Z80.halt_nop, * @ref Z80.in, @ref Z80.out, @ref Z80.read, @ref Z80.write, @ref Z80.read_bus, * @ref Z80.halt, @ref Z80.inta, @ref Z80.reti @ref Z80.hook and @ref - * Z80.model. + * Z80.options. * * Callback | Mandatory * --------------------- | ---------