summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apple2gs.c
diff options
context:
space:
mode:
author Zoë Blade <zoe@bytenoise.co.uk>2015-04-10 23:35:33 +0100
committer Zoë Blade <zoe@bytenoise.co.uk>2015-04-11 00:52:26 +0100
commit90f110f261b74f7cb49e537e573f34b6d6d453c1 (patch)
tree734d0e7870eab46688a49e98bf38ee0df6e94f54 /src/mess/drivers/apple2gs.c
parentac614bf9e4018fedd07df5e097d1b91b75654b15 (diff)
Fix various typos and spelling mistakes
I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
Diffstat (limited to 'src/mess/drivers/apple2gs.c')
-rw-r--r--src/mess/drivers/apple2gs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/apple2gs.c b/src/mess/drivers/apple2gs.c
index d5d35416be3..2ceedad79e6 100644
--- a/src/mess/drivers/apple2gs.c
+++ b/src/mess/drivers/apple2gs.c
@@ -288,7 +288,7 @@ static SLOT_INTERFACE_START(apple2_cards)
SLOT_INTERFACE("sam", A2BUS_SAM) /* SAM Software Automated Mouth (8-bit DAC + speaker) */
SLOT_INTERFACE("alfam2", A2BUS_ALFAM2) /* ALF Apple Music II */
SLOT_INTERFACE("echoii", A2BUS_ECHOII) /* Street Electronics Echo II */
- SLOT_INTERFACE("arcbd", A2BUS_ARCADEBOARD) /* Third Millenium Engineering Arcade Board */
+ SLOT_INTERFACE("arcbd", A2BUS_ARCADEBOARD) /* Third Millennium Engineering Arcade Board */
SLOT_INTERFACE("midi", A2BUS_MIDI) /* Generic 6840+6850 MIDI board */
SLOT_INTERFACE("vulcan", A2BUS_VULCAN) /* AE Vulcan IDE card */
SLOT_INTERFACE("vulcangold", A2BUS_VULCANGOLD) /* AE Vulcan Gold IDE card */