# messui **Repository Path**: genss/messui ## Basic Information - **Project Name**: messui - **Description**: MESSUI - MESS with a windows frontend - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-12 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **MESSUI** # What is MESSUI? =============== MESSUI is an easy-to-use frontend of MESS, for Windows XP and later. License ======= * The license of MAME is explained at the MAME repository ( https://github.com/mamedev/mame ). * The license of WINUI (the graphical frontend) is BSD3Clause. How to compile? ============= To create the command-line build: ``` make subtarget=mess OSD=newui ``` To create the graphical frontend build: ``` make subtarget=mess OSD=messui ``` Where can I find out more? ============= * [Official MAME Development Team Site](http://mamedev.org/) (includes binary downloads for MAME and MESS, wiki, forums, and more) * [Official MESS Wiki](http://mess.redump.net/) * [MAME Testers](http://mametesters.org/) (official bug tracker for MAME and MESS) * [Official MESSUI site](http://messui.1emulation.com/) * [Official MESSUI forum](http://1emulation.com/pc/messui) (bugs, requests, discussion) Licensing Information ===================== Information about the MAME content can be found at https://github.com/mamedev/mame/blob/master/README.md Information about the MAME license particulars and disclaimers can be found at https://github.com/mamedev/mame/blob/master/LICENSE.md Information about the WINUI portion can be found at https://github.com/Robbbert/mameui/blob/master/docs/winui_license.txt