summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82443bx_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82443bx_host.h')
-rw-r--r--src/devices/machine/i82443bx_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82443bx_host.h b/src/devices/machine/i82443bx_host.h
index f3c06dc88c1..35c213feb23 100644
--- a/src/devices/machine/i82443bx_host.h
+++ b/src/devices/machine/i82443bx_host.h
@@ -66,7 +66,7 @@ public:
T &&gui_tag
) : i82443bx_bridge_device(mconfig, tag, owner, clock)
{
- set_ids_bridge(0x80867191, 0x00);
+ set_ids_bridge(0x80867191, 0x00);
//set_multifunction_device(true);
//m_vga.set_tag(std::forward<T>(gui_tag));
}*/