English Amiga Board


Go Back   English Amiga Board > Support > support.FS-UAE

 
 
Thread Tools
Old 06 August 2022, 18:29   #1
Thom87
LameUser
 
Thom87's Avatar
 
Join Date: Oct 2007
Location: Banbury/UK
Age: 48
Posts: 101
Emulation speed

Hi Everyone,

It might be silly question but is there a way to set limit on emulation speed?

If I remember correctly only options are A1200 (?) speed or max possible. Original Amiga speed is to low, and max possible feels unnatural, despite that CPU fan become louder, especially on laptops.

Is there a way to multiply A1200 speed by x4 x8 x16 or set it to 33/40/50 MHz to get feel of Amiga + Acceleration Card combo?

If not can this be implemented?

Kind regards
Thom
Thom87 is offline  
Old 06 August 2022, 18:34   #2
DisasterIncarna
Registered User
 
DisasterIncarna's Avatar
 
Join Date: Oct 2021
Location: England
Posts: 1,172
uae_cachesize = 8192
uae_comp_trustbyte = direct
uae_comp_trustlong = indirectks
uae_comp_trustnaddr = direct
uae_comp_trustword = direct
uae_cpu_speed = max
uae_cpu_throttle = 5000
uae_immediate_blits = true

Even with cpu speed max, i still have to use the throttle at 5k or i dont get "full" speed.
DisasterIncarna is offline  
Old 06 August 2022, 20:43   #3
Thom87
LameUser
 
Thom87's Avatar
 
Join Date: Oct 2007
Location: Banbury/UK
Age: 48
Posts: 101
Thanks for your replay,


I've tried this, and it speeds up emulation for me.
SysInfo benchmark rise from ~162 Mips to over 250 Mips, system seem to work even faster too.

I don't use JIT btw and maybe that the problem here?


Thom
Thom87 is offline  
Old 06 August 2022, 20:48   #4
DisasterIncarna
Registered User
 
DisasterIncarna's Avatar
 
Join Date: Oct 2021
Location: England
Posts: 1,172
yup, slap on jit as well.
DisasterIncarna is offline  
Old 06 August 2022, 22:43   #5
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by Thom87 View Post

I don't use JIT btw and maybe that the problem here?

JIT greatly increases speed, then it also depends on the power of your PC, RAM and Audio/Video Cards.

Of course we are talking about speed and power that a real Amiga will never achieve even with an expansion like Vampire or the like.
AMIGASYSTEM is offline  
Old 06 August 2022, 23:12   #6
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,525
Quote:
Originally Posted by AMIGASYSTEM View Post
Of course we are talking about speed and power that a real Amiga will never achieve even with an expansion like Vampire or the like.
Yes, yes indeed
TCD is online now  
Old 06 August 2022, 23:13   #7
Vamplover
Registered User
 
Join Date: Jul 2022
Location: Transivania
Posts: 41
Vampire is Amiga perfection personified! What it doesn’t have in speed is made up for in eternal love and immortality! Biting more Amiga lovers each and every day! The Menace is being remade and Dr Apollo approves!
Vamplover is offline  
Old 06 August 2022, 23:31   #8
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,525
A Toni appears! He did all that and more! The Apollo team is scared, I'm sure! Nobody ever told the folks that FPGA is also just software!
TCD is online now  
Old 06 August 2022, 23:52   #9
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by Thom87 View Post
Is there a way to multiply A1200 speed by x4 x8 x16 or set it to 33/40/50 MHz to get feel of Amiga + Acceleration Card combo?
If you use A1200 and cycle-exact mode, you should be able to do something like this to get 2x A1200 speed:

uae_cpu_multiplier = 8

(https://github.com/FrodeSolheim/fs-u...cpu_multiplier)

Alternatively, you can also look at https://github.com/FrodeSolheim/fs-u..._cpu_frequency.
FrodeSolheim is offline  
Old 07 August 2022, 00:30   #10
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by Vamplover View Post
Vampire is Amiga perfection personified! What it doesn’t have in speed is made up for in eternal love and immortality! Biting more Amiga lovers each and every day! The Menace is being remade and Dr Apollo approves!

Eternal Love, has nothing to do with Computers, the Vampire is a very good board but it should have been distributed 30 years ago, now there is no point in such modest power that even an old cell phone is more powerful.

You should try WinUAE "seriously" to realize the differences in power, quality and especially compatibility with all the software born for Amiga and beyond !

Moreover, it is the Emulators that will survive over the decades, the Vampire but also the AMIGAs, when all Amighists reach 80 years old, no one in the next generation will remember them.

Last edited by AMIGASYSTEM; 07 August 2022 at 00:46.
AMIGASYSTEM is offline  
Old 07 August 2022, 13:38   #11
Seiya
Registered User
 
Seiya's Avatar
 
Join Date: Nov 2014
Location: Italy
Posts: 2,342
more or less real 68030@50 (only integer):
cycle_exact=yes
cpu_multiplier=13 (or 14)
cpu_24bit_addressing=false
cpu_model=68030
fpu_model=none
Seiya is offline  
Old 07 August 2022, 22:10   #12
Thom87
LameUser
 
Thom87's Avatar
 
Join Date: Oct 2007
Location: Banbury/UK
Age: 48
Posts: 101
Quote:
Originally Posted by FrodeSolheim View Post
If you use A1200 and cycle-exact mode, you should be able to do something like this to get 2x A1200 speed:

Thank you all for replay.

It doesn't seem to work for me. I've tried to run those options with uae_cycle_exact = yes
and uae_cpu_multiplier = 8 slows down speed to 1.12 Mips, system is incredible slow, unusable.
When replaced with uae_cpu_multiplier = 0 and uae_cpu_frequency = 100, system won't load or it's so slow it won't load for more than 3 minutes.


Tried adding those to global or local config no difference.


Code:
uae_cycle_exact=yes
uae_cpu_multiplier=14
uae_cpu_24bit_addressing=false
uae_cpu_model=68030
uae_fpu_model=none

My config file:
Code:
 
[fs-uae]
amiga_model = A4000
chip_memory = 2048
graphics_card = picasso-iv-z3
graphics_memory = 4096
hard_drive_0 = HD-IDE-0.hdf
hard_drive_1 = path to folder
sound_card = toccata
zorro_iii_memory = 32768
Global config:


Code:
 
quick_settings = 1
scale = 0
theme = 1084x_night_wall_white_1.0_1024
Running on Manjaro KDE
Desktop PC, Intel i5 9th gen/16GB ram DDR4/Radeon RX580


Added 08/08
Selecting CPU 68030 with JIT disabled or off slows down to ~71Mips
Turing on and off JIT or enable/disable doesn't change anything (tested on 68EC030 CPU), seem JIT is enabled permanently?

Last edited by Thom87; 08 August 2022 at 10:00.
Thom87 is offline  
Old 08 August 2022, 20:09   #13
Seiya
Registered User
 
Seiya's Avatar
 
Join Date: Nov 2014
Location: Italy
Posts: 2,342
sorry i wrong. you have to set manually the "value" in cpu multpilier from FS_UAE interface
with these config my 68030 in integer is little slower than my real 68030@50 with AIBB. I tried also games and demos and performace are almost enough realistic.
Cris030F is Blizzard 1230-IV@50 Mhz

i tested on i7 7700


Last edited by Seiya; 11 August 2022 at 11:26.
Seiya is offline  
Old 11 August 2022, 09:13   #14
Seiya
Registered User
 
Seiya's Avatar
 
Join Date: Nov 2014
Location: Italy
Posts: 2,342
in my case i have write manual value (not used command line):

33 "value" you must write in FSUAE panel (in something similar to WinUAE cpu multiplier).

I found that with this value it enough right to more or less have something similar to 68030@50 or maybe 68030@45

i tried again yesterday evening some demos and i remember very similar to my ex Blizzxard 1230-IV @50
Seiya is offline  
Old 11 August 2022, 11:32   #15
Thom87
LameUser
 
Thom87's Avatar
 
Join Date: Oct 2007
Location: Banbury/UK
Age: 48
Posts: 101
Quote:
Originally Posted by Seiya View Post
in my case i have write manual value (not used command line):

33 "value" you must write in FSUAE panel (in something similar to WinUAE cpu multiplier).

I found that with this value it enough right to more or less have something similar to 68030@50 or maybe 68030@45

i tried again yesterday evening some demos and i remember very similar to my ex Blizzxard 1230-IV @50

On what emulated Amiga this work? I've done some more testing and it seem that I can apply limit only to Amiga 1200, 3.1 ROM, 68020 CPU but, when I select 68030, system won't even boot. However the higher multipler would be 16-20 with no much speed difference between them and multipler 8 (~3.5 Mips do ~4Mips)
Can you post your config file?


Thanks
Thom87 is offline  
Old 11 August 2022, 21:20   #16
Seiya
Registered User
 
Seiya's Avatar
 
Join Date: Nov 2014
Location: Italy
Posts: 2,342
i tested with WinUAE. I thought that FS_UAE works in the same way. Maybe cpu multiplier daesn't work yet good in FS_UAE.

my config however:

Code:
config_description=68030, 128 Mb FAST + AGA
config_hardware=true
config_host=true
config_version=4.4.0
config_hardware_path=
config_host_path=
config_all_path=
comp_catchdetect=true
win32.rom_path=./
win32.floppy_path=./
win32.hardfile_path=./
; host-specific
win32.middle_mouse=true
win32.parallel_port=HP Photosmart 5510
win32.midiin_device=-1
win32.soundcard=12
win32.soundcardname=Driver audio principale
win32.expansion_gui_page=ide_mb
; common
use_gui=yes
use_debugger=false
kickstart_rom_file=.\ROM\roms\Kickstart-v3.1-rev-40.68-1993-Commodore-A1200.rom
kickstart_rom_file_id=1483A091,KS ROM v3.1 (A1200)
kickstart_ext_rom_file=
ide_mb_rom_file=:ENABLED
pcmcia_mb_rom_file=:ENABLED
cpuboard_rom_file=.\ROM\accelerator\Blizzard_1230-IV.rom
cpuboard_rom_file_id=3078DBDC,Blizzard 1230-IV
flash_file=
cart_file=
rtc_file=
kickshifter=true
floppy_volume=33
floppy0=
floppy1=
floppy2=
floppy3=
nr_floppies=2
floppy_speed=100
cd_speed=100
parallel_on_demand=false
serial_on_demand=false
serial_hardware_ctsrts=true
serial_direct=false
scsi=true
uaeserial=false
sana2=false
sound_output=exact
sound_channels=stereo
sound_stereo_separation=7
sound_stereo_mixing_delay=0
sound_max_buff=16384
sound_frequency=44100
sound_interpol=anti
sound_filter=emulated
sound_filter_type=enhanced
sound_volume=0
sound_volume_paula=0
sound_volume_cd=0
sound_volume_ahi=0
sound_volume_midi=0
sound_volume_genlock=0
sound_auto=true
sound_cdaudio=false
sound_stereo_swap_paula=true
sound_stereo_swap_ahi=true
comp_trustbyte=indirect
comp_trustword=indirect
comp_trustlong=indirect
comp_trustnaddr=indirect
comp_nf=true
comp_constjump=true
comp_flushmode=soft
compfpu=true
comp_catchdetect=true
cachesize=0
joyport0=mouse
joyport0autofire=none
joyportfriendlyname0=Windows mouse
joyportname0=WINMOUSE1
joyport1=joy0
joyport1autofire=none
joyportfriendlyname1=2In1 USB Joystick
joyportname1=\\?\HID#VID_0E8F&PID_0003#6&2b73c06a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
bsdsocket_emu=true
synchronize_clock=false
maprom=0x0
uaeboard=min
parallel_postscript_emulation=true
parallel_postscript_detection=true
ghostscript_parameters=
parallel_autoflush=5
clipboard_sharing=true
gfx_display=0
gfx_display_rtg=0
gfx_framerate=1
gfx_width=640
gfx_height=512
gfx_top_windowed=254
gfx_left_windowed=334
gfx_width_windowed=640
gfx_height_windowed=512
gfx_width_fullscreen=640
gfx_height_fullscreen=512
gfx_refreshrate=0
gfx_autoresolution=0
gfx_autoresolution_vga=true
gfx_backbuffers=2
gfx_backbuffers_rtg=1
gfx_vsync=false
gfx_vsyncmode=normal
gfx_vsync_picasso=false
gfx_vsyncmode_picasso=normal
gfx_lores=false
gfx_resolution=hires
gfx_lores_mode=normal
gfx_flickerfixer=false
gfx_linemode=double
gfx_fullscreen_amiga=false
gfx_fullscreen_picasso=false
gfx_center_horizontal=none
gfx_center_vertical=none
gfx_colour_mode=32bit
gfx_blacker_than_black=false
gfx_api=directdraw
gfx_api_options=hardware
gfx_filter_autoscale=scale
immediate_blits=false
ntsc=false
genlock=false
chipset=aga
chipset_refreshrate=49.920410
collision_level=playfields
chipset_compatible=A1200
rtc=MSM6242B
ksmirror_a8=true
pcmcia=true
ide=a600/a1200
fastmem_size=0
debugmem_start=0x0
debugmem_size=0
mem25bit_size=0
a3000mem_size=0
mbresmem_size=0
z3mem_size=0
z3mem_start=0x10000000
bogomem_size=0
cpuboard_type=Blizzard1230IV
cpuboardmem1_size=128
gfxcard_hardware_vblank=false
gfxcard_hardware_sprite=false
gfxcard_multithread=false
chipmem_size=4
cpu_speed=real
cpu_throttle=0.0
cpu_type=68020/68881
cpu_model=68030
fpu_model=68882
cpu_compatible=true
cpu_24bit_addressing=false
cpu_data_cache=false
cpu_frequency=33000000
cpu_cycle_exact=true
cpu_memory_cycle_exact=true
blitter_cycle_exact=true
cycle_exact=true
fpu_strict=true
rtg_nocustom=false
rtg_modes=0x212
debug_mem=false
log_illegal_mem=false
kbd_lang=us
filesystem2=rw,work:work:.\old-030\work,0
uaehf0=dir,rw,work:work:.\old-030\work,0
filesystem2=rw,games:games:.\old-030\games,0
uaehf1=dir,rw,games:games:.\old-030\games,0
filesystem2=rw,misc:misc:.\old-030\misc,0
uaehf2=dir,rw,misc:misc:.\old-030\misc,0
filesystem2=rw,dh4:demoscene17:E:\Downloads\demoscene17\revision17\amiga_demo,0
uaehf3=dir,rw,dh4:demoscene17:E:\Downloads\demoscene17\revision17\amiga_demo,0
filesystem2=rw,dh5:demoscene19:E:\Downloads\Demoscene19\revision19\amiga-demo,0
uaehf4=dir,rw,dh5:demoscene19:E:\Downloads\Demoscene19\revision19\amiga-demo,0
filesystem2=rw,dh6:demoscene15:E:\Downloads\demoscene amiga 15,0
uaehf5=dir,rw,dh6:demoscene15:E:\Downloads\demoscene amiga 15,0
filesystem2=rw,dh7:demobit19:E:\Downloads\Demoscene19\Demobit19\demo_amiga,0
uaehf6=dir,rw,dh7:demobit19:E:\Downloads\Demoscene19\Demobit19\demo_amiga,0
filesystem2=rw,dh8:gerp19:E:\Downloads\Demoscene19\gerp19\amiga_demo,0
uaehf7=dir,rw,dh8:gerp19:E:\Downloads\Demoscene19\gerp19\amiga_demo,0
filesystem2=rw,dh9:demo:.\femu\sCENebOOk,0
uaehf8=dir,rw,dh9:demo:.\femu\sCENebOOk,0
filesystem2=rw,dh10:emulation-Amiga:.\old\rom-emulatori test,0
uaehf9=dir,rw,dh10:emulation-Amiga:.\old\rom-emulatori test,0
filesystem2=rw,dh11:mac-games:.\Fusion\HardFiles,0
uaehf10=dir,rw,dh11:mac-games:.\Fusion\HardFiles,0
filesystem2=rw,dh12:Top Demo Amiga:E:\Downloads\Demoscene the best\Amiga\Pouet Top AGA demo,0
uaehf11=dir,rw,dh12:Top Demo Amiga:E:\Downloads\Demoscene the best\Amiga\Pouet Top AGA demo,0
input.config=0
input.joymouse_speed_analog=20
input.joymouse_speed_digital=10
input.joymouse_deadzone=33
input.joystick_deadzone=33
input.analog_joystick_multiplier=15
input.analog_joystick_offset=-1
input.mouse_speed=100
input.autofire_speed=600
input.autoswitch=1
input.1.joystick.0.friendlyname=2In1 USB Joystick
input.1.joystick.0.name=\\?\HID#VID_0E8F&PID_0003#6&2b73c06a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
input.1.joystick.0.empty=false
input.1.joystick.0.disabled=false
input.1.joystick.0.axis.0=JOY1_HORIZ.0
input.1.joystick.0.axis.1=JOY1_VERT.0
input.1.joystick.0.button.0=JOY1_FIRE_BUTTON.0
input.1.joystick.0.button.1=JOY1_2ND_BUTTON.0
input.1.joystick.0.button.2=JOY1_3RD_BUTTON.0
input.1.joystick.1.empty=true
input.1.joystick.2.empty=true
input.1.joystick.3.empty=true
input.1.joystick.4.empty=true
input.1.joystick.5.empty=true
input.1.joystick.6.empty=true
input.1.joystick.7.empty=true
input.1.joystick.8.empty=true
input.1.joystick.9.empty=true
input.1.joystick.10.empty=true
input.1.joystick.11.empty=true
input.1.joystick.12.empty=true
input.1.joystick.13.empty=true
input.1.joystick.14.empty=true
input.1.joystick.15.empty=true
input.1.joystick.16.empty=true
input.1.joystick.17.empty=true
input.1.joystick.18.empty=true
input.1.joystick.19.empty=true
input.1.mouse.0.friendlyname=Windows mouse
input.1.mouse.0.name=WINMOUSE1
input.1.mouse.0.empty=false
input.1.mouse.0.disabled=false
input.1.mouse.0.axis.0=MOUSE1_HORIZ.0
input.1.mouse.0.axis.1=MOUSE1_VERT.0
input.1.mouse.0.axis.2=MOUSE1_WHEEL.0
input.1.mouse.0.button.0=JOY1_FIRE_BUTTON.0
input.1.mouse.0.button.1=JOY1_2ND_BUTTON.0
input.1.mouse.0.button.2=JOY1_3RD_BUTTON.0
input.1.mouse.1.friendlyname=Mouse compatibile HID
input.1.mouse.1.name=\\?\HID#VID_046D&PID_C077#7&27109858&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd}
input.1.mouse.1.empty=false
input.1.mouse.1.disabled=false
input.1.mouse.1.axis.0=MOUSE2_HORIZ.0
input.1.mouse.1.axis.1=MOUSE2_VERT.0
input.1.mouse.1.button.0=JOY2_FIRE_BUTTON.0
input.1.mouse.1.button.1=JOY2_2ND_BUTTON.0
input.1.mouse.1.button.2=JOY2_3RD_BUTTON.0
input.1.mouse.2.empty=false
input.1.mouse.2.disabled=false
input.1.mouse.2.axis.0=MOUSE1_HORIZ.0
input.1.mouse.2.axis.1=MOUSE1_VERT.0
input.1.mouse.2.axis.2=MOUSE1_WHEEL.0
input.1.mouse.2.button.0=JOY1_FIRE_BUTTON.0
input.1.mouse.2.button.1=JOY1_2ND_BUTTON.0
input.1.mouse.2.button.2=JOY1_3RD_BUTTON.0
input.1.mouse.3.empty=false
input.1.mouse.3.disabled=false
input.1.mouse.3.axis.0=MOUSE1_HORIZ.0
input.1.mouse.3.axis.1=MOUSE1_VERT.0
input.1.mouse.3.axis.2=MOUSE1_WHEEL.0
input.1.mouse.3.button.0=JOY1_FIRE_BUTTON.0
input.1.mouse.3.button.1=JOY1_2ND_BUTTON.0
input.1.mouse.3.button.2=JOY1_3RD_BUTTON.0
input.1.mouse.4.empty=true
input.1.mouse.5.empty=true
input.1.mouse.6.empty=true
input.1.mouse.7.empty=true
input.1.mouse.8.empty=true
input.1.mouse.9.empty=true
input.1.mouse.10.empty=true
input.1.mouse.11.empty=true
input.1.mouse.12.empty=true
input.1.mouse.13.empty=true
input.1.mouse.14.empty=true
input.1.mouse.15.empty=true
input.1.mouse.16.empty=true
input.1.mouse.17.empty=true
input.1.mouse.18.empty=true
input.1.mouse.19.empty=true
input.1.keyboard.0.friendlyname=WinUAE keyboard
input.1.keyboard.0.name=NULLKEYBOARD
input.1.keyboard.0.empty=false
input.1.keyboard.0.disabled=false
input.1.keyboard.1.friendlyname=USB Keyboard
input.1.keyboard.1.name=\\?\HID#VID_145F&PID_01E5&MI_00#7&30e2cacf&0&0000#{884b96c3-56ef-11d1-bc8c-00a0c91405dd}
input.1.keyboard.1.empty=true
input.1.keyboard.2.empty=true
input.1.keyboard.3.empty=true
input.1.keyboard.4.empty=true
input.1.keyboard.5.empty=true
input.1.keyboard.6.empty=true
input.1.keyboard.7.empty=true
input.1.keyboard.8.empty=true
input.1.keyboard.9.empty=true
input.1.keyboard.10.empty=true
input.1.keyboard.11.empty=true
input.1.keyboard.12.empty=true
input.1.keyboard.13.empty=true
input.1.keyboard.14.empty=true
input.1.keyboard.15.empty=true
input.1.keyboard.16.empty=true
input.1.keyboard.17.empty=true
input.1.keyboard.18.empty=true
input.1.keyboard.19.empty=true
input.1.internal.0.friendlyname=Internal events
input.1.internal.0.name=INTERNALEVENTS1
input.1.internal.0.empty=true
input.1.internal.0.disabled=false
input.2.joystick.0.friendlyname=2In1 USB Joystick
input.2.joystick.0.name=\\?\HID#VID_0E8F&PID_0003#6&2b73c06a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
input.2.joystick.0.empty=false
input.2.joystick.0.disabled=false
input.2.joystick.0.axis.0=JOY1_HORIZ.0
input.2.joystick.0.axis.1=JOY1_VERT.0
input.2.joystick.0.button.0=JOY1_FIRE_BUTTON.0
input.2.joystick.0.button.1=JOY1_2ND_BUTTON.0
input.2.joystick.0.button.2=JOY1_3RD_BUTTON.0
input.2.joystick.1.empty=true
input.2.joystick.2.empty=true
input.2.joystick.3.empty=true
input.2.joystick.4.empty=true
input.2.joystick.5.empty=true
input.2.joystick.6.empty=true
input.2.joystick.7.empty=true
input.2.joystick.8.empty=true
input.2.joystick.9.empty=true
input.2.joystick.10.empty=true
input.2.joystick.11.empty=true
input.2.joystick.12.empty=true
input.2.joystick.13.empty=true
input.2.joystick.14.empty=true
input.2.joystick.15.empty=true
input.2.joystick.16.empty=true
input.2.joystick.17.empty=true
input.2.joystick.18.empty=true
input.2.joystick.19.empty=true
input.2.mouse.0.friendlyname=Windows mouse
input.2.mouse.0.name=WINMOUSE1
input.2.mouse.0.empty=false
input.2.mouse.0.disabled=false
input.2.mouse.0.axis.0=MOUSE1_HORIZ.0
input.2.mouse.0.axis.1=MOUSE1_VERT.0
input.2.mouse.0.axis.2=MOUSE1_WHEEL.0
input.2.mouse.0.button.0=JOY1_FIRE_BUTTON.0
input.2.mouse.0.button.1=JOY1_2ND_BUTTON.0
input.2.mouse.0.button.2=JOY1_3RD_BUTTON.0
input.2.mouse.1.friendlyname=Mouse compatibile HID
input.2.mouse.1.name=\\?\HID#VID_046D&PID_C077#7&27109858&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd}
input.2.mouse.1.empty=false
input.2.mouse.1.disabled=false
input.2.mouse.1.axis.0=MOUSE2_HORIZ.0
input.2.mouse.1.axis.1=MOUSE2_VERT.0
input.2.mouse.1.button.0=JOY2_FIRE_BUTTON.0
input.2.mouse.1.button.1=JOY2_2ND_BUTTON.0
input.2.mouse.1.button.2=JOY2_3RD_BUTTON.0
input.2.mouse.2.empty=false
input.2.mouse.2.disabled=false
input.2.mouse.2.axis.0=MOUSE1_HORIZ.0
input.2.mouse.2.axis.1=MOUSE1_VERT.0
input.2.mouse.2.axis.2=MOUSE1_WHEEL.0
input.2.mouse.2.button.0=JOY1_FIRE_BUTTON.0
input.2.mouse.2.button.1=JOY1_2ND_BUTTON.0
input.2.mouse.2.button.2=JOY1_3RD_BUTTON.0
input.2.mouse.3.empty=false
input.2.mouse.3.disabled=false
input.2.mouse.3.axis.0=MOUSE1_HORIZ.0
input.2.mouse.3.axis.1=MOUSE1_VERT.0
input.2.mouse.3.axis.2=MOUSE1_WHEEL.0
input.2.mouse.3.button.0=JOY1_FIRE_BUTTON.0
input.2.mouse.3.button.1=JOY1_2ND_BUTTON.0
input.2.mouse.3.button.2=JOY1_3RD_BUTTON.0
input.2.mouse.4.empty=true
input.2.mouse.5.empty=true
input.2.mouse.6.empty=true
input.2.mouse.7.empty=true
input.2.mouse.8.empty=true
input.2.mouse.9.empty=true
input.2.mouse.10.empty=true
input.2.mouse.11.empty=true
input.2.mouse.12.empty=true
input.2.mouse.13.empty=true
input.2.mouse.14.empty=true
input.2.mouse.15.empty=true
input.2.mouse.16.empty=true
input.2.mouse.17.empty=true
input.2.mouse.18.empty=true
input.2.mouse.19.empty=true
input.2.keyboard.0.friendlyname=WinUAE keyboard
input.2.keyboard.0.name=NULLKEYBOARD
input.2.keyboard.0.empty=false
input.2.keyboard.0.disabled=false
input.2.keyboard.1.friendlyname=USB Keyboard
input.2.keyboard.1.name=\\?\HID#VID_145F&PID_01E5&MI_00#7&30e2cacf&0&0000#{884b96c3-56ef-11d1-bc8c-00a0c91405dd}
input.2.keyboard.1.empty=true
input.2.keyboard.2.empty=true
input.2.keyboard.3.empty=true
input.2.keyboard.4.empty=true
input.2.keyboard.5.empty=true
input.2.keyboard.6.empty=true
input.2.keyboard.7.empty=true
input.2.keyboard.8.empty=true
input.2.keyboard.9.empty=true
input.2.keyboard.10.empty=true
input.2.keyboard.11.empty=true
input.2.keyboard.12.empty=true
input.2.keyboard.13.empty=true
input.2.keyboard.14.empty=true
input.2.keyboard.15.empty=true
input.2.keyboard.16.empty=true
input.2.keyboard.17.empty=true
input.2.keyboard.18.empty=true
input.2.keyboard.19.empty=true
input.2.internal.0.friendlyname=Internal events
input.2.internal.0.name=INTERNALEVENTS1
input.2.internal.0.empty=true
input.3.joystick.0.friendlyname=2In1 USB Joystick
input.3.joystick.0.name=\\?\HID#VID_0E8F&PID_0003#6&2b73c06a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
input.3.joystick.0.empty=false
input.3.joystick.0.disabled=false
input.3.joystick.0.axis.0=JOY1_HORIZ.0
input.3.joystick.0.axis.1=JOY1_VERT.0
input.3.joystick.0.button.0=JOY1_FIRE_BUTTON.0
input.3.joystick.0.button.1=JOY1_2ND_BUTTON.0
input.3.joystick.0.button.2=JOY1_3RD_BUTTON.0
input.3.joystick.1.empty=true
input.3.joystick.2.empty=true
input.3.joystick.3.empty=true
input.3.joystick.4.empty=true
input.3.joystick.5.empty=true
input.3.joystick.6.empty=true
input.3.joystick.7.empty=true
input.3.joystick.8.empty=true
input.3.joystick.9.empty=true
input.3.joystick.10.empty=true
input.3.joystick.11.empty=true
input.3.joystick.12.empty=true
input.3.joystick.13.empty=true
input.3.joystick.14.empty=true
input.3.joystick.15.empty=true
input.3.joystick.16.empty=true
input.3.joystick.17.empty=true
input.3.joystick.18.empty=true
input.3.joystick.19.empty=true
input.3.mouse.0.friendlyname=Windows mouse
input.3.mouse.0.name=WINMOUSE1
input.3.mouse.0.empty=false
input.3.mouse.0.disabled=false
input.3.mouse.0.axis.0=MOUSE1_HORIZ.0
input.3.mouse.0.axis.1=MOUSE1_VERT.0
input.3.mouse.0.axis.2=MOUSE1_WHEEL.0
input.3.mouse.0.button.0=JOY1_FIRE_BUTTON.0
input.3.mouse.0.button.1=JOY1_2ND_BUTTON.0
input.3.mouse.0.button.2=JOY1_3RD_BUTTON.0
input.3.mouse.1.friendlyname=Mouse compatibile HID
input.3.mouse.1.name=\\?\HID#VID_046D&PID_C077#7&27109858&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd}
input.3.mouse.1.empty=false
input.3.mouse.1.disabled=false
input.3.mouse.1.axis.0=MOUSE2_HORIZ.0
input.3.mouse.1.axis.1=MOUSE2_VERT.0
input.3.mouse.1.button.0=JOY2_FIRE_BUTTON.0
input.3.mouse.1.button.1=JOY2_2ND_BUTTON.0
input.3.mouse.1.button.2=JOY2_3RD_BUTTON.0
input.3.mouse.2.empty=false
input.3.mouse.2.disabled=false
input.3.mouse.2.axis.0=MOUSE1_HORIZ.0
input.3.mouse.2.axis.1=MOUSE1_VERT.0
input.3.mouse.2.axis.2=MOUSE1_WHEEL.0
input.3.mouse.2.button.0=JOY1_FIRE_BUTTON.0
input.3.mouse.2.button.1=JOY1_2ND_BUTTON.0
input.3.mouse.2.button.2=JOY1_3RD_BUTTON.0
input.3.mouse.3.empty=false
input.3.mouse.3.disabled=false
input.3.mouse.3.axis.0=MOUSE1_HORIZ.0
input.3.mouse.3.axis.1=MOUSE1_VERT.0
input.3.mouse.3.axis.2=MOUSE1_WHEEL.0
input.3.mouse.3.button.0=JOY1_FIRE_BUTTON.0
input.3.mouse.3.button.1=JOY1_2ND_BUTTON.0
input.3.mouse.3.button.2=JOY1_3RD_BUTTON.0
input.3.mouse.4.empty=true
input.3.mouse.5.empty=true
input.3.mouse.6.empty=true
input.3.mouse.7.empty=true
input.3.mouse.8.empty=true
input.3.mouse.9.empty=true
input.3.mouse.10.empty=true
input.3.mouse.11.empty=true
input.3.mouse.12.empty=true
input.3.mouse.13.empty=true
input.3.mouse.14.empty=true
input.3.mouse.15.empty=true
input.3.mouse.16.empty=true
input.3.mouse.17.empty=true
input.3.mouse.18.empty=true
input.3.mouse.19.empty=true
input.3.keyboard.0.friendlyname=WinUAE keyboard
input.3.keyboard.0.name=NULLKEYBOARD
input.3.keyboard.0.empty=false
input.3.keyboard.0.disabled=false
input.3.keyboard.1.friendlyname=USB Keyboard
input.3.keyboard.1.name=\\?\HID#VID_145F&PID_01E5&MI_00#7&30e2cacf&0&0000#{884b96c3-56ef-11d1-bc8c-00a0c91405dd}
input.3.keyboard.1.empty=true
input.3.keyboard.2.empty=true
input.3.keyboard.3.empty=true
input.3.keyboard.4.empty=true
input.3.keyboard.5.empty=true
input.3.keyboard.6.empty=true
input.3.keyboard.7.empty=true
input.3.keyboard.8.empty=true
input.3.keyboard.9.empty=true
input.3.keyboard.10.empty=true
input.3.keyboard.11.empty=true
input.3.keyboard.12.empty=true
input.3.keyboard.13.empty=true
input.3.keyboard.14.empty=true
input.3.keyboard.15.empty=true
input.3.keyboard.16.empty=true
input.3.keyboard.17.empty=true
input.3.keyboard.18.empty=true
input.3.keyboard.19.empty=true
input.3.internal.0.friendlyname=Internal events
input.3.internal.0.name=INTERNALEVENTS1
input.3.internal.0.empty=true
input.4.joystick.0.friendlyname=2In1 USB Joystick
input.4.joystick.0.name=\\?\HID#VID_0E8F&PID_0003#6&2b73c06a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
input.4.joystick.0.custom=true
input.4.mouse.0.friendlyname=Windows mouse
input.4.mouse.0.name=WINMOUSE1
input.4.mouse.0.custom=true
input.4.keyboard.0.friendlyname=WinUAE keyboard
input.4.keyboard.0.name=NULLKEYBOARD
input.4.keyboard.0.custom=true
Seiya is offline  
Old 19 August 2022, 19:26   #17
Thom87
LameUser
 
Thom87's Avatar
 
Join Date: Oct 2007
Location: Banbury/UK
Age: 48
Posts: 101
Hi Seiya,

Thanks for you config, it helped me figure this out. I got this working more or less as I wanted. The configurations I got working are A1200, 3.1 ROM, 68020 CPU and A4000, 3.1 ROM, 68040 CPU. Work is still in progress but it's good enough for now. If anyone interested there are included below.

EDIT: Thanks Frode for hint, I did not get at first what you meant, but is clear now.

Amiga 1200, 68020

Code:
# FS-UAE configuration saved by FS-UAE Launcher
# Last saved: 2022-08-18 19:54:25

[fs-uae]
amiga_model = A1200/020
blitter_cycle_exact = true
chip_memory = 2048
graphics_card = picasso-iv
graphics_memory = 4096
hard_drive_0 = HD-IDE-0.hdf
sound_card = toccata
uae_cpu_multiplier = 16
uae_cpu_model = 68020
uae_fpu_model = 68882
uae_cpu_compatible = true
uae_cpu_24bit_addressing = false
uae_cpu_speed = real
window_height = 768
window_resizable = false
window_width = 1024
zorro_iii_memory = 32768
hard_drive_0_controller = ide0

A4000, 68040
Code:
# FS-UAE configuration saved by FS-UAE Launcher
# Last saved: 2022-08-18 19:26:48

[fs-uae]
amiga_model = A4000/040
chip_memory = 2048
cpu_idle = 0
graphics_card = picasso-iv
graphics_memory = 4096
hard_drive_0 = HD-IDE-0.hdf
motherboard_ram = 32768
sound_card = toccata
uae_cpu_multiplier = 16
uae_cpu_model = 68040
uae_fpu_model = 68040
uae_cpu_compatible = true
uae_cpu_24bit_addressing = false
uae_cpu_speed = real
window_height = 768
window_resizable = false
window_width = 1024
hard_drive_0_controller = ide0

Last edited by Thom87; 19 August 2022 at 22:08.
Thom87 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question: CPU Emulation Speed (?) Arcade support.WinUAE 11 25 April 2021 05:04
Emulation Speed Limit? Thom87 request.UAE Wishlist 7 25 November 2018 11:57
PowerPC emulation speed AmigaBlitter support.WinUAE 33 30 January 2018 09:24
Emulation speed universale support.WinUAE 5 08 January 2013 16:51
Temporarily speed up emulation ? xerces8 support.WinUAE 10 06 October 2008 14:10

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:14.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09147 seconds with 13 queries