How do I run E-UAE in a window?
  • Order of the Butterfly
    Order of the Butterfly
    JohnFante
    Posts: 158 from 2006/9/4
    From: Copenhagen
    Sorry for the stupid question. How do I get E-UAE to run in a window? Or if that is not possible how do I terminate it when it is running?

    My A1200-hires.conf looks like below and as far as I can see it is set to "gfx_fullscreen_amiga=no".

    Code:
    #filesystem=rw,Workbench:Emulatorer/E-UAE/HardDisks/Workbench
    kickstart_rom_file=PROGDIR:Roms/kick.rom
    immediate_blits=no
    cpu_type=68020
    gfx_width=640
    gfx_height=256
    gfx_lores=no
    gfx_linemode=none
    gfx_center_horizontal=smart
    gfx_center_vertical=smart
    gfx_fullscreen_amiga=no
    gfx_fullscreen_picasso=no
    sound_bits=16
    sound_channels=stereo
    sound_frequency=44100
    cpu_speed=max
    chipset=aga
    #gfx_vsync=false
    fastmem_size=8
    chipmem_size=4
    z3mem_size=8
    floppy_speed=0

    # joy<n> where n is lowlevel unit in amigaos target. In SDL target it's be the enumeration order.
    joyport0=mouse
    joyport1=joy1

    # overlay display
    amiga.use_overlay=yes

    # screen type (public, custom or ask)
    amiga.screen_type=custom

    # slow and endianess issue.Better don't use
    #sdl.use_gl=yes


    Thank you in advance :-)
  • »30.01.10 - 15:31
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    mihailod
    Posts: 170 from 2010/1/8
    Yeah, I asked the same.

    https://morph.zone/modules/newbb_plus/viewtopic.php?topic_id=6753&forum=16

    There are 2 versions in the folder. Only one can be run in a window.

    You exit with CTRL+ALT+Q.
    You switch to Ambient as with any other program (Left Amiga + M or N).

    ------------------

    From Fab:

    UAE shortcuts are prefixed with "ctrl+alt" instead of F12 in my builds.

    So,
    ctrl+alt+q to quit
    ctrl+alt+r to reboot the emulation
    [shift] ctrl+alt+F<1>...<n> for floppies (shift to eject)
    ctrl+alt+s to toggle fullscreen/window mode (but only works in the SDL version, atm).

    There are a couple others (some to save/restore memory state and so on).

    And starting the emulation in window with non SDL version would be done in config file with:
    amiga.screen_type = public ("custom" for fullscreen and "ask" to select screenmode)
    amiga.use_overlay=yes would give overlay output and free resizing (and aspect ratio preservation, too)

    ---------------------

    I am writing a document about all this, hope to finish it some time and publish here.

    Ask more here if the other thread is not enough...

    [ Edited by mihailod on 2010/1/30 8:48 ]
  • »30.01.10 - 15:46
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    JohnFante
    Posts: 158 from 2006/9/4
    From: Copenhagen
    Thanks. That did the trick :-)

    Looking forward to the guide ...
  • »30.01.10 - 16:06
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Both can run in window, actually. It's just not the same option in SDL and "AmigaOS" version:
    SDL expects gfx_fullscreen_amiga and gfx_fullscreen_picasso variables, while the others expects amiga.screen_type = public|ask|custom variable.
  • »30.01.10 - 17:12
    Profile Visit Website
  • Just looking around
    Hell_Labs
    Posts: 15 from 2010/1/22
    So what line would we use to run the non sdl version in a window then?
  • »31.01.10 - 20:58
    Profile
  • Moderator
    Golem
    Posts: 766 from 2003/2/28
    From: Denmark
    Check Docs/configuration.txt, AmigaOS-specific options describes the needed configuration line.
  • »31.01.10 - 21:21
    Profile Visit Website