Skip to content

Commit

Permalink
testkit: Update to v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Nov 26, 2020
1 parent c3815b4 commit 04220de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Amiga Test Kit (formerly SysTest)

### Download the latest build of Amiga Test Kit [here (Github)](https://github.com/keirf/Amiga-Stuff/releases/download/testkit-v1.15/AmigaTestKit-v1.15.zip).
### Download the latest build of Amiga Test Kit [here (Github)](https://github.com/keirf/Amiga-Stuff/releases/download/testkit-v1.16/AmigaTestKit-v1.16.zip).

### Build From Source (Docker)

Expand Down
2 changes: 1 addition & 1 deletion testkit/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := AmigaTestKit
VER := 1.15
VER := 1.16

OBJS += entry.o
OBJS += cancellation.o
Expand Down
4 changes: 4 additions & 0 deletions testkit/RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
** Keir Fraser <[email protected]>
************************************

** v1.16 - 26 November 2020
- Report ECS only if both Agnus *and* Denise are ECS
- Video test cards for scaler calibration (hi-res pixel checkerboard)

** v1.15 - 4 October 2020
- Floppy: Support HD disks for read/write tests
- Automatically detect HD disk via drive ID
Expand Down

0 comments on commit 04220de

Please sign in to comment.