mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 10:39:19 +01:00
Add FOLs configuration options, which improve emulation performance
This commit is contained in:
parent
07037fd13f
commit
c10b040e3f
31
uaerc.wii
31
uaerc.wii
@ -1,13 +1,38 @@
|
|||||||
kickstart_rom_file=/uae/roms/kick.rom
|
kickstart_rom_file=/uae/roms/kick.rom
|
||||||
floppy0=/uae/floppies/budbrain.adz
|
floppy0=/uae/floppies/budbrain.adz
|
||||||
cpu_speed=real
|
|
||||||
cpu_type=68000
|
# Alters CPU speed (values are; real, max. CPU to Chipset; 1 through 20)
|
||||||
sound_frequency=32000
|
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_width=640
|
||||||
gfx_height=480
|
gfx_height=480
|
||||||
gfx_center_horizontal=true
|
gfx_center_horizontal=true
|
||||||
gfx_center_vertical=true
|
gfx_center_vertical=true
|
||||||
|
gfx_vsync=false
|
||||||
|
gfx_correct_aspect=true
|
||||||
|
gfx_framerate=2
|
||||||
|
show_leds=true
|
||||||
|
|
||||||
|
|
||||||
sdl.map_raw_keys=true
|
sdl.map_raw_keys=true
|
||||||
input.config=1
|
input.config=1
|
||||||
|
Loading…
Reference in New Issue
Block a user