diff options
author | 2018-10-28 14:00:12 +1100 | |
---|---|---|
committer | 2018-10-28 14:00:12 +1100 | |
commit | 82501770dedcdeddb20aa1ef8fe2f46a3d4179bb (patch) | |
tree | 80bfc8b02b9b19f7281c96e3b7c203358e3e5db9 /src/devices/video/dp8350.h | |
parent | 112bce124d581c5c8d240283c869969029cd90e8 (diff) |
srcclean and cleanup (nw)
Diffstat (limited to 'src/devices/video/dp8350.h')
-rw-r--r-- | src/devices/video/dp8350.h | 12 |
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; |