diff options
Diffstat (limited to 'src/devices/bus/nes/event.cpp')
-rw-r--r-- | src/devices/bus/nes/event.cpp | 2 |
1 files changed, 1 insertions, 1 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 ) |