static void draw_denise_line(int gfx_ypos, enum nln_how how, uae_u32 linecnt, int startpos, int startcycle, int endcycle, int skip, int skip2, int dtotal, int calib_start, int calib_len, bool lol, int hdelay, bool blanked, bool finalseg, struct linestate *ls)
{
- bool fullline = false; // currprefs.chipset_hr;
+ bool fullline = false;
if (startcycle == 0) {
denise_pixtotalv = dtotal;
RTEXT "Chipset Extra:",IDC_STATIC,226,75,61,15,SS_CENTERIMAGE
COMBOBOX IDC_CS_EXT,295,75,88,65,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Options",IDC_STATIC,221,4,173,175
- CONTROL "Subpixel display emulation",IDC_SUBPIXEL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,234,16,150,10
CONTROL "Immediate Blitter [] Faster but less compatible blitter emulation.",IDC_BLITIMM,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,234,28,150,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,234,23,150,10
CONTROL "Wait for Blitter [] Compatibility hack for programs that don't wait for the blitter correctly, causing graphics corruption if CPU is too fast.",IDC_BLITWAIT,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,234,40,150,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,234,35,150,10
LTEXT "Monitor sync source:",IDC_STATIC,242,96,101,9
COMBOBOX IDC_CS_HVCSYNC,237,108,147,75,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Video port display hardware:",IDC_STATIC,241,123,117,15,SS_CENTERIMAGE
CheckDlgButton(hDlg, IDC_BLITWAIT, workprefs.waiting_blits);
CheckDlgButton(hDlg, IDC_KEYBOARDNKRO, workprefs.keyboard_nkro);
xSendDlgItemMessage(hDlg, IDC_KEYBOARDMODE, CB_SETCURSEL, workprefs.keyboard_mode + 1, 0);
- CheckDlgButton(hDlg, IDC_SUBPIXEL, workprefs.chipset_hr);
xSendDlgItemMessage(hDlg, IDC_CS_HVCSYNC, CB_SETCURSEL, workprefs.cs_hvcsync, 0);
CheckRadioButton(hDlg, IDC_COLLISION0, IDC_COLLISION3, IDC_COLLISION0 + workprefs.collision_level);
workprefs.immediate_blits = ischecked (hDlg, IDC_BLITIMM);
workprefs.waiting_blits = ischecked (hDlg, IDC_BLITWAIT) ? 1 : 0;
- workprefs.chipset_hr = ischecked(hDlg, IDC_SUBPIXEL);
workprefs.keyboard_nkro = ischecked(hDlg, IDC_KEYBOARDNKRO);
nn = xSendDlgItemMessage(hDlg, IDC_KEYBOARDMODE, CB_GETCURSEL, 0, 0);
if (nn != CB_ERR) {