diff options
Diffstat (limited to 'src/devices')
-rw-r--r-- | src/devices/bus/nes/event.cpp | 2 | ||||
-rw-r--r-- | src/devices/bus/nes/karastudio.cpp | 2 | ||||
-rw-r--r-- | src/devices/bus/snes/event.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/nes/event.cpp b/src/devices/bus/nes/event.cpp index 1e6c9085963..95197bb70bb 100644 --- a/src/devices/bus/nes/event.cpp +++ b/src/devices/bus/nes/event.cpp @@ -194,7 +194,7 @@ void nes_event_device::update_regs(int reg) } //------------------------------------------------- -// Dipswicth +// Dipswitch //------------------------------------------------- static INPUT_PORTS_START( nwc_dsw ) diff --git a/src/devices/bus/nes/karastudio.cpp b/src/devices/bus/nes/karastudio.cpp index eb2177a240d..3b847c43d87 100644 --- a/src/devices/bus/nes/karastudio.cpp +++ b/src/devices/bus/nes/karastudio.cpp @@ -22,7 +22,7 @@ * expansion carts do not contain the required game data => main PRG must be in the main cart so to remain connected even when an expansion is inserted (differently from Datach, where the base unit contains no PRG) - * bankswicth writes with bit3=0 (to access expansion) when no expansion is present should do + * bankswitch writes with bit3=0 (to access expansion) when no expansion is present should do nothing ***********************************************************************************************************/ diff --git a/src/devices/bus/snes/event.cpp b/src/devices/bus/snes/event.cpp index ca46a2a89ea..adec0e45002 100644 --- a/src/devices/bus/snes/event.cpp +++ b/src/devices/bus/snes/event.cpp @@ -236,7 +236,7 @@ machine_config_constructor sns_pfest94_device::device_mconfig_additions() const } //------------------------------------------------- -// Dipswicth +// Dipswitch //------------------------------------------------- static INPUT_PORTS_START( pfest94_dsw ) |