Skip to content

Commit

Permalink
Add SID test config commands
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl committed Nov 17, 2024
1 parent d082592 commit 7afcf98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit 7afcf98

Please sign in to comment.