Tag cassette_device correctly

This commit is contained in:
Jasmine Iwanek
2025-02-21 20:15:26 -05:00
parent 62444f3da0
commit 457601330d
3 changed files with 3 additions and 2 deletions

View File

@@ -79,6 +79,7 @@
// #define CONFIG_STANDALONE 257 /* not available on the on-board variant */
enum {
DEVICE_CASETTE = 1, /* requires a Casette Port */
DEVICE_SIDECAR = 2, /* requires an IBM PCjr */
DEVICE_ISA = 4, /* requires the ISA bus */
DEVICE_XT_KBC = 8, /* requires an XT-compatible keyboard controller */