summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/fixfreq.h
diff options
context:
space:
mode:
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);