summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-08-02 12:03:36 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-08-02 12:03:36 -0400
commit478ec7352fec88d0506cc645a832677c6bc153d2 (patch)
tree93033d834ed140cf95780671f0b664bf54b77ec2
parent432cf32871c514963e506c6c6bdd184d742c3181 (diff)
diimage.h: Fix typo (nw)
-rw-r--r--src/emu/diimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/diimage.h b/src/emu/diimage.h
index b523d5c7485..0ebdd9e5ea6 100644
--- a/src/emu/diimage.h
+++ b/src/emu/diimage.h
@@ -46,7 +46,7 @@ enum iodevice_t
IO_QUICKLOAD, /* 12 - Allow to load program/data into memory, without matching any actual device */
IO_MEMCARD, /* 13 - Memory card */
IO_CDROM, /* 14 - optical CD-ROM disc */
- IO_MAGTAPE, /* 15 - Magentic tape */
+ IO_MAGTAPE, /* 15 - Magnetic tape */
IO_ROM, /* 16 - Individual ROM image - the Amstrad CPC has a few applications that were sold on 16kB ROMs */
IO_MIDIIN, /* 17 - MIDI In port */
IO_MIDIOUT, /* 18 - MIDI Out port */