File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
77## [ Unreleased]
88
9+ ## [ 1.08] - 2025-11-18
910### Improved
1011- Massive performance boost of ~ 2x
11- - On i7-13700K @5 .3GHz the simulation runs at 10.3kHz
12+ - On i7-13700K @5 .3GHz the simulation runs at 10.5kHz
1213
1314## [ 1.07] - 2025-11-09
1415### Added
Original file line number Diff line number Diff line change 11#ifndef APPTYPES_H
22#define APPTYPES_H
33
4- #define APP_VERSION 107 // Application version (minor % 100)
4+ #define APP_VERSION 108 // Application version (minor % 100)
55#define USE_PERFORMANCE_SIM 1 // Use faster and optimized (but more obfuscated) simulation code
66#define HAVE_PREBUILT_LAYERMAP 1 // We have extracted a fully prebuilt layermap.bin and can use it
77#define FIX_Z80_LAYERMAP_TO_VISUAL_ENUM 1 // Fix to prebuilt layermap incorrectly counting nets between 1559 and 1710
You can’t perform that action at this time.
0 commit comments