summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/fixfreq.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-11-05 06:59:51 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-11-05 06:59:51 +0000
commit44d5c1b8ab2ef3c06e831f901d0ab95262073bd7 (patch)
treebfdb73de82a28464c3b2c3098ad77a745b67759e /src/emu/video/fixfreq.h
parent50cdc0f4ae9f07d666341cf3f60c253a71e6f016 (diff)
Cleanups and version bumpmame0151
Diffstat (limited to 'src/emu/video/fixfreq.h')
-rw-r--r--src/emu/video/fixfreq.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/emu/video/fixfreq.h b/src/emu/video/fixfreq.h
index 29ca56b349a..0caa57871d9 100644
--- a/src/emu/video/fixfreq.h
+++ b/src/emu/video/fixfreq.h
@@ -45,10 +45,9 @@ extern fixedfreq_interface fixedfreq_mode_ntsc720;
// ======================> vga_device
class fixedfreq_device : public device_t,
- public device_video_interface,
- public fixedfreq_interface
+ public device_video_interface,
+ public fixedfreq_interface
{
-
public:
// construction/destruction
fixedfreq_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);