summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-09-02 22:51:21 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2020-09-02 22:51:21 +1000
commit5fa10ce380dd1e14e10e55db94d610321e5fb707 (patch)
tree8ead3bceffbcb76d7921953efd41afefb1924d70
parent83ea46d1580c7012250f707432c8a452d241e027 (diff)
svi318:fixed typos
-rw-r--r--src/mame/drivers/svi318.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/svi318.cpp b/src/mame/drivers/svi318.cpp
index cb067892007..49b0fa0cd81 100644
--- a/src/mame/drivers/svi318.cpp
+++ b/src/mame/drivers/svi318.cpp
@@ -197,7 +197,7 @@ static INPUT_PORTS_START( svi318 )
PORT_START("KEY.3")
PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_H) PORT_CHAR('h') PORT_CHAR('H')
PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_I) PORT_CHAR('i') PORT_CHAR('I')
- PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_J) PORT_CHAR('0') PORT_CHAR('J')
+ PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_J) PORT_CHAR('j') PORT_CHAR('J')
PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_K) PORT_CHAR('k') PORT_CHAR('K')
PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_L) PORT_CHAR('l') PORT_CHAR('L')
PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_M) PORT_CHAR('m') PORT_CHAR('M')
@@ -595,7 +595,7 @@ void svi3x8_state::svi328n(machine_config &config)
// ROM DEFINITIONS
//**************************************************************************
-// note: should be split into two 16k chips, document differenes
+// note: should be split into two 16k chips, document differences
ROM_START( svi318 )
ROM_REGION(0x8000, "basic", 0)
ROM_SYSTEM_BIOS(0, "v111", "SV BASIC v1.11")