We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019f1fe commit bbbd9cfCopy full SHA for bbbd9cf
CHANGELOG.md
@@ -10,6 +10,9 @@
10
- Stepping to the next decoder step is now always 'exclusive', instead
11
of incrementing the current step, an explicit step number is written.
12
This appears to be a tiny faster.
13
+ - The separate input template files for the code generation of the Z80
14
+ and M6502 emulators have been removed, instead the generated code is
15
+ now injected into the actual source files (search for `<%` and `%>` markers).
16
17
* **24-Dec-2024**: complete UI overhaul:
18
0 commit comments