summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2017-09-20 23:49:17 +0200
committer angelosa <salese_corp_ltd@email.it>2017-09-21 02:39:26 +0200
commit4597cfea68d059e5c64da3e861c435ccd7b477b6 (patch)
treea2552828655d3eec8158c69e3949062be1ba90aa
parent5a33773e731929b198de0478641824d472884c12 (diff)
Note (nw)
-rw-r--r--src/mame/drivers/model2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp
index c891c52f1aa..ac8e0351211 100644
--- a/src/mame/drivers/model2.cpp
+++ b/src/mame/drivers/model2.cpp
@@ -2339,6 +2339,7 @@ static ADDRESS_MAP_START( copro_sharc_map, AS_DATA, 32, model2_state )
AM_RANGE(0x0c00000, 0x13fffff) AM_WRITE(copro_sharc_output_fifo_w)
AM_RANGE(0x1400000, 0x1bfffff) AM_READWRITE(copro_sharc_buffer_r, copro_sharc_buffer_w)
AM_RANGE(0x1c00000, 0x1dfffff) AM_ROM AM_REGION("user5", 0)
+// AM_RANGE(0x3c000000, 0x3fffffff) AM_WRITE(copro_sharc_output_fifo_w) // last bronx, cpu core bug?
ADDRESS_MAP_END
#if 0