From 6034b68f0681c2edcf999a7f71cbb006f3b6e3e8 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 21 Nov 2017 22:42:43 +0100 Subject: [PATCH] Bumped API version. Removal of the joy_masks array with https://github.com/cc65/cc65/commit/7f52a770d9c6a43dde67689032bb3a4848eb6b30 was exactly the very type of change asking for a new API version. --- asminc/joy-kernel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asminc/joy-kernel.inc b/asminc/joy-kernel.inc index ba969da1d..c8cc29820 100644 --- a/asminc/joy-kernel.inc +++ b/asminc/joy-kernel.inc @@ -55,7 +55,7 @@ ;------------------------------------------------------------------------------ ; The JOY API version, stored in JOY_HDR::VERSION -JOY_API_VERSION = $03 +JOY_API_VERSION = $04 ;------------------------------------------------------------------------------ ; Variables -- 2.39.5