how do i tell the difference between the two?
btw here's the newer version with working assembly core, the cpu speed is noice
http://rapidshare.de/files/5419950/uae.htmlconfigured with: --enable-jit --enable-autoconfig --enable-aga --enable-bsdsock-new --with-sdl-gfx --with-sdl-sound --with-sdl-prefix='pwd'/src/od-macosx --without-x --with-cocoa-ui --with-sdl
here's an alternate build; i got the memory addressing to work..i think...i don't know if there's a speed increase.
http://rapidshare.de/files/5420459/uae.htmlconfigured with: --enable-jit --enable-autoconfig --enable-aga --enable-bsdsock-new --with-sdl-gfx --with-sdl-sound --with-sdl-prefix='pwd'/src/od-macosx --without-x --with-cocoa-ui --with-sdl --enable-natmem
to use copy into /usr/local/bin and do this command in console:
sudo chown root:wheel /usr/local/bin/uae
to use a config on this version it HAS to be ~/default.uaerc
to enable the asm core in your conf set cachesize to anything other then 0..this is in kb..i've noticed at least on mine any number above 256 can cause stability issues.
Note: You must emulate a 68ec020 CPU or better to be able to use the JIT compiler.
how can i tell if a game i download is ecs or aga?
i was able to get full speed with this build w/o choppy sound on shadowland
also here's my config file...seems to work well on everything i've tried now
CODE
joyport1=kbd2
cpu_speed=real
cpu_type=68ec020
use_gui=true
cachesize=275
sound_output=real
sound_bits=8
sound_channels=mono
sound_frequency=22050
chipset=ecs
fastmem_size=4
chipmem_size=2
a3000mem_size=0
z3mem_size=0
bogomem_size=0
gfxcard_size=0
gfx_fullscreen_amiga=true
gfx_correct_aspect=true
gfx_width=640
gfx_height=480
gfx_linemode=double
gfx_color_mode=8bit
gfx_center_vertical=true
gfx_center_horizontal=true