summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wilytowr.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-04-12 05:16:26 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-04-12 05:16:26 +0000
commit439dbe872a39e45562b66c804e9cfe5a1294f150 (patch)
tree241b6d83e76f5fd6b12f6f52abdb08cc04386302 /src/mame/drivers/wilytowr.c
parentf57b3da9a3b12f1e4696377da28e87059d411e00 (diff)
Cleanups and version bump to 0.124u2.mame0124u2
Diffstat (limited to 'src/mame/drivers/wilytowr.c')
-rw-r--r--src/mame/drivers/wilytowr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wilytowr.c b/src/mame/drivers/wilytowr.c
index d2506add5b9..f445531e6d2 100644
--- a/src/mame/drivers/wilytowr.c
+++ b/src/mame/drivers/wilytowr.c
@@ -308,7 +308,7 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START( i8039_port_map, ADDRESS_SPACE_IO, 8 )
-// AM_RANGE(I8039_t1, I8039_t1)
+// AM_RANGE(I8039_t1, I8039_t1)
AM_RANGE(0x00, 0xff) AM_WRITE(snddata_w)
AM_RANGE(I8039_p1, I8039_p1) AM_WRITE(p1_w)
AM_RANGE(I8039_p2, I8039_p2) AM_WRITE(p2_w)