Skip to content

Commit

Permalink
FIxed broken savefile deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikr committed Nov 24, 2024
1 parent f6168ff commit c945bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asm/disk.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ do_save
.save_msg !pet 13,"Saving...",13,0
.restore_msg !pet 13,"Restoring...",13,0
.restore_filename !pet $5d,"0*" ; 0 will be changed to selected slot
.erase_cmd !pet "s:!0*" ; 0 will be changed to selected slot
.erase_cmd !pet "s:]0*" ; 0 will be changed to selected slot
.swap_pointers_for_save
ldx #zp_bytes_to_save - 1
- lda zp_save_start,x
Expand Down
1 change: 1 addition & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Bugfixes:
- Zeropage location $ab was used to remember if text output is buffered on C64, MEGA65 and Plus/4, but this address was actually unsafe to use on all of these platforms. Changed it to $c8 on C64/MEGA65 and $d0 on Plus/4.
- Zeropage location $a7 was used to remember current window on C64/MEGA65 and Plus/4. This was breaking compatibility with fastload module of Action Replay cartridge on C64. Changed to use $d8 on all three platforms.
- Fixed broken PRNG initialization for X16.
- Overwriting save files had been broken for many months, but we didn't know. Fixed it now.

================================================
Release 14.40: 28 Sep 2024
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.45
14.46

0 comments on commit c945bce

Please sign in to comment.