summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/i8275.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/i8275.c')
-rw-r--r--src/emu/video/i8275.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/i8275.c b/src/emu/video/i8275.c
index 331d29e8a91..0b636f62cb8 100644
--- a/src/emu/video/i8275.c
+++ b/src/emu/video/i8275.c
@@ -385,7 +385,7 @@ UINT32 i8275_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap,
m_fifo_write = 0;
if ((m_status_reg & I8275_STATUS_VIDEO_ENABLE)==0) {
- bitmap.fill(get_black_pen(machine()), cliprect);
+ bitmap.fill(rgb_t(0x00,0x00,0x00), cliprect);
} else {
// if value < 16 it is visible otherwise not
m_cursor_blink_cnt++;