From d79bcbf99713c04d3314451ada9cab96adf7dd93 Mon Sep 17 00:00:00 2001 From: redcode Date: Mon, 4 Jul 2016 14:02:51 +0200 Subject: [PATCH] README. --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 9d0ac09..8b50f1b 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,6 @@ void z80_power(Z80 *object, zboolean state); `object` → A pointer to an emulator instance. `state` → `ON` / `OFF` -**Return value** -None. - #### `z80_reset` **Description** @@ -92,9 +89,6 @@ void z80_reset(Z80 *object); **Parameters** `object` → A pointer to an emulator instance. -**Return value** -None. - #### `z80_nmi` **Description** @@ -108,9 +102,6 @@ void z80_nmi(Z80 *object); **Parameters** `object` → A pointer to an emulator instance. -**Return value** -None. - #### `z80_int` **Description** @@ -125,9 +116,6 @@ void z80_int(Z80 *object, zboolean state); `object` → A pointer to an emulator instance. `state` → `ON` = set line high, `OFF` = set line low -**Return value** -None. - ## Callbacks @@ -167,9 +155,6 @@ ZContext16BitAddressWrite8Bit write; `address` → The memory address to write. `value` → The value to write in `address`. -**Return value** -None. - #### `in` **Description** @@ -204,9 +189,6 @@ ZContext16BitAddressWrite8Bit out; `address` → The number of the I/O port to write. `value` → The value to write. -**Return value** -None. - #### `int_data` **Description** @@ -239,9 +221,6 @@ ZContextSwitch halt; `context` → A pointer to the calling emulator instance. `state` → `ON` if halted, `OFF` otherwise. -**Return value** -None. - ## History