Version 0.278
			
				 115 downloads
			
			
			
				
					Latest Release: .278
 
	----279 has a compiler error, will try again tonight
 
	ARCADE64 is a Windows-based frontend for MAME, a multi-arcade emulator.
 
	Its useful if you want mame but want a nice gui for settings.
 
	No support will be provided, due to me checking the forum very infrequently.
 
	
 
	https://arcade.mameworld.info/
 
	ARCADE64 is a continuation of the MAMEUIFX project. It is based on the latest MAME source at the time of release. 
	It is in maintenance only (no active development of new features). 
	 
	What's in it?
 
	
		Arcade games only 
	
	
		NO mechanical games (pinball, crane games, etc) 
	
	
		NO computers, consoles, terminals, appliances, etc 
	
	
		Only playable games are included 
	
	–--------
 
	This is the No-Nag version of MAME front end, Arcade64
 
	You need to have setup Arcade 64 in advance. This is only a replacer for the exe.
 
	source code and project files available through my Github: https://github.com/xechostormx/arcade64-No-Nag
 
	I will upload new versions as long as I am still using the software.
 
	Changes are made to ui.cpp as shown below.
 
	virus scan results here: https://www.virustotal.com/gui/url/2560d1667ac15800ac23011d93a6ae75b60932ad9596b3a250a2c536501cd835/detection
 
	
 
	Line 629:
 
	void mame_ui_manager::display_startup_screens(bool first_time) 
	{ 
	    const int maxstate = 3; 
	    int const str = machine().options().seconds_to_run(); 
	    bool show_gameinfo = !machine().options().skip_gameinfo(); 
	    bool show_warnings = false; 
	    bool video_none = strcmp(downcast<osd_options &>(machine().options()).video(), OSDOPTVAL_NONE) == 0;
 
	// Removed conditional logic for nonag build