Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Flashing Atari games (what's the name of the exe)  (Read 1988 times)

0 Members and 1 Guest are viewing this topic.

mimic

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 805
  • Last login:July 20, 2025, 09:41:28 am
  • ...
Flashing Atari games (what's the name of the exe)
« on: December 05, 2020, 11:26:10 pm »
Forum search is not working and I can't find on Google what was the name of the exe that (I think) came with MAME and was able to send signal to volcano type LEDs.

EDIT: ledutil.exe that's what it was!

EDIT2: Can't find it on my computer in MAME folder or anywhere for that matter. It seem it was only included with Mameuifx, but on their official page only modified mame exe can be downloaded.  Anyone knows where I can get said ledutil?
TIA!
« Last Edit: December 06, 2020, 12:37:15 am by mimic »

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 9674
  • Last login:Today at 01:08:07 pm
  • Designated spam hunter
Re: Flashing Atari games (what's the name of the exe)
« Reply #1 on: December 06, 2020, 02:22:26 am »
Are you using a pre-2015 I-Pac2 to drive the LEDs?

If you are using a newer LED controller, you may want to consider LEDBlinky, MAMEHooker, etc.
----------------
It seem it was only included with Mameuifx
The ledutil.exe tool is part of mainline MAME and MAMEUIFX, but AFAIK it isn't included in the default download packages.

Looks like you need to compile MAME with the "TOOLS=1" option.   :dunno

Related thread:  https://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=110225


Scott

nexusmtz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 489
  • Last login:June 01, 2022, 03:14:22 am
Re: Flashing Atari games (what's the name of the exe)
« Reply #2 on: December 06, 2020, 02:29:23 am »
v0178 includes it. v0179 doesn't. Since it varies with almost every version, you probably can't mix.

mimic

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 805
  • Last login:July 20, 2025, 09:41:28 am
  • ...
Re: Flashing Atari games (what's the name of the exe)
« Reply #3 on: December 06, 2020, 02:24:56 pm »
v0178 includes it. v0179 doesn't. Since it varies with almost every version, you probably can't mix.

Thanks! I'll try with later version see if it works ok.

mimic

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 805
  • Last login:July 20, 2025, 09:41:28 am
  • ...
Re: Flashing Atari games (what's the name of the exe)
« Reply #4 on: December 06, 2020, 08:17:37 pm »
Can I only use the ledutil.exe with mame version that it came with or will it work with ANY mame version (it's not working for me on .221 or something like that, HS with front end. (I know it used to work before I reinstalled the PC)

Are you using a pre-2015 I-Pac2 to drive the LEDs?

Yeah, I-Pac 4 with the proper leads. I had it working before so being too new is not an issue.
« Last Edit: December 06, 2020, 08:35:30 pm by mimic »

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 9674
  • Last login:Today at 01:08:07 pm
  • Designated spam hunter
Re: Flashing Atari games (what's the name of the exe)
« Reply #5 on: December 06, 2020, 10:18:58 pm »
You may need to set "outputs" to "windows" in mame.ini.
Related thread: http://forum.arcadecontrols.com/index.php/topic,151464.0.html

Can I only use the ledutil.exe with mame version that it came with or will it work with ANY mame version (it's not working for me on .221 or something like that, HS with front end. (I know it used to work before I reinstalled the PC)
A search for "ledutil" in the MAME source code on github yields 3 results.
https://github.com/mamedev/mame/search?q=ledutil

The third result is for ledutil.cpp.
https://github.com/mamedev/mame/blob/1a5b900759f491bf6b59be67b5446b0a1becb04b/src/osd/windows/ledutil.cpp

If you look at the history, there have been several commits since MAME 0.178 was released on September 28, 2016 that might change the way that MAME interacts with ledutil.exe.   :dunno
https://github.com/mamedev/mame/commits/399515c7a783f84b5c40c5e1733500b3d62bf634/src/osd/windows/ledutil.cpp


Scott