Latest version of Hatari ST/Falcon emulator for Morphos
  • Just looking around
    transmorpher
    Posts: 8 from 2011/9/28
    Hello all,
    Can anyone direct me to the latest version of Hatari (Atari ST and Falcon emulator) for Morphos? I've found a 2007 release of v0.95 on Aminet, but nothing newer. Is this the latest version available for Morphos, or is a later version available somewhere?
  • »09.09.12 - 21:23
    Profile Visit Website
  • Butterfly
    Butterfly
    eliyahu
    Posts: 67 from 2011/4/21
    @transmorpher

    have you tried the OS4 version of hatari, which is currently at v1.6.2, with os4emu? the download is at http://hirudov.com/amiga/Hatari.php if you want to try it. i haven't yet.

    -- eliyahu
  • »09.09.12 - 22:35
    Profile
  • Just looking around
    transmorpher
    Posts: 8 from 2011/9/28
    I gave the OS4 version a try yesterday and received an error message

    I can't find a list of OS4Emu error codes, though a forum post suggests that the error codes are essentially the same as AmigaDOS. Unfortunately, this error maps to the following:

    Code: 235
    Description: Bad loadfile hunk
    Solution: Program damaged, re-download

    The OS4Emu documentation doesn't refer to additional parameters that can be tweaked. I re-downloaded it and tried to run it a few times to see if the error was caused by a broken archive. I also downloaded an earlier version of the OS4 release, which also didn't work.

    If anyone has other ideas for trialling the OS4 version, I'm happy to test them out and report back to the thread.
  • »16.09.12 - 13:01
    Profile Visit Website
  • MorphOS Developer
    itix
    Posts: 1516 from 2003/2/24
    From: Finland
    I guess it fails because it most likely is using dynamic linking not supported in os4emu. It will be easier create new port from Hatari.
    1 + 1 = 3 with very large values of 1
  • »16.09.12 - 14:04
    Profile
  • Just looking around
    anouk
    Posts: 15 from 2015/5/25
    I know that it is not good for someone to ask for a port of a program because if it has not been done, it is because it has a lot of work. But I would really like to know if someone can look over the HATARI 2.0 to create a MorphOS version.

    Thank you very much.
  • »22.01.18 - 22:59
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    tolkien
    Posts: 502 from 2013/5/29
    Im sure a good coder can do it in a few days. I half did it but is buggy as hell cos there are a lot of things I dont understand.
    Perhaps beworld can give it a try ;)
    MorphOS: PowerMac G5 - PowerBook G4 - MacMini.
    Classic: Amiga 1200/060 - A500 PiStorm
  • »23.01.18 - 12:27
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 590 from 2010/2/10
    From: FRANCE
    yes i will try :-).... maybe it's simple lol
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »23.01.18 - 15:38
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 590 from 2010/2/10
    From: FRANCE
    in /includes/m68000.h

    i have an error when i compile it:

    32:3 error: expected identifier before ( token
    REG_D0, /* D0.. */

    /* 68000 Register defines */
    enum {
    REG_D0, /* D0.. */
    REG_D1,
    REG_D2,
    REG_D3,
    REG_D4,
    REG_D5,
    REG_D6,
    REG_D7, /* ..D7 */
    REG_A0, /* A0.. */
    REG_A1,
    REG_A2,
    REG_A3,
    REG_A4,
    REG_A5,
    REG_A6,
    REG_A7, /* ..A7 (also SP) */
    };


    i try with AROS SOURCE 1.4.0 : http://aminet.net/search?query=hatari

    [ Edité par beworld 24.01.2018 - 18:40 ]
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »24.01.18 - 18:39
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    tolkien
    Posts: 502 from 2013/5/29
    I have to look for how I solved that error this night.
    MorphOS: PowerMac G5 - PowerBook G4 - MacMini.
    Classic: Amiga 1200/060 - A500 PiStorm
  • »25.01.18 - 12:20
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    tolkien
    Posts: 502 from 2013/5/29
    I cant look to my sources right now but I'll say that I used -D_no_ppcinline flag to solve that. I'll try to recover the makefile later.
    MorphOS: PowerMac G5 - PowerBook G4 - MacMini.
    Classic: Amiga 1200/060 - A500 PiStorm
  • »26.01.18 - 08:56
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 590 from 2010/2/10
    From: FRANCE
    ok i will try with this.

    I try to compile with version 1.4.0 and next with 2.0.0.

    thanks
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »26.01.18 - 12:34
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 590 from 2010/2/10
    From: FRANCE
    another question how to compile that :

    i have an error : expected specifier-qualifier-list before '(' token

    #define SHORT(x) ((INT16)(x))
    X

    #define LONG(x) ((INT32)(x))


    Thanks.... i search but dont find grrrrr
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »27.01.18 - 17:22
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    tolkien
    Posts: 502 from 2013/5/29
    Mmm... In which file gives error? Perhaps Int32 is not defined.
    MorphOS: PowerMac G5 - PowerBook G4 - MacMini.
    Classic: Amiga 1200/060 - A500 PiStorm
  • »27.01.18 - 22:59
    Profile
  • Butterfly
    Butterfly
    waldiamiga
    Posts: 90 from 2007/7/25
    From: Krakow, Poland
    Quote:

    beworld wrote:
    ok i will try with this.

    I try to compile with version 1.4.0 and next with 2.0.0.

    thanks


    And how the progress of work on the port Hatari?

    MorphOS.pl
    PowerBook G4 1.67GHz|2GB DDR2|ATI Radeon 9700M 128MB|SSD 80GB|TFT 17"|MorphOS 3.1x
    Core i7 Notebook|WinUAE 3.x/AmigaOS4.1x & Icaros Desktop 2.x & QEmu 6.x.x
  • »31.01.18 - 10:24
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 590 from 2010/2/10
    From: FRANCE
    i try i try...

    I can launch it.....
    Grab.png

    I can configure it :-)

    Grab2.png

    but crashingggggggggggggggg with a lort of Unknown BIOS or Bus Error....
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »31.01.18 - 17:26
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 590 from 2010/2/10
    From: FRANCE
    OHhhhhhhhhhhhh
    i believe it's worrrrrrrrking lol
    i try to configure with tutorial on web and with good TOS and goo configuration.. it's working lol


    First version Available : http://www.morphos-storage.net/?page=Emulation&file=Hatari_2.0.0.lha

    [ Edité par beworld 31.01.2018 - 20:05 ]
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »31.01.18 - 19:36
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Cool_amigaN
    Posts: 746 from 2011/11/30
    Never bothered to check the ST/Falcon systems before. Does the emulator take similar approach with uae and the hard files to run the OS? Anyone has something to share for a quick configuration?
    Amiga gaming Tribute: Watch, rate, comment :)
  • »09.02.18 - 22:56
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 590 from 2010/2/10
    From: FRANCE
    I test with this link : http://ae.dhs.nu/hatarisetup/
    And io odwnload some game .stx to test it.

    I compile version 2.1.0.... available on storage

    But use at your risk :-)
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »14.02.18 - 19:46
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    tolkien
    Posts: 502 from 2013/5/29
    Thanks beworld. Will try tomorrow!
    MorphOS: PowerMac G5 - PowerBook G4 - MacMini.
    Classic: Amiga 1200/060 - A500 PiStorm
  • »14.02.18 - 23:12
    Profile