diff options
author | 2017-11-03 14:58:54 +0100 | |
---|---|---|
committer | 2017-11-03 14:58:54 +0100 | |
commit | b3c26450853e66c7f0b669c3cad261c99c7cf67a (patch) | |
tree | 86200cc5e25cc2b56c4ac75f099674a6e5d778e6 /src/mame/drivers/galaxian.cpp | |
parent | c44e154ac5453f1e354f9b872d442bf35ab15129 (diff) |
fix some typos (#2772)
Diffstat (limited to 'src/mame/drivers/galaxian.cpp')
-rw-r--r-- | src/mame/drivers/galaxian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galaxian.cpp b/src/mame/drivers/galaxian.cpp index caae5457a0d..83ce804ee56 100644 --- a/src/mame/drivers/galaxian.cpp +++ b/src/mame/drivers/galaxian.cpp @@ -1961,7 +1961,7 @@ ADDRESS_MAP_END /* changes from galaxian map: galaxian sound removed - $4800-$57ff: cointains video and object RAM (normally at $5000-$5fff) + $4800-$57ff: contains video and object RAM (normally at $5000-$5fff) $5800-$5fff: AY-8910 access added $6002-$6006: graphics banking controls replace coin lockout, coin counter, and lfo $7002: coin counter (moved from $6003) |