uae

damir · 1114

damir

  • Newbie
  • *
    • Posts: 33
    • Karma: +10/-3
    • ioox.studio
on: September 20, 2022, 01:43:27 AM
Is there anything other then fs-uae that I could use for emulation under Linux?
I remember there was version of uae where you could use just conf file and start uae command (unix way).

Thanks.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #1 on: September 20, 2022, 05:37:28 AM
Have you tried Amilator, this Linux-based Distribution includes some FS-UAE configurations that might interest you !

https://ae.amigalife.org/index.php?topic=857.msg10861#msg10861


damir

  • Newbie
  • *
    • Posts: 33
    • Karma: +10/-3
    • ioox.studio
Reply #2 on: September 20, 2022, 05:43:24 AM
Didn't know about Amilator. Thanks.
However, I need something like old UAE.



amigamia

  • Administrator
  • Member
  • *****
    • Posts: 134
    • Karma: +49/-0
    • AROS World
Reply #3 on: September 20, 2022, 05:58:27 AM
I haven't tried them but perhaps the old E-UAE by Richard Drummond can do that?

http://www.rcdrummond.net/uae/index.html


damir

  • Newbie
  • *
    • Posts: 33
    • Karma: +10/-3
    • ioox.studio
Reply #4 on: September 20, 2022, 06:45:30 AM
I haven't tried them but perhaps the old E-UAE by Richard Drummond can do that?

http://www.rcdrummond.net/uae/index.html


I've compiled this one https://github.com/keirf/e-uae but not everything is working...



o1i

  • Newbie
  • *
    • Posts: 41
    • Karma: +6/-0
Reply #5 on: September 22, 2022, 02:02:03 AM
Is there anything other then fs-uae that I could use for emulation under Linux?
I remember there was version of uae where you could use just conf file and start uae command (unix way).

Thanks.

WinUAE works great with wine on linux. Config can be loaded via command line parameters. Getting serial debug is not so easy, but other than that I found no problems so far.

But fs-uae should have a command line option, too.



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #6 on: September 22, 2022, 03:00:44 AM
Hi o1i,

I have to say what a perfect and smooth + fast 68k emulation on native AROS.

its my 1st ever run and i installed os3.9 without any problem and not had any crashes at all, everything works fine.
I love to see just one mouse pointer instead of two, i hope that will be done on later version updates if possible.

amazing work o1i,thanks for the great work..

my os39

« Last Edit: September 22, 2022, 03:23:02 AM by serk118uk »

Lets Build Not Destroy...


damir

  • Newbie
  • *
    • Posts: 33
    • Karma: +10/-3
    • ioox.studio
Reply #7 on: September 22, 2022, 06:03:33 AM
I can't find docs for configuration example file for "fs-uae" anywhere on internet.

https://fs-uae.net/docs/options

I'll try with WinUAE and Janus.

Thanks.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #8 on: September 22, 2022, 06:16:45 AM
Didn't know about Amilator. Thanks.
However, I need something like old UAE.

Amilator uses FS-UAE to emulate, if they can be useful, these are the various configs to emulate the various Amiga models

EDIT:
Corrected the sentence, translator's jokes :D
« Last Edit: September 22, 2022, 12:27:58 PM by AMIGASYSTEM »



damir

  • Newbie
  • *
    • Posts: 33
    • Karma: +10/-3
    • ioox.studio
Reply #9 on: September 22, 2022, 07:31:26 AM
Didn't know about Amilator. Thanks.
However, I need something like old UAE.

Amilator uses FS-UAE to emulate, if they can sex you useful, these are the various configs to emulate the various Amiga models

Yes! It works. Thanks!



o1i

  • Newbie
  • *
    • Posts: 41
    • Karma: +6/-0
Reply #10 on: September 22, 2022, 07:35:38 AM
I can't find docs for configuration example file for "fs-uae" anywhere.

-config=   might work. Or -f

Found no documentation either, but the binary contains the string.



damir

  • Newbie
  • *
    • Posts: 33
    • Karma: +10/-3
    • ioox.studio
Reply #11 on: September 22, 2022, 11:15:21 AM

-config=   might work. Or -f

Found no documentation either, but the binary contains the string.

Yes, Ill explain if anyone else finds this useful.

This is file "myconfig.fs-uae" with contents:

Code: [Select]
amiga_model = A1200
bsdsocket_library = 1
#cdrom_drive_count = 1
#cdrom_drive_0 = /amiga/cd-roms/AmigaOS 4.1 FE Classic v53.71.iso
#cdrom_image_0 = /amiga/cd-roms/AmigaOS 4.1 FE Classic v53.71.iso
chip_memory = 2048
cpu = 68040-NOMMU
graphics_card = uaegfx-z3
graphics_memory = 32768
hard_drive_0 = /myamiga/System.hdf
#hard_drive_1 = /amiga/harddirs/Work
#hard_drive_2= /amiga/harddirs/WHDload
#hard_drive_3= /mnt/auto/autofs/cdrom
#hard_drive_4= /amiga/floppies
#hard_drive_3_read_only=1
jit_compiler = 1
kickstart_file = /myamiga/kick31.rom
zorro_iii_memory = 262144
keep_aspect = 1
floppies_dir=/myamiga/amiga/os31
floppy_drive_count = 2
mouse_speed=75
mouse_integration=0
base_dir=/root/Documents/FS-UAE
fullscreen_mode=window
uaem_write_flags=0
screenshots_output_dir=/myamiga/Screenshots

"/myamiga" is path to your files.

And I have used command:

Code: [Select]
fs-uae ./myconfig.fs-uae
Options are listed here:
https://github.com/FrodeSolheim/fs-uae/tree/15a51e33916f87b4d74510ad99ed7297f5f3f18a/docs/options
« Last Edit: September 22, 2022, 11:26:16 AM by damir »