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: Quit MAME = quit windows  (Read 1443 times)

0 Members and 1 Guest are viewing this topic.

Serpent

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 101
  • Last login:December 02, 2003, 03:34:39 am
  • I'm a llama!
Quit MAME = quit windows
« on: May 10, 2004, 06:41:46 am »
Is there any version of MAME32, or better, a way to tweak windows or MAME32, so that when I quit MAME32, windows automatically shutdowns?

abrannan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:July 25, 2012, 11:32:14 am
  • Building a cabinet in perpetuity since 2002
Re:Quit MAME = quit windows
« Reply #1 on: May 10, 2004, 08:22:25 am »
Some of the frontends will do that.  I know MameWah can.
If no one feeds the trolls, we're just going to keep eating your goats.

Apollo

  • Yes You Can Have A Custom Title
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1877
  • Last login:May 27, 2021, 10:49:02 pm
    • Eight Bells
Re:Quit MAME = quit windows
« Reply #2 on: May 10, 2004, 04:29:27 pm »
Change to windows command line MAME and MAMEWAH, they are surprisingly easy to set up and will do exactly as you say possibly with some better game performance as an added bonus.

Gradius

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 117
  • Last login:February 04, 2008, 03:10:49 pm
  • I'm a llama!
Re:Quit MAME = quit windows
« Reply #3 on: May 10, 2004, 04:43:07 pm »
Sorry but I like MAME32's gui. It's powerful and fast.

Apollo

  • Yes You Can Have A Custom Title
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1877
  • Last login:May 27, 2021, 10:49:02 pm
    • Eight Bells
Re:Quit MAME = quit windows
« Reply #4 on: May 10, 2004, 04:48:48 pm »
Powerful and fast, hmmmmm tried a few others have you? LMAO.

maraxle

  • Guest
  • Trade Count: (0)
Re:Quit MAME = quit windows
« Reply #5 on: May 10, 2004, 07:19:41 pm »
There's probably some program out there that can watch the running processes on your machine and make sure mame32.exe (or whatever it's called) is running.  If it's not running, execute a shutdown command.  I don't know of a specific program that will do this, but your friend Google can probably help.

maraxle

  • Guest
  • Trade Count: (0)
Re:Quit MAME = quit windows
« Reply #6 on: May 10, 2004, 07:22:45 pm »
Better yet, just find a program that will shutdown the system.  I had one called shutdown.exe before.  Then, make a batch file that you launch instead of launching mame32.exe.  The batch file would contain:

mame32.exe
shutdown.exe

Once you close mame32, it'll run the next line in the batch file.

Witchboard

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2002
  • Last login:January 05, 2022, 09:09:24 pm
    • Oklahoma Coin-Operated Collectors
Re:Quit MAME = quit windows
« Reply #7 on: May 10, 2004, 08:32:23 pm »
You can try a registry edit, but I wouldn't unless you have the computer networked so you can change it back if you need to.  I'm thinking you can change your shell program from explorer to whatever emu you want.  When you exit the emu, windows shuts down.  We used to mess with people at work all the time by replacing their shell with minesweeper.  They would log on, minesweeper would open, they would be like, "WTF?", close minesweeper, windows would shut down.

I'll see if I can find the correct registry key tonight.  Which version of Windows are you using?

rsoandrew

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 90
  • Last login:February 24, 2018, 09:02:10 am
  • Worldwide travelling Mame Machine
    • Andrew's Arcade
Re:Quit MAME = quit windows
« Reply #8 on: May 10, 2004, 09:18:45 pm »
I was planning on using windows to shut down Mame without quiting it. It should force quit without user input just fine.

I am going to put a shutdown and reset button someplace out of reach probably on the upper side of the cabinet and use my ipac to setup a custom key combination that will invoke the windows shutdown command when I press the key. The reset button will go to the motherboard. I'm also planning on replacing my startup screen.

Here are some links for what I'm planning.
Download a new Mame XP startup screen
and program to install it.
Change Shutdown screens (modify the startup bmp)
Win XP shutdown command line switches
The link above explains how to create a shortcut and then program the hot keys. My plan is to setup a button in the ipac to generate the shutdown shortcut hotkey combo.

Of course if my cabinet would ever come :-[, I'd let you know if this actually works.

gyruss

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 45
  • Last login:September 20, 2004, 06:51:38 am
  • No coins detected in pocket ...
Re:Quit MAME = quit windows
« Reply #9 on: May 10, 2004, 09:40:55 pm »
A pgm called HotExit can be used in a batch file to shutdown.
Or you can use AutoIT to shutdown when mame32 is no longer active. Both pgms are free. I use AutoIT to shutdown the Visual Pinball editor after you exit from playing a pinball game.