diff --git a/src-c64/Makefile b/src-c64/Makefile index b869352..12c4b12 100644 --- a/src-c64/Makefile +++ b/src-c64/Makefile @@ -1,6 +1,6 @@ # tapecart - a tape port storage pod for the C64 # -# Copyright (C) 2013-2017 Ingo Korb +# Copyright (C) 2013-2022 Ingo Korb # All rights reserved. # Idea by enthusi # @@ -29,7 +29,7 @@ # Makefile: program construction rules # -VERSION := 1.2 +VERSION := 1.2a CFLAGS := -Oi -DVERSION=\"$(VERSION)\" ASFLAGS := diff --git a/src-c64/NEWS b/src-c64/NEWS index d35720c..fbe6440 100644 --- a/src-c64/NEWS +++ b/src-c64/NEWS @@ -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 diff --git a/src-c64/tcrt.c b/src-c64/tcrt.c index 0b82f19..f067128 100644 --- a/src-c64/tcrt.c +++ b/src-c64/tcrt.c @@ -1,6 +1,6 @@ /* tapecart - a tape port storage pod for the C64 - Copyright (C) 2013-2017 Ingo Korb + Copyright (C) 2013-2022 Ingo Korb All rights reserved. Idea by enthusi