Skip to content

Commit

Permalink
flashtool: Bump version number to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ikorb committed Dec 29, 2022
1 parent 6e77805 commit b876b07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src-c64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Makefile: program construction rules
#

VERSION := 1.2a
VERSION := 1.3

CFLAGS := -Oi -DVERSION=\"$(VERSION)\" -Ieload/src
ASFLAGS :=
Expand Down
6 changes: 6 additions & 0 deletions src-c64/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Notable changes in flashtool:
=============================
Version 1.3:
- add skoe's eload fastloader
- improve write speed
- improve screen layout
- add a nice file selector

Version 1.2a:
- fix writing of TCRTs that are not a multiple of the page size
(found by Tom-Cat/Nostalgia)
Expand Down

0 comments on commit b876b07

Please sign in to comment.