summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/apple2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/apple2.cpp')
-rw-r--r--src/mame/video/apple2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/apple2.cpp b/src/mame/video/apple2.cpp
index 61a4dbe3488..787f9ff8f35 100644
--- a/src/mame/video/apple2.cpp
+++ b/src/mame/video/apple2.cpp
@@ -827,7 +827,7 @@ void a2_video_device::plot_text_character_orig(bitmap_ind16 &bitmap, int xpos, i
bg = i;
}
}
- else if (code < 0x40) // inverse: flip FG and BG
+ else if (code < 0x40) // inverse: flip FG and BG
{
i = fg;
fg = bg;
@@ -868,7 +868,7 @@ void a2_video_device::plot_text_character_jplus(bitmap_ind16 &bitmap, int xpos,
bg = i;
}
}
- else if (code < 0x40) // inverse: flip FG and BG
+ else if (code < 0x40) // inverse: flip FG and BG
{
i = fg;
fg = bg;