1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-02 20:41:32 +00:00

Update for v1.7.2

Andy McFadden 2020-09-24 13:05:46 -07:00
parent 7bb7cff576
commit 58bee86595

@ -1,5 +1,15 @@
A detailed log of changes, in reverse chronological order.
### 2020/09/24 1.7.2 ###
Other changes:
* Added screen holes to Apple II memory chart.
* Show "ptr" for pointer use in cross-reference table.
* Split "show cycle counts" into on-screen and asm gen parts. Added toolbar button.
Bug fixes:
* Correctly update Message list when broken symbol ref is fixed.
* Display cross references to multi-byte local vars correctly.
### 2020/08/23 1.7.2-dev1 ###
New features:
* Added Apple II screen memory chart tool.