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: Johnny 5 Viewer beta 1.5 released!  (Read 6091 times)

0 Members and 1 Guest are viewing this topic.

Tiger-Heli

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5447
  • Last login:January 03, 2018, 02:19:23 pm
  • Ron Howard? . . . er, I mean . . . Run, Coward!!!
    • Tiger-Heli
Re: Johnny 5 Viewer beta 1.5 released!
« Reply #40 on: July 30, 2005, 10:58:21 am »
That sounds like what I was suggesting.

BTW, the tags should probably be gpwiz, not gpwhiz, FWIW.

P.S.  Howard, you can control it using the joystick and a pre-defined button already in firmware without loading the software at all.  I think the software was mainly added for FE's to be able to switch automatically, and the mouse clicks were for people who couldn't configure it in their frontends.
« Last Edit: July 30, 2005, 11:03:29 am by Tiger-Heli »
It's not what you take when you leave this world behind you, it's what you leave behind you when you go. - R. Travis.
When all is said and done, generally much more is SAID than DONE.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 12:48:45 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Johnny 5 Viewer beta 1.5 released!
« Reply #41 on: July 30, 2005, 04:01:06 pm »
Yeah, but afaik then you have to have a dedicated button, which is not cool.

2600

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1630
  • Last login:June 05, 2017, 10:20:56 am
  • I want my own arcade controls!
Re: Johnny 5 Viewer beta 1.5 released!
« Reply #42 on: July 31, 2005, 05:43:04 am »

If someone wanted to be really clever, instead of sending a command to the GPWIZ software they'd do it themselves.  Although, I'd get permission from RANDYT first.
I didn't follow you here - they would do what themselves - send the codes to change the stick modes?  You could do this b/c the interface supports mode switching through hardware as well (basically what Toonces was doing through a relay board connected to the parallel port), but you would have to do some complicated wiring and send simulated keypresses, etc.  I don't think you would need RandyT's permission, but I don't see what you would gain since the software switching is much easier.

I was talking about software switching.  I'd ask for RandyT's permission as a common courtesy because it's a bit different then some || port hack, but let's not dirty Howard's thread for that discussion.  If you still don't understand what I'm talking about PM me.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 12:48:45 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Johnny 5 Viewer beta 1.5 released!
« Reply #43 on: July 31, 2005, 11:21:23 am »
I understood you, that's why I didn't comment.  :)

My primary rule of homebrew software is "don't re-invent the wheel".  It makes me very angry when people make software that does exactly what something I made already does.  It's a waste of their time.  In this case the tables are turned.  The gpwiz software works great, it's stand alone (so It doesn't bloat my code) and has easy to use command line tags. 

It would be a utter waste of my time to write new software when the software randy provides already does the job. 

Tiger-Heli

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5447
  • Last login:January 03, 2018, 02:19:23 pm
  • Ron Howard? . . . er, I mean . . . Run, Coward!!!
    • Tiger-Heli
Re: Johnny 5 Viewer beta 1.5 released!
« Reply #44 on: August 01, 2005, 06:42:49 am »
2600 - I see what you meant now.

Howard - I assume you are aware of this, but for the viewer info, we check controls.ini for the gamename and parent name and then report not found if no entry exists.  This is good for the controls viewer.  For the GP-Wiz, rather than defaulting to 8-way at this point, we really want to parse MAME and see what it lists for controls type.  The MAME data is terribly inaccurate, but it
It's not what you take when you leave this world behind you, it's what you leave behind you when you go. - R. Travis.
When all is said and done, generally much more is SAID than DONE.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 12:48:45 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Johnny 5 Viewer beta 1.5 released!
« Reply #45 on: August 01, 2005, 01:40:50 pm »
2600 - I see what you meant now.

Howard - I assume you are aware of this, but for the viewer info, we check controls.ini for the gamename and parent name and then report not found if no entry exists.