summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/bbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/bbc.c')
-rw-r--r--src/mess/video/bbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/bbc.c b/src/mess/video/bbc.c
index 8270b84fe56..3b3d10bb25a 100644
--- a/src/mess/video/bbc.c
+++ b/src/mess/video/bbc.c
@@ -165,7 +165,7 @@ WRITE8_MEMBER(bbc_state::bbc_videoULA_w)
static MC6845_UPDATE_ROW( vid_update_row )
{
bbc_state *state = device->machine().driver_data<bbc_state>();
- const rgb_t *palette = bitmap.palette()->entry_list_raw();
+ const rgb_t *palette = state->m_palette->palette()->entry_list_raw();
if (state->m_videoULA_teletext_normal_select)
{