From dfc7a19b0d3eb9f1a02336f72013a51ef0fe3c8b Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Thu, 31 Mar 2016 23:23:48 +0200 Subject: [PATCH] =?UTF-8?q?Typo=20fix:=20Portugese=20=E2=86=92=20Portugues?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mame/drivers/pc1512.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")