diff options
Diffstat (limited to 'src/mame/machine/sms.cpp')
-rw-r--r-- | src/mame/machine/sms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/sms.cpp b/src/mame/machine/sms.cpp index bf50bb12d15..8934883c3cf 100644 --- a/src/mame/machine/sms.cpp +++ b/src/mame/machine/sms.cpp @@ -907,7 +907,7 @@ MACHINE_START_MEMBER(sms_state,sms) // a F0 pattern on power up; F0 = RET P. // This initialization breaks some Game Gear games though (e.g. // tempojr), suggesting that not all systems had the same initialization. - // This also breaks some homebrew softwares (e.g. Nine Pixels). + // This also breaks some homebrew software (e.g. Nine Pixels). // For the moment we apply this to systems that have the Japanese SMS // cartridge slot. if (m_has_jpn_sms_cart_slot) |