Skip to content

Commit

Permalink
update flashtool version number and NEWS file
Browse files Browse the repository at this point in the history
  • Loading branch information
ikorb committed Jan 31, 2022
1 parent dd5b50c commit 002e192
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-c64/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tapecart - a tape port storage pod for the C64
#
# Copyright (C) 2013-2017 Ingo Korb <ingo@akana.de>
# Copyright (C) 2013-2022 Ingo Korb <ingo@akana.de>
# All rights reserved.
# Idea by enthusi
#
Expand Down Expand Up @@ -29,7 +29,7 @@
# Makefile: program construction rules
#

VERSION := 1.2
VERSION := 1.2a

CFLAGS := -Oi -DVERSION=\"$(VERSION)\"
ASFLAGS :=
Expand Down
4 changes: 4 additions & 0 deletions src-c64/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Notable changes in flashtool:
=============================
Version 1.2a:
- fix writing of TCRTs that are not a multiple of the page size
(found by Tom-Cat/Nostalgia)

Version 1.2:
- support reading data from a REU instead of disk
- add a minimal drive menu to send commands and
Expand Down
2 changes: 1 addition & 1 deletion src-c64/tcrt.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* tapecart - a tape port storage pod for the C64
Copyright (C) 2013-2017 Ingo Korb <ingo@akana.de>
Copyright (C) 2013-2022 Ingo Korb <ingo@akana.de>
All rights reserved.
Idea by enthusi
Expand Down

0 comments on commit 002e192

Please sign in to comment.