zoukankan      html  css  js  c++  java
  • MAME模拟器使用简单教程

    平时比较喜欢玩小时候的街机游戏,一开始用Winkawas,后来改用MAME,原因无他,mame是开源软件,更新更稳定可靠,但是它也有几个问题,记录一下。

    1、MAME官网:www.mamedev.org,百度搜出一大堆其他的。

    2、MAME官网下载的是一个命令行工具,我晕,就不能搞得人性化一点,好在有个哥们搞了一个gui前端,网址:http://www.mameui.info/

    3、MAME源码:https://git.redump.net/

    4、roms:https://edgeemu.net/

    5、一些注意事项:

    Some things that might have tripped you up:

    MAME will show a lot of games as "available" that aren't really. I think they mean "compatible" more than "available" here. You can run MAME with the name of a ROM to start right into that game, or fail immediately if it isn't present.

    You might start with one of the publicly available ROMS on the MAME website, since those are pretty much guaranteed to work. Files you find on ROM sites are a bit more suspect.

    For some games (like Street Fighter 3 Third Strike), a .CHD file is required in addition to the ROM. There are rules about where this CHD file lives, you can read up on this at the FAQ.

    NeoGeo games (Like King of Fighters '97) require neogeo.zip in your roms folder, but it seems like you've done that already.

    Note that MAME is very picky about ROM file names - they must match exactly what MAME expects them to be. If you've renamed the files, or they downloaded with the wrong names, you'll need to fix them. mame -listfull can tell you the game name and the expected ROM name that matches, although you'll probably want to pipe this to grep or similar due to the large number of supported ROMs.

  • 相关阅读:
    Go 语言机制之逃逸分析
    类型转换和类型断言
    浅析rune数据类型
    Go 文件操作(创建、打开、读、写)
    字符编码笔记:ASCII,Unicode 和 UTF-8
    cmd.exe启动参数详解
    linux下.so、.ko、.a的区别
    Python 和C#的交互
    Innodb表压缩过程中遇到的坑(innodb_file_format)
    更改mysql的加密方式和密码策略
  • 原文地址:https://www.cnblogs.com/litifeng/p/10263756.html
Copyright © 2011-2022 走看看