MAME Arcade Game Name Plugin (mameName) [UPDATED v1.2]
Posted: October 3rd, 2018, 5:12 pm
Hey there!
Whilst planning an arcade cabinet build I remembered I had an LCD screen and thought it would be awesome if it displayed the name of the current game from MAME. (https://www.mamedev.org/) along with some other system information.
I couldn't find any plugins so I wrote one and present it to you here today...
Updated to v1.2 - Now auto detects 32 or 64bit and is compatible with MAMEUIFX32/64 & ARCADE32/64.
mameName v1.2
Displays the name of the current running game ROM in MAME. (mamedev.org)
USAGE:
The first parameter is always 1, the last is always 0.
"hideLongName" will show the full name when set to 0 and attempt to show the game name only when set to 1. 1 is the recommended setting.
Say we are playing the ROM titled "Galaxian (Namco set 1) [galaxian]".
Here's how it would look with different settings:
LCD Display: "Galaxian (Namco set 1) [galaxian]"

LCD Display: "Galaxian"

Also MAMEUIFX compatible:

DOWNLOAD v1.2: Latest will always be available at: https://fuzzytek.net

Whilst planning an arcade cabinet build I remembered I had an LCD screen and thought it would be awesome if it displayed the name of the current game from MAME. (https://www.mamedev.org/) along with some other system information.
I couldn't find any plugins so I wrote one and present it to you here today...
Updated to v1.2 - Now auto detects 32 or 64bit and is compatible with MAMEUIFX32/64 & ARCADE32/64.
mameName v1.2
Displays the name of the current running game ROM in MAME. (mamedev.org)
USAGE:
Code: Select all
$dll(mameName,1,[hideLongName (0/1)],0)
"hideLongName" will show the full name when set to 0 and attempt to show the game name only when set to 1. 1 is the recommended setting.
Say we are playing the ROM titled "Galaxian (Namco set 1) [galaxian]".
Here's how it would look with different settings:
Code: Select all
$dll(mameName,1,0,0)

Code: Select all
$dll(mameName,1,1,0)

Also MAMEUIFX compatible:

DOWNLOAD v1.2: Latest will always be available at: https://fuzzytek.net
