diff options
Diffstat (limited to 'src/devices/bus/compis/graphics.cpp')
-rw-r--r-- | src/devices/bus/compis/graphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/compis/graphics.cpp b/src/devices/bus/compis/graphics.cpp index 3f2455ec9a8..b35b2cd9517 100644 --- a/src/devices/bus/compis/graphics.cpp +++ b/src/devices/bus/compis/graphics.cpp @@ -68,4 +68,5 @@ void compis_graphics_slot_t::device_start() SLOT_INTERFACE_START( compis_graphics_cards ) SLOT_INTERFACE("hrg", COMPIS_HRG) + SLOT_INTERFACE("uhrg", COMPIS_UHRG) SLOT_INTERFACE_END |