mist-devel / mist-binaries

Firmware and core binaries for the MIST board
202 stars 48 forks source link

csync_disable doesn't work with scandoubler_disable #119

Closed philexile closed 2 years ago

philexile commented 2 years ago

Hello, I noticed that if scandoubler_disable is set to 1 (15khz), then csync_disable doesn't work – it doesn't split sync between H and V.

I'm using firmware 211001, and my INI settings are included below:

[mist]
keyrah_mode=0
sdram64=0
scandoubler_disable=1
csync_disable=1
mouse_boot_mode=0
mouse_speed=100
joystick_ignore_hat=0
joystick_ignore_osd=0
joystick_disable_shortcuts=0
joystick0_prefer_db9=0
joystick_db9_fixed_index=0
joystick_emu_fixed_index=0
key_menu_as_rgui=0
reset_combo=0
ypbpr=0
keep_video_mode=0
led_animation=0
key_remap=04,05
key_remap=05,04
hid_button_remap=
joystick_remap=0583,2060,1,2,4,8,10,20,100,200,400,800,40,80
joy_key_map=

[c16]
rom=1541KRNL
rom=KERNAL

However, if scandoubler_disable is set to 0 (31khz), then csync_disable does work, and splits sync to H and V.

Can this be fixed?

Thank you

philexile commented 2 years ago

Sorry – this works with some, but not all cores. Apologies