summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2009-08-29 03:20:04 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2009-08-29 03:20:04 +0000
commit10e1405a963e338c60a69bc2270b789ae8ac9730 (patch)
treeaa054b5f4c3e91dad91a47eec5e6157bba9a3fce
parentd3b76c4ee58f61a3f89d59b38119242b9288b069 (diff)
Follow up submission to clean lines I commented out
-rw-r--r--src/mame/drivers/goindol.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/goindol.c b/src/mame/drivers/goindol.c
index b2671bf16cf..dbc3aff39f5 100644
--- a/src/mame/drivers/goindol.c
+++ b/src/mame/drivers/goindol.c
@@ -107,9 +107,6 @@ static ADDRESS_MAP_START( goindol_map, ADDRESS_SPACE_PROGRAM, 8 )
AM_RANGE(0xc830, 0xc830) AM_READ_PORT("P1")
AM_RANGE(0xc830, 0xd830) AM_WRITE(SMH_RAM) AM_BASE(&goindol_fg_scrollx)
AM_RANGE(0xc834, 0xc834) AM_READ_PORT("P2")
-// AM_RANGE(0xc820, 0xd820) AM_READ_PORT("DIAL") AM_WRITE(SMH_RAM) AM_BASE(&goindol_fg_scrolly)
-// AM_RANGE(0xc830, 0xd830) AM_READ_PORT("P1") AM_WRITE(SMH_RAM) AM_BASE(&goindol_fg_scrollx)
-// AM_RANGE(0xc834, 0xc834) AM_READ_PORT("P2")
AM_RANGE(0xd000, 0xd03f) AM_RAM AM_BASE(&spriteram) AM_SIZE(&spriteram_size)
AM_RANGE(0xd040, 0xd7ff) AM_RAM
AM_RANGE(0xd800, 0xdfff) AM_RAM_WRITE(goindol_bg_videoram_w) AM_BASE(&goindol_bg_videoram) AM_SIZE(&goindol_bg_videoram_size)