Discussions
Activity
Sign In
mholgatem
Activity
Discussions
26
Comments
1391
32" HDTV - larger resolution
on my hdtv I had to change some settings on the tv itself in order to get it to fill the screen completely. Most notably, in my 'size' options, there was one setting called 1:1, that made everything nearly fill the screen.
Comment by
mholgatem
December 2014
permalink
interlock gpio buttons in piplay?
yes. retrogame will just run in the background of your system, you won't even know it's there.
Comment by
mholgatem
December 2014
permalink
interlock gpio buttons in piplay?
If you have buttons connected to your gpio, you need a program to watch for button presses and turn it into keyboard commands. retrogame will do that for you and then piplay will work.
Comment by
mholgatem
December 2014
permalink
PiSNES 2 player with same keyboard fix
https://github.com/mholgatem/PiSNES/blob/master/build/pisnes.zip?raw=true
Comment by
mholgatem
December 2014
permalink
interlock gpio buttons in piplay?
if you mean combo buttons, check out either ian57's github repo or mine
Comment by
mholgatem
December 2014
permalink
iBuffalo Controllers
pisnes should be the same way. select + start pressed by player 1 should exit the emulator. It's a value that is hardcoded in. if (which1==0 && (val & SNES_SELECT_MASK) && (val & SNES_START_MASK)) S9xExit();
Comment by
mholgatem
December 2014
permalink
interlock gpio buttons in piplay?
I'm not sure what you mean by interlock some buttons, but you should check out adafruits retrogame
Comment by
mholgatem
December 2014
permalink
Joysticks, buttons and encoder
you just need female to whatever jumper wires. They come like 40 to a pack. The ipac2 is nice though.
Comment by
mholgatem
December 2014
permalink
Joysticks, buttons and encoder
That looks to be a xin-mo encoder. Which is alright, can be a bit tricky with two players but most of the emulators that we use can handle it. Personally, I am a fan of using the gpio. it can be a little intimidating at first (before this project,…
Comment by
mholgatem
December 2014
permalink
iBuffalo Controllers
I can try and help you out. Can you install and run jstest then post what each button outputs? Check out this post if you don't know how to install and run jstest: http://www.raspberrypi.org/forums/viewtopic.php?t=19900&p=450651
Comment by
mholgatem
December 2014
permalink
Single player cabinet, used for The Simpsons
First, please don't post links to any roms or websites that host roms. Second, there is a two player version of that game that allows you to choose your character. No reason to re-invent the wheel, right? :D
Comment by
mholgatem
December 2014
permalink
Need Help: Retrogame controls working correctly in menus but not in emulators
These are actually the wrong forums to be asking in, these are for the PiPlay/PiMame platform. For retropie, you should check out the forums here. Their setup is quite a bit different from our own when it comes to config files. I hope this helps! :)
Comment by
mholgatem
December 2014
permalink
Joysticks/buttons not responding in games (maybe xin-mo troubles)
mame4all has to be configured separately by pressing 'tab' while running a game. I was told that there was a whitespace issue with the advMame setup that should be resolved with the next update
Comment by
mholgatem
December 2014
permalink
bcm2708 error filling logs.
I'm not sure what that's all about, but I'll make sure Shea know's about it.
Comment by
mholgatem
December 2014
permalink
Share your Build Pics
very cool!
Comment by
mholgatem
December 2014
permalink
Trouble with launching Mame from the menu
yup. no problemo!
Comment by
mholgatem
December 2014
permalink
Share your Build Pics
Nicely done! Where'd you get the cabinet that the hardware went into? Does the marquee light up?
Comment by
mholgatem
December 2014
permalink
PiFBA - XinMo P1/P2 (Buttons - Start/Coin/Exit_Program)
no, I don't believe that we have moved over from the original pifba release, but I have been looking into several options
Comment by
mholgatem
December 2014
permalink
Trouble with launching Mame from the menu
That means that it is not seeing any roms in the specified folder. by default it is set to /home/pi/pimame/roms/whatever. You can change it by editing /home/pi/pimame/pimame-menu/config.yaml
Comment by
mholgatem
December 2014
permalink
Button Mapping Advice
esc, enter, and menu are pretty much my main ones. I set my arcade so that player 2 buttons are mapped to 'e','x','i', and 't' so that if something goes wrong, my son can get back into piplay from the command …
Comment by
mholgatem
December 2014
permalink
Button Mapping Advice
I have tried my best to make it so that you can handle everything inside piplay without a keyboard. you can press 'tab'/joystick button 3 in the piplay main menu to change the volume and access other functions. That being said, I totally e…
Comment by
mholgatem
December 2014
permalink
Retrolink SNES controller and SNES Emulator crash
if you press 'tab' or button3 in the piplay main menu, you can just run the controller config app. But otherwise, you can get to it at /home/pi/pimame/emulators/pisnes/snes9x.cfg
Comment by
mholgatem
December 2014
permalink
HOW TO: Getting FCEUX to play Nintendo Famicom Games
@Dave, don't post it right now, but I imagine that we can legally work that into the next release. I'll have to double check with Shea. Thanks for the great work! I'm super happy about this because I am actually currently working on a…
Comment by
mholgatem
December 2014
permalink
snes emulator quits on controller X?
yeah, that was my bad. The formatter should be set so that the default button is something like '999' so it doesn't accidentally coincide with real buttons. I'll try to make sure that this gets fixed in the next update. Glad it…
Comment by
mholgatem
December 2014
permalink
Share your Build Pics
That's awesome! I was thinking of doing something similar so that I can bring it over to my parents place for all of the kids.
Comment by
mholgatem
December 2014
permalink
snes emulator quits on controller X?
ahh, I see. it looks like the default config maps exit to the 0 key to exit. Did you run the controller config (press 'tab'/button 3 in piplay main menu)? If you did that already, then I'm guessing that you may have used the keyboard …
Comment by
mholgatem
December 2014
permalink
Configuring FCEUX
:P I'm just glad that It worked!
Comment by
mholgatem
December 2014
permalink
Hiding unused Emulators: HOW do I edit config.yaml?
yeah, the problem with the yaml file format is that incorrect spacing can screw it all up. I think in the very near future we are going to move everything to a database.
Comment by
mholgatem
December 2014
permalink
Configuring FCEUX
it mirrors ascii to an extent. For all of the keys you need to check out the SDL_keysym.h file If you j-pac emulates key-presses, why don't you just use the controller config (press 'tab' in the piplay main menu)? If you that doesn&…
Comment by
mholgatem
December 2014
permalink
snes emulator quits on controller X?
is your controller mapped to keyboard keypresses or does it register as a joystick? pisnes has 2 different sections in it's config file, depending on keyboard/joystick. I image that something is just mapped wrong. according to the pisnes source…
Comment by
mholgatem
December 2014
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
mholgatem
Joined
January 2014
Visits
505
Last Active
October 2016
Roles
Member, Administrator, Moderator
Recommended Accessories
Kodak Essential KP1000 USB Power Pack
HDMI 3-In 1-Out HDMI Auto Switch with 1.5 ft. Cable
Logitech Keyboard Controller for Logitech Revue and Google TV
FAVI Entertainment Wireless Keyboard (Built-in TouchPad/Laser Pointer) - Black
DVI Gear HDMI Cable 2M 6 feet
SanDisk Ultra SDHC Class 6 Flash Memory Card
Powered by Vanilla