summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vulgus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vulgus.c')
-rw-r--r--src/mame/drivers/vulgus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vulgus.c b/src/mame/drivers/vulgus.c
index 250200d831d..702027774d9 100644
--- a/src/mame/drivers/vulgus.c
+++ b/src/mame/drivers/vulgus.c
@@ -157,7 +157,7 @@ static INPUT_PORTS_START( vulgus )
PORT_START("DSW2") /* DSW1 */
/* Not sure about difficulty
- Code perform a read and (& 0x03). NDMix */
+ Code perform a read and (& 0x03). NDMix */
PORT_DIPNAME( 0x03, 0x03, "Difficulty?" )
PORT_DIPSETTING( 0x02, "Easy?" )
PORT_DIPSETTING( 0x03, "Normal?" )