Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

7,803

Downloads of v 0.267.0:

146

Last Update:

01 Jul 2024

Package Maintainer(s):

Software Author(s):

  • hundreds of developers

Tags:

mame mess arcade emulator emulation preservation history bcurran3

MAME - Emulation Framework

This is not the latest version of MAME - Emulation Framework available.

  • 1
  • 2
  • 3

0.267.0 | Updated: 01 Jul 2024

Downloads:

7,803

Downloads of v 0.267.0:

146

Maintainer(s):

Software Author(s):

  • hundreds of developers

MAME - Emulation Framework 0.267.0

This is not the latest version of MAME - Emulation Framework available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by hundreds of developers. The inclusion of hundreds of developers trademark(s), if any, upon this webpage is solely to identify hundreds of developers goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install MAME - Emulation Framework, run the following command from the command line or from PowerShell:

>

To upgrade MAME - Emulation Framework, run the following command from the command line or from PowerShell:

>

To uninstall MAME - Emulation Framework, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade mame -y --source="'INTERNAL REPO URL'" --version="'0.267.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade mame -y --source="'INTERNAL REPO URL'" --version="'0.267.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install mame
  win_chocolatey:
    name: mame
    version: '0.267.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'mame' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.267.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller mame
{
    Name     = "mame"
    Version  = "0.267.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'mame':
  ensure   => '0.267.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 31 Jul 2024.

Description

MAME’s purpose is to preserve decades of software history. As electronic
technology continues to rush forward, MAME prevents this important "vintage"
software from being lost and forgotten. This is achieved by documenting the
hardware and how it functions. The source code to MAME serves as this
documentation. The fact that the software is usable serves primarily to
validate the accuracy of the documentation (how else can you prove that you
have recreated the hardware faithfully?). Over time, MAME (originally stood
for Multiple Arcade Machine Emulator) absorbed the sister-project MESS (Multi
Emulator Super System), so MAME now documents a wide variety of (mostly
vintage) computers, video game consoles and calculators, in addition to the
arcade video games that were its initial focus.

screenshot

Package Parameters

  • /AddToDesktop - add a desktop shortcut for MAME. By default the shortcut will be added for all users
    e.g. choco install -y mame --package-parameters="/AddToDesktop"
  • /AddToStart - add a shortcut to the start menu for DbGate. By default the shortcut will be added for all users
    e.g. choco install -y mame --package-parameters="/AddToStart"
  • /User - where the user parameter is specified any shortcuts created (/AddToDesktop or /AddToStart) will only
    be added for the current user
    e.g. choco install -y mame --package-parameters="/AddToDesktop /AddToStart /User"
  • /InstallDir=[directory] - set the installation directory to [directory]
    e.g. choco install -y mame --package-parameters="/InstallDir=C:\Tools\MAME"

Notes

  • Mame only provides a 64-bit version
  • This package is automatically updated using the Chocolatey Automatic Package Update Model (AU).
    If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.

legal\LICENSE.txt
MAME is a registered trademark of Gregory Ember.  Other trademarks are
property of their respective owners.

MAME as a whole is made available under the terms of the GNU General
Public License.  Individual source files may be made available under
less restrictive licenses, as noted in their respective header
comments.

Full license texts may be found in docs/legal in source and binary
distributions.


MAME
Copyright (c) 1997-2024 MAMEdev and contributors

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2, as provided
in docs/legal/GPL-2.0.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.


This software is based in part on the work of the Independent JPEG Group.


The contents of the hash directory are dedicated to the public domain
as described in docs/legal/CC0.

No Copyright

The person who associated a work with this deed has dedicated the work
to the public domain by waiving all of his or her rights to the work
worldwide under copyright law, including all related and neighboring
rights, to the extent allowed by law.

You can copy, modify, distribute and perform the work, even for
commercial purposes, all without asking permission.  See Other
Information below.

Other Information

  * In no way are the patent or trademark rights of any person affected
    by CC0, nor are the rights that other persons may have in the work
    or in how the work is used, such as publicity or privacy rights.

  * Unless expressly stated otherwise, the person who associated a work
    with this deed makes no warranties about the work, and disclaims
    liability for all uses of the work, to the fullest extent permitted
    by applicable law.

  * When using or citing the work, you should not imply endorsement by
    the author or the affirmer.


Asio C++ Library
Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)

Permission is hereby granted, free of charge, to any person or
organization obtaining a copy of the software and accompanying
documentation covered by this license (the "Software") to use,
reproduce, display, distribute, execute, and transmit the Software, and
to prepare derivative works of the Software, and to permit third-parties
to whom the Software is furnished to do so, all subject to the
following:

The copyright notices in the Software and this entire statement,
including the above license grant, this restriction and the following
disclaimer, must be included in all copies of the Software, in whole or
in part, and all derivative works of the Software, unless such copies or
derivative works are solely in the form of machine-executable object
code generated by a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
NON-INFRINGEMENT.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE
DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY,
WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


Berkeley SoftFloat - software implementation of binary floating-point that
conforms to the IEEE Standard for Floating-Point Arithmetic
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of
the University of California

FLAC - Free Lossless Audio Codec
Copyright (C) 2000-2009  Josh Coalson
Copyright (C) 2011-2023  Xiph.Org Foundation

The msinttypes r29 
Copyright (c) 2006-2013 Alexander Chemeris 

Zstandard software
Copyright (c) Meta Platforms, Inc. and affiliates.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
   contributors may be used to endorse or promote products derived from
   this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


bgfx, bimg and bx
Copyright (c) 2010-2019 Branimir Karadzic

linenoise.c -- guerrilla line editing library
Copyright (c) 2010, Salvatore Sanfilippo <antirez at gmail dot com>
Copyright (c) 2010, Pieter Noordhuis <pcnoordhuis at gmail dot com>
Copyright (c) 2011, Steve Bennett <steveb at workware dot net dot au>

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Expat
Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and
Clark Cooper
Copyright (c) 2001-2019 Expat maintainers

Lua - a powerful, fast, lightweight, embeddable scripting language
Copyright (c) 1994-2017 Lua.org, PUC-Rio

LuaFileSystem - File System Library for Lua
Copyright (c) 2003-2015 Kepler Project

LuaSQLite 3 - a Lua 5.1 to 5.3 wrapper for the SQLite3 library
Copyright (c) 2002-2016 Tiago Dionizio, Doug Currie

lua-linenoise
Copyright (c) 2011-2015 Rob Hoelz <[email protected]>

lua_zlib - Lua 5.1 interface to zlib
Copyright (c) 2009 Brian Maher

OpenGL Mathematics (GLM)
Copyright (c) 2005 -2016 G-Truc Creation

PortAudio Portable Real-Time Audio Library
Copyright (c) 1999-2006 Ross Bencina and Phil Burk

PortMidi Portable Real-Time MIDI Library
Copyright (c) 1999-2000 Ross Bencina and Phil Burk
Copyright (c) 2001-2009 Roger B. Dannenberg

pugixml - a C++ XML processing library
Copyright (c) 2006-2019 Arseny Kapoulkine

RapidJSON - A fast JSON parser/generator for C++ with both SAX/DOM style API
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip.

Sol - a C++ library binding to Lua
Copyright (c) 2013-2020 Rapptz, ThePhD and contributors

tap-windows.h
Copyright (C) 2002-2014 OpenVPN Technologies, Inc.

utf8proc
Copyright (c) 2014-2021 Steven G. Johnson, Jiahao Chen, Tony Kelman,
Jonas Fonseca, and other contributors

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


LZMA SDK

LZMA SDK is written and placed in the public domain by Igor Pavlov.

Some code in LZMA SDK is based on public domain code from another
developers:
  1) PPMd var.H (2001): Dmitry Shkarin
  2) SHA-256: Wei Dai (Crypto++ library)

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute the original LZMA SDK code, either in source code form or as
a compiled binary, for any purpose, commercial or non-commercial, and by
any means.

LZMA SDK code is compatible with open source licenses, for example, you
can include it to GNU GPL or GNU LGPL code.


AsmJit - a lightweight library for machine code generation.
Copyright (c) 2008-2021 The AsmJit Authors

Nano SVG - Simple stupid SVG parser
Copyright (c) 2013-14 Mikko Mononen [email protected]

Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>

WDL - fft.cpp
Copyright (c) 2006 and later Cockos Incorporated
Copyright (c) 1999 D. J. Bernstein

zlib data compression library
Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

    1. The origin of this software must not be misrepresented; you must
       not claim that you wrote the original software.  If you use this
       software in a product, an acknowledgment in the product
       documentation would be appreciated but is not required.

    2. Altered source versions must be plainly marked as such, and must
       not be misrepresented as being the original software.

    3. This notice may not be removed or altered from any source
       distribution.


SQLite

2001 September 15

The author disclaims copyright to this source code.  In place of a legal
notice, here is a blessing:

    May you do good and not evil.
    May you find forgiveness for yourself and forgive others.
    May you share freely, never taking more than you give.
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The application has been downloaded from the official distribution and can
be verified by:

1. Go to the binary distribution page

  https://github.com/mamedev/mame/releases/tag/mame0267

and download the archive mame0267b_64bit.exe using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

  https://github.com/mamedev/mame/releases/download/mame0267/mame0267b_64bit.exe

2. The archive can be validated by comparing checksums
  - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mame0267b_64bit.exe
  - Use chocolatey utility 'checksum.exe'  - checksum -t sha256 -f mame0267b_64bit.exe

  File:     mame0267b_64bit.exe
  Type:     sha256
  Checksum: 2A8EDF4844ED83C5DA5A979D04E3A3E90A618E972B0F97EB4BC45B461B37601F

Contents of file LICENSE.txt is obtained from https://github.com/mamedev/mame/blob/master/COPYING
tools\.SkipAutoUninstaller
 
tools\chocolateyBeforeModify.ps1
$ErrorActionPreference = 'Stop'

$mameLink      = 'mame.lnk'

$desktop         = [Environment]::GetFolderPath('Desktop')
$commonDesktop   = [Environment]::GetFolderPath('CommonDesktopDirectory')
$startMenu       = [Environment]::GetFolderPath('StartMenu')
$commonStartMenu = [Environment]::GetFolderPath('CommonStartMenu')

$paths = @(
  (Join-Path $desktop $mameLink),
  (Join-Path $commonDesktop $mameLink),
  (Join-Path $startMenu $mameLink),
  (Join-Path $commonStartMenu $mameLink)
)

$paths.GetEnumerator() | ForEach-Object {
  if (Test-Path -Path $_) {
    Remove-Item $_ -ErrorAction SilentlyContinue -Force | Out-Null
  }
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive  = Join-Path $toolsDir 'mame0267b_64bit.exe'

$pp = Get-PackageParameters

if ($pp.InstallDir) {
  $installDir = $pp.InstallDir
} else {
  $installDir  = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
}

$unzipArgs = @{
  PackageName    = $env:ChocolateyPackageName
  FileFullPath64 = $archive
  Destination    = $installDir
}

Get-ChocolateyUnzip @unzipArgs

if ($pp.count -gt 0) {
  $paths = New-Object System.Collections.ArrayList

  $pp.GetEnumerator() | foreach-object {
    switch ($_.name) {
        'AddToDesktop' {
          if ($pp.User) {
            $desktopPath = [Environment]::GetFolderPath('Desktop')
          } else {
            $desktopPath = [Environment]::GetFolderPath('CommonDesktopDirectory')
          }

          $paths.add($desktopPath) | Out-Null
        }
        'AddToStart' {
          if ($pp.User) {
            $startMenuPath = [Environment]::GetFolderPath('StartMenu')
          } else {
            $startMenuPath = [Environment]::GetFolderPath('CommonStartMenu')
          }

          $paths.Add($startMenuPath) | Out-Null
        }
        'User' {
          # ignore - no need to handle independently as it is a qualifier for other options
        }
        Default {
          Write-Verbose("Unknown parameter $_.name will be ignored")
        }
    }
  }

  $executable = Get-ChildItem $installDir -include mame.exe -recurse

  if ($paths.Count -gt 0) {
    $paths.GetEnumerator() | foreach-object {
      $shortcutPath = Join-Path $_ 'MAME.lnk'
      Install-ChocolateyShortcut -ShortcutFilePath $shortcutPath -TargetPath $executable -WorkingDirectory $unzipDir
    }
  }
}

Get-ChildItem $toolsDir -recurse -include '*.exe' | foreach-object {
  New-Item "$_.Name.ignore" -type file -force | Out-Null
}

Get-ChildItem $installDir -recurse -include '*.exe' | foreach-object {
  Install-BinFile -Name ($_.Name -Replace '\..*') -Path $_.FullName
}
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

Get-ChildItem $installLocation -recurse -include '*.exe' | foreach-object {
    Uninstall-BinFile -Name ($_.Name -Replace '\..*') -Path $_.FullName
  }

Uninstall-ChocolateyZipPackage $env:ChocolateyPackageName 'mame0267b_64bit.exe'
tools\mame0267b_64bit.exe
md5: 786148923FCB7ECD5556CC3AFB935910 | sha1: 84B6EF7D0CD663D89389063A2C7BF60C06A2922D | sha256: 2A8EDF4844ED83C5DA5A979D04E3A3E90A618E972B0F97EB4BC45B461B37601F | sha512: 72D28F90BA1EE2201242C788E75F82A637840C3E8E866E743DE71FF8EC7FACE76BDE5512A8513A1C80F003FB03F63022BC45010EE97D82E3C0CC76D5F151A065

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
MAME - Emulation Framework 0.269.0 118 Thursday, August 29, 2024 Approved
MAME - Emulation Framework 0.268.0 116 Thursday, August 1, 2024 Approved
MAME - Emulation Framework 0.267.0 146 Monday, July 1, 2024 Approved
MAME - Emulation Framework 0.266.0 92 Friday, May 31, 2024 Approved
MAME - Emulation Framework 0.265.0 96 Monday, May 27, 2024 Approved
MAME - Emulation Framework 0.264.0 16 Monday, May 27, 2024 Approved
MAME (Portable) 0.247 948 Wednesday, September 21, 2022 Approved
MAME (Portable) 0.235 685 Monday, September 13, 2021 Approved
MAME (Portable) 0.231 408 Tuesday, May 11, 2021 Approved
MAME (Portable) 0.230 281 Friday, April 9, 2021 Approved
MAME (Portable) 0.222 767 Friday, July 17, 2020 Approved
MAME (Portable) 0.220 343 Tuesday, May 5, 2020 Approved
MAME (Portable) 0.206 853 Wednesday, February 13, 2019 Approved
MAME (Portable) 0.205 311 Sunday, January 6, 2019 Approved
MAME (Portable) 0.199 698 Thursday, July 19, 2018 Approved
MAME (Portable) 0.198 396 Saturday, June 9, 2018 Approved
MAME (Portable) 0.196 397 Saturday, April 21, 2018 Approved
MAME (Portable) 0.191 517 Saturday, December 9, 2017 Approved
MAME (Portable) 0.185 547 Saturday, May 6, 2017 Approved

This package has no dependencies.

Discussion for the MAME - Emulation Framework Package

Ground Rules:

  • This discussion is only about MAME - Emulation Framework and the MAME - Emulation Framework package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or MAME - Emulation Framework, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus