summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc1512.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc1512.cpp')
-rw-r--r--src/mame/drivers/pc1512.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pc1512.cpp b/src/mame/drivers/pc1512.cpp
index 37c1212d5e8..03a78d17fc3 100644
--- a/src/mame/drivers/pc1512.cpp
+++ b/src/mame/drivers/pc1512.cpp
@@ -745,7 +745,7 @@ static INPUT_PORTS_START( pc1512 )
PORT_DIPSETTING( 0x00, "32 KB" )
PORT_DIPNAME( 0x60, 0x60, "Character Set")
PORT_DIPSETTING( 0x60, "Default (Codepage 437)" )
- PORT_DIPSETTING( 0x40, "Portugese (Codepage 865)" )
+ PORT_DIPSETTING( 0x40, "Portuguese (Codepage 865)" )
PORT_DIPSETTING( 0x20, "Norwegian (Codepage 860)" )
PORT_DIPSETTING( 0x00, "Greek")
PORT_DIPNAME( 0x80, 0x80, "Floppy Ready Line")