• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    tolkien
    Posts: 516 from 2013/5/29
    This is my config file.
    First, I emulate a 020 instead a 040. A 020 is nice to play games :)
    Second, I use 16 bits sounds.
    I have to tweak this config a bit but It works nice in my g5 setup.

    Code:

    kickstart_rom_file=PROGDIR:Roms/kick40068.A1200
    filesystem=rw,AmigaOS:PROGDIR:HardDisks/AOS31WHD
    filesystem=rw,RAM2:RAM:
    filesystem=rw,Data:Data:
    filesystem=rw,Boot:Boot:
    filesystem=rw,Work:Work:
    filesystem=rw,System:System:

    filesys_nofsdb=true


    # cpu settings
    cpu_type=68020
    cpu_speed=real
    cpu_compatible=false
    #cpu_cycle_exact=true

    # chipset settings
    chipset=aga
    immediate_blits=true
    #fast_copper=false
    #collision_level=full
    #blitter_cycle_exact=true

    # memory settings

    fastmem_size=4
    chipmem_size=4
    z3mem_size=4

    # gfx settings

    gfx_width=320
    gfx_height=256
    gfx_width_windowed=320
    gfx_height_windowed=256
    gfx_width_fullscreen=320
    gfx_height_fullscreen=256
    gfx_lores=yes
    #gfx_colour_mode=8bit
    gfx_linemode=none
    #double, none, scanlines
    gfx_center_horizontal=true
    gfx_center_vertical=true
    #gfx_fullscreen_amiga=true
    #gfx_fullscreen_picasso=true
    #gfx_vsync=true
    #show_leds=true
    #gfxcard_size=32

    # sound settings (sound_output="normal" or "none")
    # (sound_channels="stereo or "mono" or "mixed")
    # (sound_bits="8" or "16")

    sound_output=normal
    sound_bits=16
    sound_channels=stereo
    sound_frequency=44100

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

    # overlay display
    amiga.use_overlay=false

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

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


    MorphOS: PowerMac G5 - PowerBook G4 - MacMini.
    Classic: Amiga 1200/060 - A500 PiStorm
  • »01.08.21 - 16:24
    Profile