diff options
Diffstat (limited to 'src/mess/includes/concept.h')
-rw-r--r-- | src/mess/includes/concept.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/concept.h b/src/mess/includes/concept.h index c1e280ea015..f5deecc63f8 100644 --- a/src/mess/includes/concept.h +++ b/src/mess/includes/concept.h @@ -21,7 +21,7 @@ #define ACIA_0_TAG "acia0" #define ACIA_1_TAG "acia1" #define KBD_ACIA_TAG "kbacia" -#define SPEAKER_TAG "spkr" +#define SPEAKER_TAG "spkr" #define A2BUS_TAG "a2bus" class concept_state : public driver_device |