summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/dp8350.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/dp8350.h')
-rw-r--r--src/devices/video/dp8350.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/video/dp8350.h b/src/devices/video/dp8350.h
index f202bc730e9..e8368c09c32 100644
--- a/src/devices/video/dp8350.h
+++ b/src/devices/video/dp8350.h
@@ -74,12 +74,12 @@ public:
protected:
// base type constructor
dp835x_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock,
- int char_width, int char_height, int chars_per_row, int rows_per_frame,
- int vsync_delay_f1, int vsync_width_f1, int vblank_interval_f1,
- int vsync_delay_f0, int vsync_width_f0, int vblank_interval_f0,
- int chars_per_line, int hsync_delay, int hsync_width, int vblank_stop,
- bool cursor_on_all_lines, int lbc_0_width, int hsync_serration,
- bool hsync_active, bool vsync_active, bool vblank_active);
+ int char_width, int char_height, int chars_per_row, int rows_per_frame,
+ int vsync_delay_f1, int vsync_width_f1, int vblank_interval_f1,
+ int vsync_delay_f0, int vsync_width_f0, int vblank_interval_f0,
+ int chars_per_line, int hsync_delay, int hsync_width, int vblank_stop,
+ bool cursor_on_all_lines, int lbc_0_width, int hsync_serration,
+ bool hsync_active, bool vsync_active, bool vblank_active);
// device-specific overrides
virtual void device_config_complete() override;