Skip to content

Commit d51159b

Browse files
committed
App version 1.08
1 parent 831aa50 commit d51159b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/AppTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)