summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rohga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rohga.cpp')
-rw-r--r--src/mame/drivers/rohga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rohga.cpp b/src/mame/drivers/rohga.cpp
index b63fc00bd30..1caaeb7524b 100644
--- a/src/mame/drivers/rohga.cpp
+++ b/src/mame/drivers/rohga.cpp
@@ -1889,7 +1889,7 @@ DRIVER_INIT_MEMBER(rohga_state,hangzo)
{
const uint8_t *src = memregion("gfx2")->base();
uint8_t *dst = memregion("gfx1")->base();
-
+
std::copy(&src[0], &src[0x20000], &dst[0]);
std::copy(&src[0x80000], &src[0xa0000], &dst[0x20000]);
}