Downloads:
7,725
Downloads of v 0.222:
765
Last Update:
17 Jul 2020
Package Maintainer(s):
Software Author(s):
- hundreds of developers
Tags:
mame arcade emulator game games gaming nintendo nes snes famicom gameboy sega portable binaryMAME (Portable)
This is not the latest version of MAME (Portable) available.
- 1
- 2
- 3
0.222 | Updated: 17 Jul 2020
Downloads:
7,725
Downloads of v 0.222:
765
Maintainer(s):
Software Author(s):
- hundreds of developers
MAME (Portable) 0.222
This is not the latest version of MAME (Portable) 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
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install MAME (Portable), run the following command from the command line or from PowerShell:
To upgrade MAME (Portable), run the following command from the command line or from PowerShell:
To uninstall MAME (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download mame --internalize --version=0.222 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade mame -y --source="'INTERNAL REPO URL'" --version="'0.222'" [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.222'"
$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.222'
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.222'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller mame
{
Name = "mame"
Version = "0.222"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mame':
ensure => '0.222',
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.
This package was approved as a trusted package on 17 Jul 2020.
choco://mame
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
What is MAME
MAME originally stood for Multiple Arcade Machine Emulator.
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 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.
Purpose
MAME's main purpose is to be a refefence to the inner workings of the emulated machines. This is done both for educational purposes and for preservation purposes, in order to prevent historical software from disappearing forever once the hardware it runs on stops working. Of course, in order to preserve the software and demonstrate that the emulated behavior matches the original, you must also be able to actually use the software. This is considered a nice side effect, and is not MAME's primary focus.
It is not our intention to infringe on any copyrights or patents on the original games. All of MAME's source code is either our own or freely available. To operate, the emulator requires images of the original ROMs, CDs, hard disks or other media from the machines, which must be provided by the user. No portions of the original game code are included in the executable.
Cost
MAME is free. Its source code is free. The project as whole is under distributed under the GNU General Public License, version 2 (GPL-2.0), but most of code (including core functionality) is available under the BSD-3-clause license.
Legal ROM Sources:
mamedev.org
archived gaelco.com
MAME is mostly programmed in C with some core components in C++. MAME can currently emulate over 32000 individual systems from the last 5 decades. Supported systems
Click here to Patreon-ize the package maintainer.
$ErrorActionPreference = 'Stop'
$packageName= 'mame'
Remove-Item "$ENV:Public\Desktop\MAME.lnk" -Force -ErrorAction SilentlyContinue
Remove-Item "$ENV:ProgramData\Microsoft\Windows\Start Menu\Programs\MAME.lnk" -Force -ErrorAction SilentlyContinue
==================== MAME ====================
https://www.mamedev.org/legal.html
Disclaimer
The source code to MAME® is provided under the GNU General Public License version 2 or later as of Git revision 35ccf865aa366845b574e1fdbc71c4866b3d6a0f and the release of MAME 0.172. Source files may also be licensed as specified in the file header. This license does not apply to prior versions of MAME.
License
MAME
Copyright (C) 1997-2020 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 as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
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.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Trademark
MAME® is a registered trademark of Gregory Ember. The "MAME" name and MAME logo may not be used without first obtaining permission of the trademark holder.
Copyright
The code in MAME is the work of hundreds of developers, each of whom owns the copyright to the code they wrote. There is no central copyright authority you can license the code from. The proper way to use the MAME source code is to examine it, using it to understand how the games worked, and then write your own emulation code. Sorry, there is no free lunch here.
bcurran3 07/16/2020
==================== MAME ====================
==================== MAME ====================
The MAME binary is downloaded by BCURRAN3 directory from the MAME developer site at mamedev.org and packaged for Chocolatey.
==================== MAME ====================
Log in or click on link to see number of positives.
- mame.0.222.nupkg (cf1ebbe9321f) - ## / 60
- mame0222b_64bit.exe (b80ca8928ec8) - ## / 62
- castool.exe (e0f7e6669dad) - ## / 71
- chdman.exe (314190b63575) - ## / 73
- floptool.exe (d1f1615f0c78) - ## / 73
- imgtool.exe (68951f99e71b) - ## / 72
- jedutil.exe (ef974f60032d) - ## / 72
- ldresample.exe (f550c1cae2f3) - ## / 70
- ldverify.exe (53284f203e55) - ## / 71
- mame64.exe (9ea6f76e0486) - ## / 65
- nltool.exe (d44d423d4af3) - ## / 72
- nlwav.exe (134e6efe5dd2) - ## / 72
- romcmp.exe (07f9da87f553) - ## / 72
- unidasm.exe (16a3c5fc7d6e) - ## / 72
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 | 85 | Thursday, August 29, 2024 | Approved | |
MAME - Emulation Framework 0.268.0 | 113 | 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 | 946 | Wednesday, September 21, 2022 | Approved | |
MAME (Portable) 0.235 | 684 | Monday, September 13, 2021 | Approved | |
MAME (Portable) 0.231 | 406 | Tuesday, May 11, 2021 | Approved | |
MAME (Portable) 0.230 | 281 | Friday, April 9, 2021 | Approved | |
MAME (Portable) 0.222 | 765 | 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 | 308 | 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 |
hundreds of developers
This package has no dependencies.
Ground Rules:
- This discussion is only about MAME (Portable) and the MAME (Portable) 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 (Portable), 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.