VOGONS


First post, by brankovic

User metadata
Rank Newbie
Rank
Newbie

Hello,

It's a question to developers, is dosbox core byte-order safe? I mean if program manipulates individual bytes of integer, will it get same result on x86 and powerPC host?

I am asking here because my (more specific) question about mac and linux multiplayer problem went unanswered so far..

Reply 1 of 2, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

The target x86 application will run the same on little-endian as well as on big-endian architectures, minus bugs.

Reply 2 of 2, by brankovic

User metadata
Rank Newbie
Rank
Newbie

ok, thanks for quick reply