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: Groovyume - wiimote  (Read 1404 times)

0 Members and 1 Guest are viewing this topic.

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Groovyume - wiimote
« on: November 17, 2014, 05:43:00 am »

Hello Calamity,

It is possible to handle the wiimote in two different ways, either X11 or SDL. SDL is preferable in order to handle more than 1 controller. I remember that previous groovyarcade distro build was including a patch for this. What is the situation today?

Cheers

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: Groovyume - wiimote
« Reply #1 on: November 17, 2014, 05:50:24 am »
I was only aware of one of the ways (#NO_USE_XINPUT = 1, currently in gm patch).
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: Groovyume - wiimote
« Reply #2 on: November 17, 2014, 08:12:06 am »

My references are the following descriptions. Now I am confused, and the SDLmame version could have something identical to groovy or vice versa. Nevertheless, if this is already in gm patch, the case is closed.

X11 method

Code: [Select]
http://spritesmods.com/?art=wiimote-mamegun&page=2
Quote
... X only is capable of using one pointer, by the way, so don't point both Wiis to the screen at the same time if you want to control the cursor.


SDL method

Code: [Select]
http://spritesmods.com/?art=wiimote-mamegun&page=3

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: Groovyume - wiimote
« Reply #3 on: November 17, 2014, 08:27:10 am »
I believe those are not two different methods but parts of the same method. In fact the MAME part is already integrated in baseline since long. So the only thing you need is to comment out the "#NO_USE_XINPUT = 1" bit before compiling, and set up xorg.conf.
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi