summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/ramdac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/ramdac.c')
-rw-r--r--src/emu/video/ramdac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/video/ramdac.c b/src/emu/video/ramdac.c
index 4930f0e1878..4f3df8fffa5 100644
--- a/src/emu/video/ramdac.c
+++ b/src/emu/video/ramdac.c
@@ -42,7 +42,6 @@ ramdac_device::ramdac_device(const machine_config &mconfig, const char *tag, dev
device_memory_interface(mconfig, *this),
m_space_config("videoram", ENDIANNESS_LITTLE, 8, 10, 0, NULL, *ADDRESS_MAP_NAME(ramdac_palram))
{
-
}
//-------------------------------------------------