Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
101 user(s) are online (54 user(s) are browsing Forums)

Members: 1
Guests: 100

Firetail, more...

Headlines

 
  Register To Post  

« 1 ... 4 5 6 (7)
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Quite a regular
Quite a regular


See User information
I have this Ultrasound stuff since many years, I think it's on Dosbox forum.

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Home away from home
Home away from home


See User information
@thematic
Yes, its from their forum. Question is : should we include it by default just to "C" directory of dosbox archive, so everyone who will download and unpack will have working midi from begining. Or it should stay away as it separate thing mostly.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Quite a regular
Quite a regular


See User information
I find the GUS issue can use attention, say, put the link (page or file) to readme.

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Home away from home
Home away from home


See User information
@kas1e

yeah audio works now .. playing doom with those is another story :)

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Quite a regular
Quite a regular


See User information
Works really good. Thanks you all. Now i can play Death Rally using usb-adaper and Tac2 joystick.

AmigaOne X5000
Radeon HD 7700
Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Just popping in
Just popping in


See User information
Just tried this with a LEMMINGS3 CD, but I cannot type a colon. Other shifted keys work, I can get a semi colon. Couldn't get a colon added in the keymap either. As I cannot think I'm the only one to try that, any ideas what I'm doing wrong?

X-1000 4.1 final, AmigaOne keyboard from Aeon.

Thank you

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Home away from home
Home away from home


See User information
@Nuder_Try
Quote:

Just tried this with a LEMMINGS3 CD, but I cannot type a colon. Other shifted keys work, I can get a semi colon. Couldn't get a colon added in the keymap either. As I cannot think I'm the only one to try that, any ideas what I'm doing wrong?


You need to download latest dosbox from os4depot, and use mapper file which come with it.

Or alternatively you can generate your own mapper file via ctrl+f1, where you can reassign things as you need

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Not too shy to talk
Not too shy to talk


See User information
latest DOSbox v0.76 mentionned some interesting news :

https://dosbox-staging.github.io/v0-76-0/

2.5Dynamic recompilation for PowerPC and POWER8 (ppc64le)
Roughly two years ago jmarsh of the vogons.org forums published a feature-complete dynamic recompilation patch supporting the PowerPC (32-bitarchitectureThis was quickly expanded by the community to support the POWER8 (64-bitarchitecture as wellBoth patches (with slight improvementswere merged to DOSBox Staging.

Shoutout to AmigaOS community for help with thoroughly testing this significant PowerPC contribution! :)


Edited by Lio on 2020/12/6 21:18:21
Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Just can't stay away
Just can't stay away


See User information
@Lio
but is there already a binary for amiga os with this feature? or developers are required to add this feature to amiga os?

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Home away from home
Home away from home


See User information
@nubechecorre & Lio

No need, Dynamic recompilation support for PPC (aka JIT) is already supported by our version and its the same of the one mentioned in that changelog...
Aniway since a year has passed since the last release it might be worth updating the source to the latest SVN version of Dosbox

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Quite a regular
Quite a regular


See User information
Wasn't there like a memory deallocation missing? Of the JIT cache?

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Quite a regular
Quite a regular


See User information
Is DOSBox_r3_2.lha the latest version?

AmigaOne X5000
Radeon HD 7700
Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Home away from home
Home away from home


See User information

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Quite a regular
Quite a regular


See User information
@samo79

Thanks!

AmigaOne X5000
Radeon HD 7700
Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Not too shy to talk
Not too shy to talk


See User information
@all

I am trying to port Wii BigEndian port of Fallout2 game to AmigaOS4.
https://github.com/ChrisNonyminus/fallout2-ce/tree/3ds-and-wii

There is a assembler function called __lwbrx

e.g. entriesDataSize = __lwbrx(&entriesDataSize, 0);

I saw a reference about his code in this thread.

How should I use in gcc code ?

Sinan - AmigaOS4 Beta-Tester
- AmigaOne X5000
- AmigaOne A1222
- Sam460ex
Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Just can't stay away
Just can't stay away


See User information
@SinanSam460

__lwbrx() sounds like it's an inline assembler function based on the lwbrx instruction. If so, you should be able to replace this instance with:

entriesDataSize = __builtin_bswap32(entriesDataSize);

assuming that you are using a new enough gcc.

Go to top
Re: Latest DOSBOX : with PPC dynamic recompiler and stuff , right there!
Just popping in
Just popping in


See User information
I used DOSBox with JIT on my Amiga X5000 a lot recently and even installed Excel 5.0 under Windows 3.11 on it for serious use, but I came to very strange issue:

When I try to enter numbers in Excel spreadsheet cells, the accepted number is always rounded to a smaller number if it exceeds a certain value.

For example I can enter 1,2,but not 3 (it accepts 2), then 4 but when I enter 5 it enters 4, up to 8 where 8 is okay, but 9 returns 8 up to 16 etc..
Here is a video demonstrating the issue:




I will try to test if the same issue will happen on the MacOS X 10.4 or 10.5 versions of DOSBox with PPC JIT.

Software is stable and doesn't crash.

Does anyone else experience similar problem?

Is it because I am using fakeshar.exe and noshare.exe to simulate the share.exe which doesn't work under DOSBox from what I read or it is something else. Is there a way to fix this and use Excel 5.0 on Amiga?

Edit: I have tested same DOSBox Windows 3.11 installation on iBook G3 900 MHz with DOSBox JIT for MacOS under MacOS X 10.4.11 (Tiger) and same issues appear. Then I copied the same files to Windows PC running DOSBox-X and Excel worked fine there.

So, this is either endian issue, or some bug that is fixed with the DOSBox-X fork.

I've tried to run my installation on the original DOSBox on PC from DOSBox's site and Excel didn't start at all.


Edited by drHirudo on 2024/1/22 8:46:38
Reason: Embed video and tests on other platforms
Edited by drHirudo on 2024/1/22 8:48:34
Go to top

  Register To Post
« 1 ... 4 5 6 (7)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project