Skip to content

2022.1

Compare
Choose a tag to compare
@yoshisuga yoshisuga released this 28 Mar 01:16
· 97 commits to master since this release
a6b4872
  • Updated to MAME 241.
  • Minimum version is now iOS 13.4, tvOS 13.4, and macOS 10.15.5 (Catalina)
  • Removed MAME4mac build Target, build MAME4iOS for Catalyst instead
  • Support for Software keyboard for machines that need keyboard input.
  • Non git-tracked Developer.xcconfig
  • Minimal Benchmark support, results stored in benchmark.csv
    • Benchmark button at bottom of Settings
  • fix for MAME Artwork
    • Game & Watch artwork issues
  • Ignore software-lists on 139
    • dont filter Consoles when Hide BIOS option selected.
  • game controller can now be used to drive choose game UX
    • MENU => ContextMenu
    • OPTION => Settings
  • new Alert and Action Sheet UX
  • added AddROMS button to toolbar
  • create software and shaders directories at startup, if they dont exist
    • software contains non-software-list files (cart, flop, roms, etc...)
    • shaders is for a future release
  • show romless Arcade games, like breakout and pong
    • see list below
  • support romless Console Machines
    • any file in the software folder can be play'd via a supported Machine.
    • see list below
  • support running non-software-list ROMs
    • Any files in the software directory will be shown, and user can choose machine to run.
    • Import most known file types automaticly
  • get info on any game, not just ones with info in HISTORY.DAT
  • added a Play With... context menu item to games that can be played on multiple machines.
  • collapse sections for clone machines and Consoles by default.
  • remember and try to restore the selected item in Choose Game UX
  • added a "Group by Software" option, this will create sections by Software List name not Machine/System name
  • HUD on tvOS works with any game controller, when HUD is enabled in-game menu is the HUD.
  • Filter NTSC and PAL Software Lists.
    • uses adhoc method based on Machine description.
  • Added "Paste Image" to set the title image used in Choose Game UX.
  • Support adding additional command line arguments for a game/software title. Long tapping a game/title will now show a "Add Arguments..." in the context menu that will let you add command line arguments. Use with caution and only if you know what you are doing :)