From 7afcf983ea966cc909d0d9d4c765cc6f4c209d1d Mon Sep 17 00:00:00 2001 From: loudnl Date: Sun, 17 Nov 2024 19:57:46 +0100 Subject: [PATCH] Add SID test config commands --- src/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/config.h b/src/config.h index 4edd956..e7ac457 100644 --- a/src/config.h +++ b/src/config.h @@ -125,11 +125,19 @@ enum TRIPLE_SID = 0x43, SET_CLOCK = 0x50, + DETECT_SIDS = 0x51, + TEST_ALLSIDS = 0x52, + TEST_SID1 = 0x53, + TEST_SID2 = 0x54, + TEST_SID3 = 0x55, + TEST_SID4 = 0x56, LOAD_MIDI_STATE = 0x60, SAVE_MIDI_STATE = 0x61, RESET_MIDI_STATE = 0x63, + USBSID_VERSION = 0x80, + TEST_FN = 0x99, /* TODO: Remove before v1 release */ };