The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: Tafoid on July 25, 2018, 01:41:45 am

Title: MAME 0.200 Released
Post by: Tafoid on July 25, 2018, 01:41:45 am
MAME 0.200 (http://mamedev.org/?p=459)

Today’s MAME release has two consecutive zeros in the version number!  The only other time that happened was over twelve years ago!  Although MAME version numbers are are just an incrementing number, by a series of coincidences, MAME 0.200 delivers several major changes.  First of all, if you’re building MAME with Microsoft Visual Studio (MSVC), you’ll need Visual Studio 2017.  We’ve dropped support for Visual Studio 2015.  Starting this month, we’re building the official Windows binaries with GCC 7.3 – this probably won’t affect you (we still support building with GCC 5 and up).  We’re mirroring tagged releases at GitLab (https://gitlab.com/mamedev/mame) (source only) and SourceForge (https://sourceforge.net/projects/mame/) (source and binaries), so if for some reason you’re unable to access GitHub, you’ll still be able to download official MAME releases.

MAME 0.200 includes replacements for the memory system and callback API.  This will enable new functionality and make MAME development more straightforward.  The artwork layout system has also had an overhaul which opens new possibilities.  We’ve tried our best not to break things, but if you do find something wrong, let us know at MAME Testers (http://mametesters.org/), or on our IRC channel #mame on the freenode (https://freenode.net/) network.

In arcade emulation this month, we have a number of new versions of supported titles, including a very rare prototype of Led Storm Rally 2011 and three more Street Fighter II': Champion Edition bootlegs.  Dreamcast/NAOMI colours are greatly improved thanks to snickerbockers, and cam900 fixed some graphical effects in Gals Panic 3 and Billiard Academy Real Break.  Enik Land improved emulation of the Sega Master System, Game Gear and Mega Drive VDPs, covering more corner cases.

The really exciting emulation improvements this month are on the computer side.  There are lots of improvements for UK home computers, including better Camputers Lynx tape support (with lots of additions to the software list), re-worked Acorn System emulation, and support for Acorn Bus slot devices.  We’ve got a brand-new modernised Apple IIgs driver, with improvements in just about every area.  Also, Wayder updated the Sharp 68000 software list, correcting and organising the entries and adding the latest clean dumps.

But even more exciting is the fact that, thanks to Patrick Mackinlay’s gargantuan effort and persistence, the CLIPPER-based InterPro 2000 workstation now works well enough to install and run CLIX (a UNIX operating system).  As far as we know, this is a first for MAME.  The improvements to SCSI, CD-ROM, and serial emulation also benefit other emulated computer systems.  Instructions are on the MAMEdev wiki (http://wiki.mamedev.org/index.php/Driver:InterPro) if you want to try it out.

As usual, you can get source and Windows binaries from the download page (http://mamedev.org/release.html).
Title: Re: MAME 0.200 Released
Post by: bperkins01 on July 25, 2018, 12:26:30 pm
Thanks to all the Mame developers! 
In case you don't hear it enough    :applaud: :applaud:
Title: Re: MAME 0.200 Released
Post by: gstav on August 18, 2018, 11:26:36 am
great days!  ;D

one function I've still struggle to get going is the default artwork for games missing its own artwork.
I believe you just have to have a horizon.zip in the artwork forlder, but nothing shows up.
Have I missing something???

This function I believe have been around since MAME.195  ::)

Thanks in advance
Title: Re: MAME 0.200 Released
Post by: B2K24 on August 18, 2018, 01:33:12 pm
You have to have fallback_artwork option in the mame.ini set to 1

Also, in the ini folder, I have an ini file named horizont.ini with the following inside:

Code: [Select]
fallback_artwork horizont
Title: Re: MAME 0.200 Released
Post by: phulshof on August 19, 2018, 02:14:20 am
You have to have fallback_artwork option in the mame.ini set to 1

Also, in the ini folder, I have an ini file named horizont.ini with the following inside:

Code: [Select]
fallback_artwork horizont

That first part isn’t needed; the second part is.
Title: Re: MAME 0.200 Released
Post by: gstav on August 22, 2018, 04:36:03 am
Thanks guys! It works just perfect!!
Guess I just do the same with a vertical.ini + vertical.zip for shmups too?  ::)
Title: Re: MAME 0.200 Released
Post by: phulshof on August 22, 2018, 05:24:17 am
Thanks guys! It works just perfect!!
Guess I just do the same with a vertical.ini + vertical.zip for shmups too?  ::)
Yes, that's the ticket.

Sent from my SM-G950F using Tapatalk

Title: Re: MAME 0.200 Released
Post by: Trnzaddict on August 26, 2018, 07:50:25 pm
Wait...so MAME now comes with default artwork? Where is the documentation on this? I can’t find it on Mame dev.
Title: Re: MAME 0.200 Released
Post by: PL1 on August 27, 2018, 12:24:09 am
Wait...so MAME now comes with default artwork? Where is the documentation on this? I can’t find it on Mame dev.
Disclaimer: I haven't tested this.

Looks like the files and directions are on Mr. Do's site.

http://mrdo.mameworld.info/mame_artwork_generic.php (http://mrdo.mameworld.info/mame_artwork_generic.php)

Writeup appears to be outdated since step 2 of 3 tells you to compile the executable, but the layout and .PNG files should still work.   :dunno


Scott