From c10b040e3f634b5c6613e7da32377a6089adf14b Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Fri, 15 May 2009 16:01:09 +0000 Subject: [PATCH] Add FOLs configuration options, which improve emulation performance --- uaerc.wii | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/uaerc.wii b/uaerc.wii index e54067b..24a6e20 100644 --- a/uaerc.wii +++ b/uaerc.wii @@ -1,13 +1,38 @@ kickstart_rom_file=/uae/roms/kick.rom floppy0=/uae/floppies/budbrain.adz -cpu_speed=real -cpu_type=68000 -sound_frequency=32000 + +# Alters CPU speed (values are; real, max. CPU to Chipset; 1 through 20) +cpu_speed=5 +# CPU Type (values are; 68000, 68010, 68020 etc etc) +cpu_type=68020 +#No need to explain +cpu_compatible=false +cpu_24bit_addressing=false +collision_level=playfields + +# Chipset type (values are; OCS, ECS AGNUS, ECS DENISE, FULL ECS, AGA) +chipset=aga +#Immediate blits helps with speed +immediate_blits=true + +# Mem values (0 = 0MB, 1 = 512KB, 2 = 1024MB etc etc) +chipmem_size=4 +fastmem_size=4 + +# Floppy speed, can cause incompatbility if set too high. +# E.g., 800 is much faster though +floppy_speed=100 + gfx_width=640 gfx_height=480 gfx_center_horizontal=true gfx_center_vertical=true +gfx_vsync=false +gfx_correct_aspect=true +gfx_framerate=2 +show_leds=true + sdl.map_raw_keys=true input.config=1