summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/bus/vme/enp10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vme/enp10.cpp b/src/devices/bus/vme/enp10.cpp
index 1dee2568883..42a32a60654 100644
--- a/src/devices/bus/vme/enp10.cpp
+++ b/src/devices/bus/vme/enp10.cpp
@@ -295,7 +295,7 @@ void vme_enp10_card_device::obr_w(offs_t offset, u8 data)
if (BIT(m_obr, offset) != state)
{
- static char const *const reg[] = { "ier", "tir", "rir", "uir", "bit4", "bit5", "bit6", "mapr" };
+ //static char const *const reg[] = { "ier", "tir", "rir", "uir", "bit4", "bit5", "bit6", "mapr" };
//LOG("obr_w %s %u (%s)\n", reg[offset], state, machine().describe_context());
if (state)