Jump to content

MESS, MESSUI and MAMEUI 0.234


Robert

Recommended Posts

7 minutes ago, Robert said:

The answers are all there if you took a short while to look at everything. Don't jump to hasty wrong conclusions.

Yep, I remember now that I've made these 2 changes from your file 'makee.bat' that you've mentioned in the thread

for version 0.229 here, so you're right: you've already given the right hint to build the 32 bit version MessUI32!

Link to comment
Share on other sites

On 8/2/2021 at 12:20 PM, Robert said:

@StHiryu : I was about to say that the file locations are right there in the text you quoted.

Obviously I'm not going to recommend using bits of code from old versions - there's a reason for having newer code.

You need to consider that you are able to build MAMEUI, and MESSUI is simply a subset of that. So you need to find out what you're not doing correctly.

Simply I'm doing the same process with all the distributions. For example for mameui:

git clone https://github.com/Robbbert/mameui.git

make -j5 TARGET=mame OSD=messui REGENIE=1 STRIP_SYMBOLS=1 NOWERROR=1 PTR64=1

And for messui:

git clone https://github.com/Robbbert/messui.git

make -j5 SUBTARGET=mess OSD=messui REGENIE=1 STRIP_SYMBOLS=1 NOWERROR=1 PTR64=0

No changes are made from the github code.

EDIT: Finally compiled 0.233 with the quoted changes and works. So I'll compile again the messui versions since 0.227.

Edited by StHiryu
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...