Ultimate Amiga

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: fs-uae - high-spec setups beta (0.9.8 beta 2)  (Read 6665 times)

0 Members and 1 Guest are viewing this topic.

FrodeSolheim

  • PSPUAE Moderator
  • A600
  • ****
  • Karma: 8
  • Offline Offline
  • Gender: Male
  • Posts: 64
    • FS-UAE Homepage
fs-uae - high-spec setups beta (0.9.8 beta 2)
« on: February 14, 2012, 06:47:07 PM »

Here are some suggestions for default "models":

"A1200/020" - same as Amiga 1200, but with 68020 instead of 68ec020 and 64 MB Z3 RAM - corresponding UAE options changed:
cpu_model=68020
z3mem_size=64
cpu_24bit_addressing=false

"A1200/030" - A 68030, still cycle-exact, but clocked double as fast (28MHz) as the stock A1200 68ec020.
cpu_model=68030
z3mem_size=64
cpu_24bit_addressing=false
cpu_multiplier=8

"A1200/040" - No longer cycle-exact, CPU is running as fast as possible
cpu_model=68040
z3mem_size=64
cpu_24bit_addressing=false
cpu_speed=max
blitter_cycle_exact=false
cpu_cycle_exact=false

Are these different configurations sensible you think? I haven't used such setups, so I do want comments/feedback/suggestions. Here is a build with these models:
http://fengestad.no/fs-uae/files/fs-uae-0.9.8beta2-macosx.tar.gz

(Also, virtual file system support is improved/updated - boots the "Amiga Forever desktop" now)
« Last Edit: February 15, 2012, 03:15:36 PM by Hungry Horace »
Logged

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: fs-uae - high-spec setups beta (0.9.7b)
« Reply #1 on: February 14, 2012, 11:52:27 PM »

Here are some suggestions for default "models":

"A1200/020" - same as Amiga 1200, but with 68020 instead of 68ec020 and 64 MB Z3 RAM - corresponding UAE options changed:
cpu_model=68020
z3mem_size=64
cpu_24bit_addressing=false

"A1200/030" - A 68030, still cycle-exact, but clocked double as fast (28MHz) as the stock A1200 68ec020.
cpu_model=68030
z3mem_size=64
cpu_24bit_addressing=false
cpu_multiplier=8

"A1200/040" - No longer cycle-exact, CPU is running as fast as possible
cpu_model=68040
z3mem_size=64
cpu_24bit_addressing=false
cpu_speed=max
blitter_cycle_exact=false
cpu_cycle_exact=false

Are these different configurations sensible you think? I haven't used such setups, so I do want comments/feedback/suggestions. Here is a build with these models:
http://fengestad.no/fs-uae/files/fs-uae-0.9.8beta2-macosx.tar.gz

(Also, virtual file system support is improved/updated - boots the "Amiga Forever desktop" now)

How about immediate blit when not using cycle exact. It helps with speed (I have never come across issues unless you run some certain adf games / apps).
I always use it, :) on my configs, PSPUAE defaults to this.
Logged
Quote
Resolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: fs-uae - high-spec setups beta (0.9.8 beta 2)
« Reply #2 on: February 15, 2012, 03:39:02 PM »

i dont seem to get as much noticable slow-down problem from 0.9.7 using 0.9.8 beta 2 , and using the A1200/040 setting....

however, in-game i noticed some gfx (rather than sfx) stuttering... and the log confirmed it. (attached)

Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

FrodeSolheim

  • PSPUAE Moderator
  • A600
  • ****
  • Karma: 8
  • Offline Offline
  • Gender: Male
  • Posts: 64
    • FS-UAE Homepage
Re: fs-uae - high-spec setups beta (0.9.8 beta 2)
« Reply #3 on: February 15, 2012, 05:10:02 PM »

i dont seem to get as much noticable slow-down problem from 0.9.7 using 0.9.8 beta 2 , and using the A1200/040 setting....
however, in-game i noticed some gfx (rather than sfx) stuttering... and the log confirmed it. (attached)

The /040 is "too hard" on the system currently, which causes gfx stuttering. The next version will properly set the UAE setting cpu_idle to fix this. (Also, regarding audio stuttering, the next version has a better-tuned PID controller for controlling the audio pitch, which may reduce the audio stuttering)

Edit: The /030 and /040 options need more work, and will probably be removed in 0.9.8. But A1200/020 works fine, it will still allow lots of RAM for WHDLoad setups.
« Last Edit: February 15, 2012, 07:09:29 PM by FrodeSolheim »
Logged

FrodeSolheim

  • PSPUAE Moderator
  • A600
  • ****
  • Karma: 8
  • Offline Offline
  • Gender: Male
  • Posts: 64
    • FS-UAE Homepage
Re: fs-uae - high-spec setups beta (0.9.8 beta 2)
« Reply #4 on: March 01, 2012, 05:47:31 PM »

The latest version (09.10) has an undocumented model "SUPER" which is a high-performance Amiga with 68040, fastest possible mode. Fastest possible mode should now work well, but full video sync cannot be enabled when using fastest possible mode (sync to vblank to avoid tearing is still possible).
Logged

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: fs-uae - high-spec setups beta (0.9.8 beta 2)
« Reply #5 on: March 01, 2012, 07:29:27 PM »

cool bananas FS!!  8)
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: fs-uae - high-spec setups beta (0.9.8 beta 2)
« Reply #6 on: March 02, 2012, 12:28:54 PM »

sync to vblank to avoid tearing is still possible.

Bah, tearing is a myth, ;). Never used it in my life.
Logged
Quote
Resolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire
Pages: [1]   Go Up
 

TinyPortal 2.2.2 © 2005-2022