summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/system16.cpp')
-rw-r--r--src/mame/drivers/system16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/system16.cpp b/src/mame/drivers/system16.cpp
index 511d8e34003..edcfe9f2c73 100644
--- a/src/mame/drivers/system16.cpp
+++ b/src/mame/drivers/system16.cpp
@@ -4105,7 +4105,7 @@ void segas1x_bootleg_state::init_beautyb()
/* Sys18 */
void segas1x_bootleg_state::init_shdancbl()
{
- uint8_t *mem = m_soundcpu_region->base();;
+ uint8_t *mem = m_soundcpu_region->base();
/* Copy first 32K of IC45 to Z80 address space */
memcpy(mem, mem + 0x10000, 0x8000);