MAME4iOS icon indicating copy to clipboard operation
MAME4iOS copied to clipboard

How to build 250 from source?

Open ultratiem opened this issue 9 months ago • 2 comments

Hello,

I grabbed the source and built 139 just fine but I see no way to set it to 250. How do I build 250 from source, not 139?

ultratiem avatar Apr 29 '24 19:04 ultratiem

截屏2024-04-30 08 52 12

LiuSky avatar Apr 30 '24 00:04 LiuSky

Thanks for the reply. In that config file I see the following:

// 3. Select the MAME binary to link to. // 139u1 or latest MAME version

// USE THIS LINE for a local build of 139u1 MAME. (via make-ios.sh, make-tvos.sh, or make-mac.sh) MAMELIB = libmame-139u1 // USE THIS LINE for a build of current latest MAME (via get-libmame.sh) // MAMELIB = libmame

I've tried libmame-250 and just libmame but neither build 250, just the standard 139.

ultratiem avatar Apr 30 '24 02:04 ultratiem

delete (-139u1) and type -250 in the next line

Alexck002 avatar May 23 '24 02:05 Alexck002