summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/divideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/divideo.h')
-rw-r--r--src/emu/divideo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/divideo.h b/src/emu/divideo.h
index 9445290a613..6df3da598f1 100644
--- a/src/emu/divideo.h
+++ b/src/emu/divideo.h
@@ -81,13 +81,13 @@ protected:
// optional operation overrides
virtual void interface_validity_check(validity_checker &valid) const;
virtual void interface_pre_start();
-
+
// configuration state
- bool m_screen_required; // is a screen required?
- const char * m_screen_tag; // configured tag for the target screen
+ bool m_screen_required; // is a screen required?
+ const char * m_screen_tag; // configured tag for the target screen
// internal state
- screen_device * m_screen; // pointer to the screen device
+ screen_device * m_screen; // pointer to the screen device
};
// iterator