summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/ramdac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/ramdac.h')
-rw-r--r--src/emu/video/ramdac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video/ramdac.h b/src/emu/video/ramdac.h
index 97d28462ce8..1be4dec2eb3 100644
--- a/src/emu/video/ramdac.h
+++ b/src/emu/video/ramdac.h
@@ -37,7 +37,7 @@ struct ramdac_interface
// ======================> ramdac_device
-class ramdac_device : public device_t,
+class ramdac_device : public device_t,
public device_memory_interface,
public ramdac_interface
{
@@ -75,7 +75,7 @@ private:
UINT8 m_int_index[2];
UINT8 *m_palram;
- const address_space_config m_space_config;
+ const address_space_config m_space_config;
};