Set emulation to real and compatible, set sound frequency to 48k

This commit is contained in:
fabio.olimpieri 2014-11-29 10:33:53 +00:00
parent 0ce3d6ef5c
commit e5a1589e0d

View File

@ -40,12 +40,12 @@ z3mem_size=0
gfxcard_size=0 gfxcard_size=0
# Emulation precision # Emulation precision
cpu_compatible=false cpu_compatible=true
cpu_cycle_exact=false cpu_cycle_exact=false
# Alters CPU speed (values are: real, max, 1 through 20) # Alters CPU speed (values are: real, max, 1 through 20)
# i.e. setting of 4 = 20% CHIPSET and 80% CPU # i.e. setting of 4 = 20% CHIPSET and 80% CPU
cpu_speed=max cpu_speed=real
#Immediate blits helps with speed #Immediate blits helps with speed
immediate_blits=true immediate_blits=true
@ -76,8 +76,8 @@ floppy_speed=100
# Sound configuration # Sound configuration
sound_output=normal sound_output=normal
sound_frequency=32000 sound_frequency=48000
sound_latency=200 sound_latency=100
# Graphic configuration # Graphic configuration
@ -92,7 +92,7 @@ gfx_height_fullscreen=480
gfx_center_horizontal=true gfx_center_horizontal=true
gfx_center_vertical=true gfx_center_vertical=true
# Vsync along with full screen enables double buffer and refresh rate setting # Vsync enabled along with full screen enables double buffer and refresh rate setting
# Vsync false is faster # Vsync false is faster
gfx_vsync=false gfx_vsync=false