another fix for Visual Studio 2019 (nw)

This commit is contained in:
smf- 2019-09-29 20:24:45 +01:00
parent 9b5e0386fe
commit 42628862da
2 changed files with 4 additions and 4 deletions

View File

@ -45,8 +45,8 @@ DEFINE_DEVICE_TYPE(CRT9028_000, crt9028_000_device, "crt9028_000", "CRT9028-000
crt9028_device::crt9028_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock,
int dots_per_char, int chars_per_row, int horiz_blanking, int hsync_delay, int hsync_width, bool hsync_active,
int char_rows, int scans_per_char, bool vsync_active,
int vert_blanking, int vsync_delay, bool vsync_width,
int alt_vert_blanking, int alt_vsync_delay, bool alt_vsync_width,
int vert_blanking, int vsync_delay, int vsync_width,
int alt_vert_blanking, int alt_vsync_delay, int alt_vsync_width,
int csync_delay, int csync_width, int underline,
u16 wide_gfx_seg1_4, u16 wide_gfx_seg2_5, u16 wide_gfx_seg3_6, u8 wide_gfx_pattern,
u16 thin_gfx_seg1, u16 thin_gfx_seg2, u16 thin_gfx_seg3, u16 thin_gfx_seg4,

View File

@ -59,8 +59,8 @@ protected:
crt9028_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock,
int dots_per_char, int chars_per_row, int horiz_blanking, int hsync_delay, int hsync_width, bool hsync_active,
int char_rows, int scans_per_char, bool vsync_active,
int vert_blanking, int vsync_delay, bool vsync_width,
int alt_vert_blanking, int alt_vsync_delay, bool alt_vsync_width,
int vert_blanking, int vsync_delay, int vsync_width,
int alt_vert_blanking, int alt_vsync_delay, int alt_vsync_width,
int csync_delay, int csync_width, int underline,
u16 wide_gfx_seg1_4, u16 wide_gfx_seg2_5, u16 wide_gfx_seg3_6, u8 wide_gfx_pattern,
u16 thin_gfx_seg1, u16 thin_gfx_seg2, u16 thin_gfx_seg3, u16 thin_gfx_seg4,