summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0100scn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0100scn.h')
-rw-r--r--src/mame/video/tc0100scn.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/video/tc0100scn.h b/src/mame/video/tc0100scn.h
index 51e2846ab33..3a8c2f521e1 100644
--- a/src/mame/video/tc0100scn.h
+++ b/src/mame/video/tc0100scn.h
@@ -36,6 +36,11 @@ public:
m_flip_text_xoffs = x_offset;
m_flip_text_yoffs = y_offset;
}
+ void update_granularity()
+ {
+ if (gfx(0)) gfx(0)->set_granularity(m_gfxdecode->gfx(m_gfxnum)->granularity());
+ if (gfx(1)) gfx(1)->set_granularity(m_gfxdecode->gfx(m_gfxnum)->granularity());
+ }
static constexpr unsigned SINGLE_VDU = 1024; // for set_multiscr_xoffs