Skip to content

Commit a67c52e

Browse files
author
Adam
committed
- typo
1 parent b9f9cee commit a67c52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mame/tektronix/tek440x.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ void tek440x_state::store_w(uint8_t data)
14831483

14841484
void tek440x_state::palette(palette_device &palette) const
14851485
{
1486-
palette.set_pen_color(0, rgb_t(0xec, 0xf4, 0xff)); // 2 color tiles
1486+
palette.set_pen_color(0, rgb_t(0xec, 0xf4, 0xff)); // 2 color framebuffer
14871487
palette.set_pen_color(1, rgb_t(0x00, 0x00, 0x00));
14881488
}
14891489

0 commit comments

Comments
 (0)