summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taito_b.cpp')
-rw-r--r--src/mame/video/taito_b.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/taito_b.cpp b/src/mame/video/taito_b.cpp
index b4ce3fd91a6..caf0590af34 100644
--- a/src/mame/video/taito_b.cpp
+++ b/src/mame/video/taito_b.cpp
@@ -377,7 +377,7 @@ uint32_t taitob_state::screen_update_taitob(screen_device &screen, bitmap_ind16
m_tc0180vcu->tilemap_draw(screen, bitmap, cliprect, 1, 0);
- // TODO: only hiticej properly enables this up during attract mode,
+ // TODO: only hiticej properly enables this up during attract mode,
// hitice / hiticerb keeps this disabled, maybe a btanb fixed in later revision?
if (m_pixel_bitmap && (m_pixel_scroll[0] & 0x5800) == 0x5000) /* hitice only */
{
n class='deletions'>-2/+2 * Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-271-4/+5 * Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Vas Crabb2017-02-241-2/+2 |\ * | Vas feedback Nathan Woods2017-02-231-8/+3 * | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-221-22/+51 |/ * Softlist cleanup (#2075) npwoods2017-02-221-0/+40 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7