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 93c30a0a6e3..8bf66580a8c 100644
--- a/src/mess/video/bbc.c
+++ b/src/mess/video/bbc.c
@@ -169,7 +169,7 @@ static MC6845_UPDATE_ROW( vid_update_row )
bbc_state *state = device->machine().driver_data<bbc_state>();
const rgb_t *palette = palette_entry_list_raw(bitmap.palette());
- logerror("MC6845_UPDATE_ROW: ma=%d, ra=%d, y=%d, x_count=%d\n",ma,ra,y,x_count);
+ //logerror("MC6845_UPDATE_ROW: ma=%d, ra=%d, y=%d, x_count=%d\n",ma,ra,y,x_count);
if (state->m_videoULA_teletext_normal_select)
{