From 478ec7352fec88d0506cc645a832677c6bc153d2 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 2 Aug 2019 12:03:36 -0400 Subject: diimage.h: Fix typo (nw) --- src/emu/diimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3