diff options
| author | 2012-06-07 17:09:47 +0000 | |
|---|---|---|
| committer | 2012-06-07 17:09:47 +0000 | |
| commit | cd24a7e6ec57c272122bf454387ce191a7a4e6d6 (patch) | |
| tree | 4b83c9a34d0d5dbcd99236cc56d2b3945087306c /src | |
| parent | 28c913a88ecaf79ab57e6773ed017a940a73c88a (diff) | |
bzone.c: Correct comment - NW
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/bzone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bzone.c b/src/mame/drivers/bzone.c index cb3de420fd6..1879dcaccd1 100644 --- a/src/mame/drivers/bzone.c +++ b/src/mame/drivers/bzone.c @@ -325,7 +325,7 @@ static ADDRESS_MAP_START( redbaron_map, AS_PROGRAM, 8, bzone_state ) AM_RANGE(0x0800, 0x0800) AM_READ_PORT("IN0") AM_RANGE(0x0a00, 0x0a00) AM_READ_PORT("DSW0") AM_RANGE(0x0c00, 0x0c00) AM_READ_PORT("DSW1") - AM_RANGE(0x1000, 0x1000) AM_WRITENOP /* coin out - Manual states this is "Watchdog Clear" */ + AM_RANGE(0x1000, 0x1000) AM_WRITENOP /* coin out - Manual states this is "Coin Counter" */ AM_RANGE(0x1200, 0x1200) AM_WRITE_LEGACY(avgdvg_go_w) AM_RANGE(0x1400, 0x1400) AM_WRITE(watchdog_reset_w) AM_RANGE(0x1600, 0x1600) AM_WRITE_LEGACY(avgdvg_reset_w) |
