summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/bbc.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
commit5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch)
tree59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/mess/video/bbc.c
parentc4e9058ee26841baae4c0fd51e081949747d5f48 (diff)
Cleanups and version bump
Diffstat (limited to 'src/mess/video/bbc.c')
-rw-r--r--src/mess/video/bbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/video/bbc.c b/src/mess/video/bbc.c
index f504a1df513..483cd04caba 100644
--- a/src/mess/video/bbc.c
+++ b/src/mess/video/bbc.c
@@ -180,8 +180,8 @@ MC6845_UPDATE_ROW( bbc_state::crtc_update_row )
if (((ma>>13)&1)==0)
{
m_Teletext_Latch=0;
- }
- else
+ }
+ else
{
m_Teletext_Latch=(m_BBC_Video_RAM[calculate_video_address(ma+x_pos,ra)]);
}