summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tceptor.cpp')
-rw-r--r--src/mame/drivers/tceptor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tceptor.cpp b/src/mame/drivers/tceptor.cpp
index 3c4f724acca..d38c5ff9402 100644
--- a/src/mame/drivers/tceptor.cpp
+++ b/src/mame/drivers/tceptor.cpp
@@ -345,6 +345,7 @@ void tceptor_state::tceptor(machine_config &config)
NAMCO_C45_ROAD(config, m_c45_road);
m_c45_road->set_palette(m_palette);
+ m_c45_road->set_xoffset(-64);
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
m_screen->set_refresh_hz(60.606060);