Skip to content

Tags: redcode/Z80

Tags

v0.2-pre-2024-09-21

Toggle v0.2-pre-2024-09-21's commit message

Verified

This tag was signed with the committer’s verified signature.
redcode Manuel Sainz de Baranda y Goñi
Z80 v0.2-pre-2024-09-21

v0.2-pre-2024-04-18

Toggle v0.2-pre-2024-04-18's commit message

Verified

This tag was signed with the committer’s verified signature.
redcode Manuel Sainz de Baranda y Goñi
Z80 v0.2-pre-2024-04-18

v0.2-pre-2024-03-16

Toggle v0.2-pre-2024-03-16's commit message

Verified

This tag was signed with the committer’s verified signature.
redcode Manuel Sainz de Baranda y Goñi
Z80 v0.2-pre-2024-03-16

v0.2-pre-2023-12-16

Toggle v0.2-pre-2023-12-16's commit message

Verified

This tag was signed with the committer’s verified signature.
redcode Manuel Sainz de Baranda y Goñi
Z80 v0.2-pre-2023-12-16

v0.2-pre-2023-08-11

Toggle v0.2-pre-2023-08-11's commit message
Coding style changes; `Z_USIZE_BITS` -> `Z_USIZE_WIDTH`.

v0.2-pre-2023-07-19

Toggle v0.2-pre-2023-07-19's commit message
WIP

v0.2-pre-2023-02-14

Toggle v0.2-pre-2023-02-14's commit message
Configuration options.

This commit contains the following changes:

* The value of `Z80_OPTION_HALT_SKIP` has been changed to 4. This makes room for a 2-bit integer in the most significant bits of `Z80::options`, which may be useful for future emulation of Soviet and MME chips.
* `Z80_WITH_RETX_NOTIFICATIONS_IN_IM0` has been renamed to `Z80_WITH_IM0_RETX_NOTIFICATIONS`.
* Added `Z80_OPTION_IM0_RETX_NOTIFICATIONS` for enabling at runtime the notifications of the execution of `reti` and `retn` during the interrupt mode 0 response.
* Updated the documentation accordingly.

v0.2-pre-2023-02-09

Toggle v0.2-pre-2023-02-09's commit message
CMakeLists.txt

v0.2-pre-2023-01-15

Toggle v0.2-pre-2023-01-15's commit message
Add `Z80_OPTION_OUT_VC_255` to `Z80_MODEL_ST_CMOS` (according to resu…

…lts on real hardware).

v0.2-pre-2023-01-11

Toggle v0.2-pre-2023-01-11's commit message
Fixed a bug preventing the CPU from entering the HALT state due to th…

…e end of an INT signal.