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: Playchoice-10 Mame Default keys  (Read 1832 times)

0 Members and 1 Guest are viewing this topic.

Spawn2k

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 37
  • Last login:May 24, 2022, 12:27:47 am
  • I want to build my own arcade controls!
Playchoice-10 Mame Default keys
« on: March 07, 2015, 04:05:59 am »
Anyone know how to remap the default keys for Mame? Yes, i know you can press TAB to configure but some keys are missing.
Playchoice-10 needs a select channel button "0" and enter "-"
I want to remap these keys to something else. Is there anything in the defaults.cfg i can edit?
The only possible way i can think of is compiling my own mame?
in playch10.c
   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_SERVICE ) PORT_NAME("Channel Select") PORT_CODE(KEYCODE_0)
   PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_SERVICE ) PORT_NAME("Enter") PORT_CODE(KEYCODE_MINUS)
   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_SERVICE ) PORT_NAME("Reset") PORT_CODE(KEYCODE_EQUALS)
Please tell me there is an easier way?

Spawn2k

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 37
  • Last login:May 24, 2022, 12:27:47 am
  • I want to build my own arcade controls!
Re: Playchoice-10 Mame Default keys
« Reply #1 on: March 07, 2015, 05:13:53 am »
I'm guessing this is my problem?
http://mametesters.org/view.php?id=5418

I am tempted just to write a script that will create individual cfg files for all Playchoice-10 roms.
If anyone has found a workaround please let me know.