summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo_banshee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo_banshee.cpp')
-rw-r--r--src/devices/video/voodoo_banshee.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/video/voodoo_banshee.cpp b/src/devices/video/voodoo_banshee.cpp
index 40706694004..a23311802c8 100644
--- a/src/devices/video/voodoo_banshee.cpp
+++ b/src/devices/video/voodoo_banshee.cpp
@@ -1040,8 +1040,6 @@ s32 voodoo_banshee_device::internal_2d_w(offs_t offset, u32 data)
default:
if (offset >= 0x20 && offset < 0x40)
execute_blit(data);
- else if (offset >= 0x40 && offset < 0x80)
- {} // TODO: colorPattern
break;
}