Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
135 user(s) are online (102 user(s) are browsing Forums)

Members: 0
Guests: 135

more...

Headlines

Forum Index


Board index » All Posts (AmigaBlitter)




Re: SDL/Open GL
Quite a regular
Quite a regular


@Thematic

Thank you all for the reply.

I mean what OpenGL version are supported in SDL2?

MiniGL? OpenGLES? Wich version?


Retired
Go to top


SDL/Open GL
Quite a regular
Quite a regular


Hello everyone,

what the status of SDL/OpenGl on AmigaOS4.

What is supported atm? What version should be used as example in Linux to easily port to AmigaOS4?

Thank you very much

Retired
Go to top


Re: DOSBox on x5000 issues
Quite a regular
Quite a regular


Hello kas1e,

i already ported DosBox X and it's mostly... working. Haven't released due to time... and some optimization still missing.
I will check again the code as soon as possible.


Retired
Go to top


Re: Project DOSBox-X 0.82.2
Quite a regular
Quite a regular


@Joeled

Send me a PM or an e-mail.

As soon as i have time i will check.

We have to check if these games are working on Windows / Linux version of dosbox or if the problem is Amiga version only

Go to top


Re: Project DOSBox-X 0.82.2
Quite a regular
Quite a regular


@MamePPCA1

The DosBox-X aims is to be more compatible than other emulators, supporting as more hardware as possible.

http://dosbox-x.com/demoscene-compat.html
http://dosbox-x.com/msdos-compat.html

As for the speed this should be the same as DosBox 074.
This version uses SDL2 acceleration on Amiga OS 4.

Note that DosBox-X is actively developed and tested, so we can expect to see improvements in the future.



Go to top


Re: Project DOSBox-X 0.82.2
Quite a regular
Quite a regular


@samo79

Hello Saimo,

i'm aware of the patch made by Corto. The patch have been sent to the author and he will "study" these optimization to include those, eventually, in the future.

By the way, DosBox-X is quite different in some aspects regarding the original DosBox. The graphics part has been significantly modified. This is way other Endian issues popped out.


Go to top


Re: Project DOSBox-X 0.82.2
Quite a regular
Quite a regular


@pjs

Hello everyone,

Fixed some endianess issue related to certain graphics mode.
Fixed some color issue on VGA ega emulation.

Still some work to do. IDE emulation is a little slow (debug is active atm). HD image have issues for certain .img type and size. Actual version is 082.10

[img width=300]Resized Image[/img]

[img width=300]Resized Image[/img]

[img width=300]Resized Image[/img]

[img width=300]Resized Image[/img]

Resized Image

[img width=300]Resized Image[/img]

Go to top


Re: New version of Fuse emulator
Quite a regular
Quite a regular



Retired
Go to top


Re: Submit a file on OS4 depot
Quite a regular
Quite a regular


@acefnq

Should be available on OS4depot too.


Retired
Go to top


Submit a file on OS4 depot
Quite a regular
Quite a regular


Hello everyone,

i submitted a file on OS4depot, but this file has not yet been published.

How much could took the file to get published?

Moreover, i would like to add some snapshots of the software. The options for this are available only after the file has been published?

Kind regards
Davide C.

Retired
Go to top


Re: Project DOSBox-X 0.82.2
Quite a regular
Quite a regular


Sorry for the long delay. As explained in another thread i had some problems with HD, Windows and so on...

Dosbox is working for a large number of games (VGA only). EGA, CGA and Dos extended mode still have problems.
Found some endianess issue. The dosbox x author will address the endiness issues as son as possible.


Retired
Go to top


Re: New version of Fuse emulator
Quite a regular
Quite a regular


Sorry for the long delay. As explained i had some problems with HD, Windows and so on...

@beta testers

Any bug found?
I would like to release fuse. Just need some icons for it.




Retired
Go to top


Re: VICE 3.1 locking up my X5000
Quite a regular
Quite a regular


@nubechecorre

Ciao Nube.

Yes, i have a backup... just the time to do a little cleaning

Btw... Vice 3.2 has been released meanwhile...

... and seems that Amiga specific code is being removed


Edited by AmigaBlitter on 2018/5/23 8:40:49
Retired
Go to top


Re: VICE 3.1 locking up my X5000
Quite a regular
Quite a regular


@trixie

I think that Micheal T. sent some months ago all the informations to compile both Vice version (MUI and SDL2) to the maintainer (Bzili).

I worked only on the SDL2 version (Thanks to Michael) but didn't find time to finalize a package for distribution, having had some problem with my computer, hard disk failure and so on...

sorry for this


Edited by AmigaBlitter on 2018/5/23 7:48:03
Retired
Go to top


Re: Building Cross-Compiling adtools for Amiga OS4 PowerPC (ppc) with Cygwin/Bash on Ubuntu on Windows
Quite a regular
Quite a regular


Thank you all for the informations.

Will try to apply asap.

Retired
Go to top


Re: Building Cross-Compiling adtools for Amiga OS4 PowerPC (ppc) with Cygwin/Bash on Ubuntu on Windows
Quite a regular
Quite a regular


@stonecracker

Hello,

i bring up again this thread cause i had a severe Windows 10 failure and lost my uwin installation.

i tried already to reinstall everything as before, having all the steps done previously written in a document and proceeded carefully with copy and paste to ensure no errors occoured during the setup phase.

Unfortunately, the make commands fails with some errors and i can't complete the installation of the uwin environment.

At first i tought that something changed in Windows fall creator update and i figured out that only the lxss environment path has been modified as default. I think that this should not have any impact in the cross compiler setup procedure.

I would like to address this problem definitively, so i ask you (again) for help.

Thank you.

Retired
Go to top


Re: Project DOSBox-X 0.82.2
Quite a regular
Quite a regular


@ChrisH

At the moment there are endianess problem in cga-ega mode. Dos protected mode is slow and buggy.
vga mode runs quite well.
Some optimizations are possibile

Go to top


Re: Do we have an execpl replacement?
Quite a regular
Quite a regular


@salass00

Yes, sorry i missed your post.

Thank you

Retired
Go to top


Re: Do we have an execpl replacement?
Quite a regular
Quite a regular


Found this code on Amiga Wiki page, but seems not working or not updated

/* Get_Systime.c
 *
 * Get system time example
 *
 * Run from CLI only
 */
 
#include <exec/types.h>
#include <exec/io.h>
#include <exec/memory.h>
#include <devices/timer.h>
 
#include <proto/exec.h>
#include <proto/dos.h>
 
 
int main(void)
{
  
int32 error;
  
uint32 days,hrs,secs,mins,mics;
 
  
struct MsgPort *TimerMP IExec->AllocSysObjectTags(ASOT_PORTTAG_END);
 
  if (
TimerMP != NULL)
  {
    
struct TimeRequest *TimerIO IExec->AllocSysObjectTags(ASOT_IOREQUEST,
      
ASOIOR_Sizesizeof(struct TimeRequest),
      
ASOIOR_ReplyPortTimerMP,
      
TAG_END);
 
    if (
TimerIO != NULL)
    {
        
/* Open with UNIT_VBLANK, but any unit can be used */
        
if (!(error IExec->OpenDevice(TIMERNAME,UNIT_VBLANK,(struct IORequest *)TimerIO,0L)))
        {
            
/* Issue the command and wait for it to finish, then get the reply */
            
TimerIO->tr_node.io_Command TR_GETSYSTIME;
            
IExec->DoIO((struct IORequest *) TimerIO);
 
            
/* Get the results and close the timer device */
            
mics TimerIO->tr_time.tv_micro;
            
secs TimerIO->tr_time.tv_secs;
 
            
/* Compute days, hours, etc. */
            
mins secs 60;
            
hrs  mins 60;
            
days hrs 24;
            
secs secs 60;
            
mins mins 60;
            
hrs  hrs 24;
 
            
/* Display the time */
            
IDOS->Printf("\nSystem Time (measured from Jan.1,1978)\n");
            
IDOS->Printf("  Days   Hours  Minutes Seconds Microseconds\n");
            
IDOS->Printf("%6ld %6ld %6ld %6ld %10ld\n"dayshrsminssecsmics);
 
            
/* Close the timer device */
            
IExec->CloseDevice((struct IORequest *) TimerIO);
        }
        else
            
IDOS->Printf("\nError: Could not open timer device\n");
 
        
/* Delete the IORequest structure */
        
IExec->FreeSysObject(ASOT_IOREQUESTTimerIO);
    }
    else
        
IDOS->Printf("\nError: Could not create I/O structure\n");
 
    
/* Delete the port */
    
IExec->FreeSysObject(ASOT_PORTTimerMP);
  }
  else
    
IDOS->Printf("\nError: Could not create port\n");
 
  return 
0;
}



Gettime.c: In function 'main':
Gettime.c:39: error: 'struct TimeRequest' has no member named 'tr_node'
Gettime.c:43: error: 'struct TimeRequest' has no member named 'tr_time'
Gettime.c:44: error: 'struct TimeRequest' has no member named 'tr_time'
Gettime.c:78:2: warning: no newline at end of file

@xenic

Thank you for the info

Retired
Go to top


Re: Project DOSBox-X 0.82.2
Quite a regular
Quite a regular


I'm porting DosBox X (trying...)

Resized Image

Resized Image

Resized Image

I currently disabled serial and ftime.

Tested few games with success.

Go to top



TopTop
(1) 2 3 4 ... 30 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project