summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system16.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-06-29 23:17:24 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-06-29 23:17:24 +0200
commited39da783d416c2ff776935a5dec9dd5bb3606ce (patch)
tree7e0b239640132cf5fe122c339516112ed5af88bb /src/mame/drivers/system16.cpp
parent1b3322edc39ee2f0d9f8f233f7887c3f1d9501a6 (diff)
various devices and drivers: removed superfluous semicolons (nw)
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);