summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-08-26 13:50:14 +1000
committer Vas Crabb <vas@vastheman.com>2018-08-26 13:50:14 +1000
commite1ffc337ffb21282afc61269959815674f35cbd8 (patch)
treebed0e13ef5961b431b5a4d92472385b5ef0029ff /src/emu/screen.h
parentb0ae30ee16c472f9c75ed1c6822cc3d79229f124 (diff)
srcclean and manual fixup (nw)
Diffstat (limited to 'src/emu/screen.h')
-rw-r--r--src/emu/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/screen.h b/src/emu/screen.h
index 3215fc6cd7e..8445c4779d7 100644
--- a/src/emu/screen.h
+++ b/src/emu/screen.h
@@ -341,7 +341,7 @@ private:
// inline configuration data
screen_type_enum m_type; // type of screen
int m_orientation; // orientation flags combined with system flags
- std::pair<unsigned, unsigned> m_phys_aspect; // physical aspect ratio
+ std::pair<unsigned, unsigned> m_phys_aspect; // physical aspect ratio
bool m_oldstyle_vblank_supplied; // MCFG_SCREEN_VBLANK_TIME macro used
attoseconds_t m_refresh; // default refresh period
attoseconds_t m_vblank; // duration of a VBLANK