The NEW Build Your Own Arcade Controls

Main => Main Forum => Topic started by: slybunda on October 01, 2021, 08:06:39 pm

Title: Got a bartop cabinet fixer-upper
Post by: slybunda on October 01, 2021, 08:06:39 pm
Hi all. i was given a cabinet which has a pc inside it running windows and various emulators like mame. the wiring inside is really bad, the joysticks and buttons are connected to what looks like a hacked up keyboard controller board and thats giving me the biggest issues when 2 players play some button presses and movements dont get picked up and there is ghosting and lag on the controls.

the spec originally was:
pentium 4 531 3ghz
1.5gb ram
ati firegl v3100
160gb ide drive
atx power supply probably under 300w
19inch ilyama monitor.

so far iv switched it to 4gb ram and iv got a pentium D 925 cpu on order for a quick swap and bit of an upgrade. ideally id like to gut it all and use something modern but will go along with this for now to see how things go. iv replaced the graphics card with a geforce 310 since thats what i had lying around and it works better since mame had issues with the firegl not supporting pixel shader 3.0.
iv swapped the ide drive and put in a spare 60gb ssd i had.
i was looking to replace the controller board since its very limiting. once 5 or 6 buttons are pressed it just doesnt work right.
options iv seen are to use a zero delay or ipac2 or even a arduino micro.
i like the sound of using arduino but again not sure if its gonna allow more simultaneous button presses to be registered and how it works in regards to response and lag.
 hopefully i get some ideas on how to proceed with it. my kiddo will just play basic scrolling beat em ups like final fight, double dragon, ninja turtles etc.
its not allowing me to upload pics yet.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 01, 2021, 10:14:57 pm
i was looking to replace the controller board since its very limiting. once 5 or 6 buttons are pressed it just doesnt work right.
options iv seen are to use a zero delay or ipac2 or even a arduino micro.
i like the sound of using arduino but again not sure if its gonna allow more simultaneous button presses to be registered and how it works in regards to response and lag.
A keyboard hack has the "boot protocol" 6-button limitation.

Loosely related thread with good info and advice:  http://forum.arcadecontrols.com/index.php/topic,156161.0.html (http://forum.arcadecontrols.com/index.php/topic,156161.0.html)

its not allowing me to upload pics yet.
I'm trying to upload cabinet pics. The file size is OK, however I get the message that the file fails security checks
Unfortunately, the forum software sometimes throws false positives during the security checks.   :banghead:

The best known workaround is to either crop or resize the image by about 3-5% and try uploading it again.


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 02, 2021, 05:56:29 am
here are a few pics:

(https://i.ibb.co/KzzkZ2t/IMG-20210929-192348.jpg)
(https://i.ibb.co/9rXDGkM/IMG-20210929-192413.jpg)
(https://i.ibb.co/6g4pHSC/IMG-20210929-193208.jpg)
(https://i.ibb.co/M62RTc0/IMG-20210929-194551.jpg)
(https://i.ibb.co/0sVqr9h/IMG-20210929-195049.jpg)
(https://i.ibb.co/fSXP5hN/IMG-20210930-094309.jpg)
(https://i.ibb.co/xYNQdMj/IMG-20210930-094315.jpg)
(https://i.ibb.co/7Sj2YmW/IMG-20210930-094339.jpg)
(https://i.ibb.co/82Ls3yY/IMG-20210930-094348.jpg)
(https://i.ibb.co/8sZpyRB/IMG-20210930-094443.jpg)
(https://i.ibb.co/g47Jbx3/IMG-20210930-095034.jpg)
(https://i.ibb.co/YQhxKxD/IMG-20210930-103626.jpg)
(https://i.ibb.co/Vv78GcC/IMG-20210930-103633.jpg)
(https://i.ibb.co/Ytb0DQz/IMG-20210930-104110.jpg)
(https://i.ibb.co/wWdP6MX/IMG-20210930-104146.jpg)
(https://i.ibb.co/hL9pvqJ/IMG-20210930-105858.jpg)
(https://i.ibb.co/Nt4GkpK/IMG-20210930-130716.jpg)
Title: Re: Got a bartop cabinet fixer-upper
Post by: javeryh on October 02, 2021, 09:56:41 am
The iPAC2 is a wonderful product that will solve your input problems.

If I were you I'd recut that control panel.  The button spacing is not great and it doesn't look like P1 or P2 has anywhere for their hands to rest (P1 looks like he would be hitting the side panel and P2 looks like he would be leaning on P1's buttons) but that may just be because the overall dimensions are narrow for 2 players... 

You'd have plenty of room for a 1P setup with a spinner or maybe a 2.5" trackball and then just plug in a gamepad when you want to play with 2 people.  Just a thought.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 02, 2021, 11:25:48 am
Thanks for the input. Agreed the controls are tight for adults but with me and my 7 year old i didnt run into spacing issues although we only tested simpsons arcade which is just 2 button.

Would an arduino micro work as a controller board which is a lot cheaper than the ipac2. But i dont want to run into the issue that buttons are not able to be pressed simultaneously.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 02, 2021, 12:53:29 pm
Would an arduino micro work as a controller board which is a lot cheaper than the ipac2. But i dont want to run into the issue that buttons are not able to be pressed simultaneously.
It's not a problem as long as you use a firmware or sketch that doesn't have the "boot protocol" limitation.

The KADE miniArcade 2.0 (http://forum.arcadecontrols.com/index.php/topic,154126.0.html) firmware will work on any 32u4 AVR board like the Arduino Micro or Pro Micro.

Looks like you have 26 button and joystick inputs.

With an Arduino Micro, the 22 on the control panel can be un-shifted inputs and the 4 on the front panel can be shifted inputs.
- Use blocking diodes for the shifted inputs.

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=159740.0;attach=381030;image)

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=154915.0;attach=361175;image)

The other option is to use two inexpensive Arduino Pro Micros.
- Use one for P1 and the other for P2.
- You'll have more than enough un-shifted inputs so no blocking diodes needed.   ;D
- You may want to use keyboard outputs on at least one of the two boards.  If you use gamepad outputs on both, you might run into the Windows device renumbering problem. (P1 shows up as P2 and P2 shows up as P1 after rebooting  :banghead: )
- You may also want to change the MAME default keys that are "modifiers". (CTRL, ALT, SHIFT, etc.)
http://forum.arcadecontrols.com/index.php/topic,156161.0.html (http://forum.arcadecontrols.com/index.php/topic,156161.0.html)

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=149895.0;attach=360710;image)


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 02, 2021, 04:06:52 pm
Thanks for that info its fantastic. Iv got an Arduino leonardo on order to play with, i was hoping to set it up as a gamepad mode.
Title: Re: Got a bartop cabinet fixer-upper
Post by: Vocalitus on October 02, 2021, 04:59:07 pm
If you are going the Kade (good idea) you can lose all that PC junk and just put a Raspberry Pi 3b/4 in there.

Less heat, lower carbon footprint and better experience.

That rats nest of control panel cables needs cable ties and some patience too.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 02, 2021, 05:24:59 pm
Iv got an Arduino leonardo on order to play with, i was hoping to set it up as a gamepad mode.
1. The Leonardo has one less input available than the Micro.

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=159740.0;attach=381031;image)

2.  The miniArcade 2.0 firmware only supports one gamepad per board -- you'll need a second AVR board so P1 and P2 have separate gamepads.
- You can use two Leonardos or a Leonardo for one player and a Pro Micro for the other.
-- The second approach might make it a bit easier to tell the difference while troubleshooting if the device renumbering problem comes up.
- To make one Leonardo into two gamepads for your setup, you'd need to find a firmware that puts both both gamepads on one board and supports shifted functions for at least 5 inputs.   :dunno


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 02, 2021, 07:57:46 pm
i found this guide here:
https://www.instructables.com/Arduino-LeonardoMicro-as-Game-ControllerJoystick/

that guide says i can hook it up to use as 2 joysticks. the leonardo was half the price of the micro pro for some odd reason. so even if i have to get 2 of them its gonna be mega cheapo. leonardo cost £6 inc delivery which is around $7.
just got to sit it out while it comes from china  :laugh2:
id rather no go with a raspberry pi but will first focus on the controls and then take things from there.
this github here:
https://github.com/MHeironimus/ArduinoJoystickLibrary/tree/version-1.0
https://github.com/MHeironimus/ArduinoJoystickLibrary/tree/version-2.0

it says:
This library comes in three flavors:

Joystick - adds a single joystick that contains an X, Y, and Z axis (including rotation), 32 buttons, 2 hat switches, a throttle, and a rudder.
Joystick2 - adds two simple joysticks that contain an X and Y axis and 16 buttons.
Joystick3 - adds three simple joysticks that contain an X and Y axis and 16 buttons.


how can you get 32 buttons to work? there only half the pin outs on the ardunios.  :dizzy:
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 02, 2021, 11:22:08 pm
how can you get 32 buttons to work? there only half the pin outs on the ardunios.  :dizzy:
https://github.com/MHeironimus/ArduinoJoystickLibrary/wiki/FAQ (https://github.com/MHeironimus/ArduinoJoystickLibrary/wiki/FAQ)
Quote
How can I connect 32 (or some other large number) of buttons to an Arduino Leonardo or Arduino Micro that only has 13 digital pins and 6 analog/digital pins?

There are various ways this can be done.

    The Arduino website has a good example of how this can be done using a one or more SN74HC165N shift registers (see https://playground.arduino.cc/Code/ShiftRegSN74HC165N).
    Another possibility is using an encoder, like the 74LS348.
    A key matrices can also be used. A good article on key matrices can be found at http://pcbheaven.com/wikipages/How_Key_Matrices_Works/.
So the three proposed solutions are:

1. Use a SN74HC165N shift register circuit that turns 8 parallel inputs (8 buttons), a clock signal from the Arduino, and an enable signal from the Arduino into one serial output to the Arduino.
- It might work OK, but no idea if this circuit and code combination will cause problems with lag.   :dunno

2. Use a 74LS348 chip to convert 8 individual button inputs into a 3 digit binary value.
- If you look at the logic table on page 1 of the datasheet here (https://www.ti.com/lit/ds/symlink/sn74ls348.pdf), you can see that you can only press one button at a time. (one L on inputs 0-7)   :puke

3. Use a matrix encoder which gives you the same ghosting and/or blocking problems as your current keyboard hack that is also a matrix encoder.   :puke

Meatloaf obviously wasn't singing about this one 'cause two out of three ARE bad for your application.   :lol

Good luck if you want to try to use that joystick library, code, and circuit for a single board approach, but I'm convinced that you'd be far better off with a well-documented and known-good two board approach using the KADE miniArcade 2.0 firmware.


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: Vocalitus on October 02, 2021, 11:39:02 pm
Would an arduino micro work as a controller board which is a lot cheaper than the ipac2. But i dont want to run into the issue that buttons are not able to be pressed simultaneously.
It's not a problem as long as you use a firmware or sketch that doesn't have the "boot protocol" limitation.

The KADE miniArcade 2.0 (http://forum.arcadecontrols.com/index.php/topic,154126.0.html) firmware will work on any 32u4 AVR board like the Arduino Micro or Pro Micro.

Looks like you have 26 button and joystick inputs.

With an Arduino Micro, the 22 on the control panel can be un-shifted inputs and the 4 on the front panel can be shifted inputs.
- Use blocking diodes for the shifted inputs.

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=159740.0;attach=381030;image)

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=154915.0;attach=361175;image)

The other option is to use two inexpensive Arduino Pro Micros.
- Use one for P1 and the other for P2.
- You'll have more than enough un-shifted inputs so no blocking diodes needed.   ;D
- You may want to use keyboard outputs on at least one of the two boards.  If you use gamepad outputs on both, you might run into the Windows device renumbering problem. (P1 shows up as P2 and P2 shows up as P1 after rebooting  :banghead: )
- You may also want to change the MAME default keys that are "modifiers". (CTRL, ALT, SHIFT, etc.)
http://forum.arcadecontrols.com/index.php/topic,156161.0.html (http://forum.arcadecontrols.com/index.php/topic,156161.0.html)

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=149895.0;attach=360710;image)


Scott

Picked up the Arduino Micro off Amazon for $20,  This one has headers already soldered on since I cannot solder to save my life as I zapped the last one.

With 26 button and one joy why can you not use four buttons for another joystick.  Shurely you don't need 10 buttons for each player?
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 03, 2021, 01:07:14 am
Looks like you have 26 button and joystick inputs.
With 26 button and one joy why can you not use four buttons for another joystick.  Shurely you don't need 10 buttons for each player?
:dizzy:   You might want to try counting again.   :lol

His bartop needs a total of 26 inputs for the buttons and joysticks visible in this pic.
- 8 joystick inputs. (4 per stick x 2 sticks)
- 12 player button inputs. (6 per player x 2 players)
- 6 admin buttons (P1 Start + P2 Start + 4 others on the front panel)

(https://i.ibb.co/KzzkZ2t/IMG-20210929-192348.jpg)


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 03, 2021, 03:21:29 am
Thanks for the replys. I take it the kade firmware will allow all buttons to be pressed simultaneously without issues?
Even if i have to get a 2nd Arduino leonardo then 2 x Arduino setup is still going to be one third of the price of the ipac2 ( 2xarduino = £11 and ipac2= £34)
Title: Re: Got a bartop cabinet fixer-upper
Post by: Vocalitus on October 03, 2021, 11:22:07 am
Looks like you have 26 button and joystick inputs.
With 26 button and one joy why can you not use four buttons for another joystick.  Shurely you don't need 10 buttons for each player?
:dizzy:   You might want to try counting again.   :lol

His bartop needs a total of 26 inputs for the buttons and joysticks visible in this pic.
- 8 joystick inputs. (4 per stick x 2 sticks)
- 12 player button inputs. (6 per player x 2 players)
- 6 admin buttons (P1 Start + P2 Start + 4 others on the front panel)

(https://i.ibb.co/KzzkZ2t/IMG-20210929-192348.jpg)


Scott

Sorry I didn't realize there was no shift capability.  I take it for granted these days.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 03, 2021, 11:48:32 am
If i go with the 2 arduino controllers then i can add 2 extra buttons one on left and one on right side of cabinet for pinball games?
Title: Re: Got a bartop cabinet fixer-upper
Post by: KenToad on October 03, 2021, 12:04:02 pm
If i go with the 2 arduino controllers then i can add 2 extra buttons one on left and one on right side of cabinet for pinball games?

You can wire the pinball buttons to the same inputs that your other buttons are using. I would put two buttons on each side for pinball, one for flipper and one for nudge.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 03, 2021, 12:38:18 pm
Ahh yes that makes sense if they are wired in parallel to normal buttons then dont have to remap them in mame. Good shout on the nudge buttons.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 03, 2021, 01:06:49 pm
I didn't realize there was no shift capability.  I take it for granted these days.
No idea if the firmware OP was talking about can do shifted functions, but it's not likely.

KADE miniArcade 2.0 can do shifted functions, but it can't do two gamepads per AVR board.

If OP was OK using it as a keyboard encoder, he could fit all of the controls on a single Leonardo if 5 of the 6 dedicated admin buttons used shifted functions and blocking diodes.

I take it the kade firmware will allow all buttons to be pressed simultaneously without issues?
You're planning on using a gamepad setup so the keyboard-related "boot protocol" six button limit is irrelevant.

You won't run into that problem as long as you're using an encoder made this century that's not a hack, not a matrix, and not made by X-Arcade prior to Feb 2014.
2. The keyboard encoder options commonly mentioned on BYOAC (I-Pac, KeyWiz, KADE, Feb 2014 or newer (http://forum.arcadecontrols.com/index.php/topic,120374.msg1459447.html#msg1459447) X-Arcade, etc.) use dedicated inputs and do not use "boot protocol".   ;D

If i go with the 2 arduino controllers then i can add 2 extra buttons one on left and one on right side of cabinet for pinball games?
Yes, you'll have lots of spare inputs.
- Depending on the tables you want to play, you may also want Ball Launch, R/L/U Nudge, and (if you really want to go overboard) R/L Upper Flipper/MagnaSave.  AFAIK the diagram below covers all possible pinball table buttons.
- Instead of standard microswitch buttons for the flippers/nudge, you might want GGG Class-X with True-Leaf Pro or Ultimarc Goldleaf buttons.

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=138118.0;attach=305527;image)

If you're using 2-terminal buttons (Goldleaf, leaf switches, etc.) you can use diodes like this to isolate the MAME switches from each other while allowing Upper Flipper/MagnaSave to apply ground to both inputs.

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=122265.0;attach=260464;image)


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 03, 2021, 01:20:16 pm
Thanks for that info. Im waiting for the arduino leonardo to arrive. I will run it as a single joystick controller. If it works as intended then i will get another one.

Eventually will want to get some better stickers on the cab too. Something that looks like a full wrap would look good.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 04, 2021, 05:37:50 am
one of these microswitches is worn out too. any ideas on what sort of replacement i need? :
(https://i.ibb.co/6gVf5Zz/IMG-20211001-135743.jpg)
Title: Re: Got a bartop cabinet fixer-upper
Post by: KenToad on October 04, 2021, 10:10:25 am
With those cheap knockoff components, it's going to be an ongoing struggle. I would ditch all the buttons and sticks and replace them with quality arcade parts. Even if you did that just for the two sticks and the 12 action buttons, it would be a huge upgrade for probably less than 75 bucks. I would also get a new blank panel and re-drill the holes using a template from here. https://www.slagcoin.com/joystick/layout.html
Title: Re: Got a bartop cabinet fixer-upper
Post by: Mike A on October 04, 2021, 10:12:11 am
Drive to the house of the person who gave you that cab and throw it through their bedroom window.

Start from scratch.
Title: Re: Got a bartop cabinet fixer-upper
Post by: Gilrock on October 04, 2021, 11:08:49 am
Darn I can't see any of the photos to join in the fun.  I guess wherever they are hosted is blocked from my location.  I see all of PL1'a photos so if you post them to this website things would work better and be available when you expire.
Title: Re: Got a bartop cabinet fixer-upper
Post by: 601 Arcades on October 04, 2021, 11:16:27 am
Drive to the house of the person who gave you that cab and throw it through their bedroom window.

Start from scratch.

LOL Savage, but I agree, building from scratch is 50% of the fun.
Title: Re: Got a bartop cabinet fixer-upper
Post by: javeryh on October 04, 2021, 11:35:56 am
Drive to the house of the person who gave you that cab and throw it through their bedroom window.

Start from scratch.

I was waiting for this. 

It's probably salvageable if OP puts in some elbow grease but yeah it needs work.
Title: Re: Got a bartop cabinet fixer-upper
Post by: Gilrock on October 04, 2021, 11:40:25 am
I should have taken video but I had a bartop I built a few years ago based on plans from TheGeekPub.  It wasn't bad but I ended up hating the cheap switches and joystick.  I ended up removing all the guts and then demolished it with a sledge hammer.  I re-used the LCD and some of the parts to build the new NES Bartop I made.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 04, 2021, 12:34:35 pm
I would ditch all the buttons and sticks and replace them with quality arcade parts.
I agree that the microswitches and Zippyy sticks are cheap components, but in that last picture you can see that the button has an "IL" mold mark so the buttons are probably still good.

That said, buttons are inexpensive so it might be easier to replace the buttons and switches than sort through the replacement switch options from vendors like GGG (https://groovygamegear.com/webstore/index.php?main_page=index&cPath=92) or PAS (https://paradisearcadeshop.com/collections/microswitches).

I would also get a new blank panel and re-drill the holes using a template from here. https://www.slagcoin.com/joystick/layout.html
+1 on Slagcoin layouts.

A cardboard or hardboard test panel with real buttons will let you feel which template works best for you.

Our opinions about whether "straight six" or curved or staggered layouts are our favorites aren't nearly as important as you finding your favorite.   :cheers:


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 04, 2021, 01:22:07 pm
Thanks for the input guys. I feared as such that it may need a full overhaul.
I replaced the CPU today gone from p4 531 to a p4 925 and its a massive difference even in loading stuff up. Well worth the £3.25p outlay.

We played a couple of games today, double dragon, in the hunt, and final fight and it works very well. There is issues with ghosted input's and missed button presses but thats probably down to the crappy keyboard interface card.

This is not something that will be used daily. Most likely the kid will play and hour or 2 on the weekends so i do want to keep it on the cheap.
Before i start investing in new buttons etc im gonna wait for the arduino leonardo to come and test how that works out then take things from there.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 04, 2021, 01:32:03 pm
Is this the switch thats compatible?
https://uk.rs-online.com/web/p/microswitches/6822796/

Seems expensive.

Edit: found another shop with a few different brands, some very cheap indeed.
https://www.arcadeworlduk.com/categories/Arcade-Parts/Microswitches/

The buttons i have seem to have a iL brand on them. Dont know if thats good or bad.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 04, 2021, 03:38:30 pm
Looks like Arcadeworld UK has a good selection of switches.   ;D

You'll probably want either 20 gram (light) or 50 gram (medium) actuation force switches for your player buttons.
- Avoid 125 gram (heavy) switches.  Those are usually used for joysticks or buttons like Exit where you don't want to trigger it by accident.

These three look like good options:
Zippyy - https://www.arcadeworlduk.com/products/ZIPPY-Button-Microswitch.html (https://www.arcadeworlduk.com/products/ZIPPY-Button-Microswitch.html)
E-Switch - https://www.arcadeworlduk.com/products/E-Switch-Button-Microswitch.html (https://www.arcadeworlduk.com/products/E-Switch-Button-Microswitch.html)
D44X Cherry - https://www.arcadeworlduk.com/products/d44x-cherry-button-microswitch-with-4-8mm-terminals.html (https://www.arcadeworlduk.com/products/d44x-cherry-button-microswitch-with-4-8mm-terminals.html)

The buttons i have seem to have a iL brand on them. Dont know if thats good or bad.
Industrias Lorenzo used to make parts for Happ before Happ eventually outsourced production to factories in China around 2005.

Parts from IL are as good as or better than the equivalent parts from Happ.

For example, the IL Eurojoystick is better than the Happ Competition stick due to the material used for the pivot and actuator.  IL uses nylon for these parts.  Happ uses PVC.

https://www.youtube.com/watch?v=tzH0MyEDomI

With a few notable exceptions ("Ultimate" stick+buttons, USB/PS2 trackball encoder, etc.) IL/Happ parts are very good.   ;D


Scott
EDIT: Fixed the inaccurate timeline reference pointed out below by RandyT.   :embarassed:
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 04, 2021, 05:24:09 pm
thanks for that info. i will look into ordering some spare switches.

Also take a look at this pic of the joysticks on my cab. few people above have said i should recut it for better layout but i dont have much horizontal width to the cab so whats recommended?

(https://i.ibb.co/pP2MvPL/IMG-20211003-171335.jpg)
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 05, 2021, 01:48:24 am
Darn I can't see any of the photos to join in the fun.  I guess wherever they are hosted is blocked from my location.  I see all of PL1'a photos so if you post them to this website things would work better and be available when you expire.

I did try uploading direct to this site but got error messages think it said not valid or something. I could try again and see if it works. I did resize to make file size of each pic around 500kb but still no good. Hosting site i used was imgbb.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 05, 2021, 03:12:58 am
Darn I can't see any of the photos to join in the fun.  I guess wherever they are hosted is blocked from my location.  I see all of PL1'a photos so if you post them to this website things would work better and be available when you expire.

hope these pics show up now for you.
Title: Re: Got a bartop cabinet fixer-upper
Post by: RandyT on October 05, 2021, 09:16:52 am
Industrias Lorenzo used to make parts for Happ before Happ outsourced production to factories in China around 2005.

Just a quick history correction:  HAPP dropped IL for their horizontal pushbuttons a number of years prior to that.  Before moving production to China (as pretty much everyone was doing) HAPP had their own molds made and those buttons were produced here in the US.

But there's nothing wrong with IL buttons, other than possibly the switches.  Those are the first thing I would look at if performance is lacking.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 05, 2021, 10:32:50 am
the buttons seems to work fine. one switch on the front panel is a bit iffy where i got to press it hard and it doesnt make the usual click sound so will focus on replacing that and then take things from there.
is there any special maintenance to be done on the buttons? should i spray some ptfe oil into them? any lubing etc?
Title: Re: Got a bartop cabinet fixer-upper
Post by: RandyT on October 05, 2021, 12:40:16 pm
the buttons seems to work fine. one switch on the front panel is a bit iffy where i got to press it hard and it doesnt make the usual click sound so will focus on replacing that and then take things from there.
is there any special maintenance to be done on the buttons? should i spray some ptfe oil into them? any lubing etc?

Depending on the age of the buttons, the slick shiny finish could get worn away and start creating some friction.  If they are sticky, take them apart and wash the plastic parts in some warm soapy water.  Dry them well and give them a shot of silicone spray or similar dry lubrication if necessary.

But don't underestimate the improvement which can be had with some better quality switches.  It looks like you have the typical inexpensive Chinese switches and while they work, they just won't perform as well as some better alternatives.

Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 05, 2021, 12:41:34 pm
Understood. Are cherry branded switches good?
Title: Re: Got a bartop cabinet fixer-upper
Post by: RandyT on October 05, 2021, 04:54:07 pm
Understood. Are cherry branded switches good?

Cherry switches are good, but just because the brand is Cherry, it doesn't mean that the switch will necessarily be good for an arcade pushbutton.  There are many different parameters used in the construction of a microswitch, few if any of which may be discerned from only a photo on the internet.  Actuator height, point of actuation, spring strength, reset distance, etc... My advice would be to sample a few different varieties of switches advertised for this purpose and once you find one which feels good to you, go ahead and populate the rest of your buttons with that type.
Title: Re: Got a bartop cabinet fixer-upper
Post by: Vocalitus on October 05, 2021, 07:33:52 pm
Drive to the house of the person who gave you that cab and throw it through their bedroom window.

Start from scratch.

At least get some bar top plans. 

I was biting my tongue not to remark on that.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 06, 2021, 01:40:13 am
For free i cant complain. Iv always wanted an arcade but necer had the need for one so didnt bother getting/building one. This one landing in my laps has scratched that arcade itch iv had. I get the feeling once im done getting it all setup and usable i probably wont even use it much, just like setting stuff up. Kids can get to use it which can help keep them busy in holidays and such.
Will be good for me to learn more about switches and get to play with an Arduino too.
Title: Re: Got a bartop cabinet fixer-upper
Post by: javeryh on October 06, 2021, 09:04:47 am
For free i cant complain. Iv always wanted an arcade but necer had the need for one so didnt bother getting/building one. This one landing in my laps has scratched that arcade itch iv had. I get the feeling once im done getting it all setup and usable i probably wont even use it much, just like setting stuff up. Kids can get to use it which can help keep them busy in holidays and such.
Will be good for me to learn more about switches and get to play with an Arduino too.

If that is all you are after then this is a good project.  Building from scratch is expensive even for bartops.  When I suggested above to recut the control panel I really meant to fix the button layout - it is bad.  If you go to slagcoin you can print off templates that are much more comfortable (buttons closer together and curved to match your resting fingers).  This might actually make a difference for you since I really think you are cramped on space for 2 players.   :cheers:
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 06, 2021, 10:20:06 am
Yes it does seem cramped for 2 players and when playing marvel vs capcom i did feel the buttons are a bit far apart since it is tricky to press 3 at once.
Going by the pic of the joystick panel i posted above which would you say is the ideal layout i should be using from slagcoin?
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 06, 2021, 12:02:29 pm
Going by the pic of the joystick panel i posted above which would you say is the ideal layout i should be using from slagcoin?
This is like asking us, "What kind of ice cream is my favorite?"
- Best answer: "I don't know.  What kind of ice cream is your favorite?"
- Also good but (hopefully) obvious: "If you're making old-fashioned homemade ice cream, follow Frank Zappa's advice (https://www.lyricsfreak.com/f/frank+zappa/dont+eat+the+yellow+snow_20056563.html) regarding ingredient selection."

We can tell you some things to definitely avoid and we can tell you our favorite, but it might not be your favorite.

Try test panels with different layouts FTW.
- As long as the button layout feels good, you can adjust the spacing between the stick and buttons for a better fit on your panel.
A cardboard or hardboard test panel with real buttons will let you feel which template works best for you.

Our opinions about whether "straight six" or curved or staggered layouts are our favorites aren't nearly as important as you finding your favorite.   :cheers:


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: javeryh on October 06, 2021, 12:26:50 pm
A cardboard or hardboard test panel with real buttons will let you feel which template works best for you.

Our opinions about whether "straight six" or curved or staggered layouts are our favorites aren't nearly as important as you finding your favorite.   :cheers:

Agreed. 

If you want a good place to start... my preferred layout is this one without the two buttons on the right end:

(https://www.slagcoin.com/joystick/layout/clusters36_s.png)
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 06, 2021, 02:11:19 pm
Is there supposed to be a set distance between stick and buttons or is custom preference?
Title: Re: Got a bartop cabinet fixer-upper
Post by: javeryh on October 06, 2021, 03:23:04 pm
Is there supposed to be a set distance between stick and buttons or is custom preference?

Everything in this hobby is personal preference.  Except for angling joysticks.   ;D
Title: Re: Got a bartop cabinet fixer-upper
Post by: Vocalitus on October 07, 2021, 04:27:16 pm
The personal difference stems from the amount of time you are going to play and if the unit will reside in a closet until needed.

The other importance is the quality of joysticks and buttons you use.

You are going the buy top of the line Italian ice, or cold mash potatoes on a cone.

The differences can be that stark.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 08, 2021, 04:59:18 am
Whoa i didnt think that buttons would make such a big difference. I thought its like a 10% difference either way in regards to pressure and rebound rate which would hardly be felt by end user.
This is mainly for kids to use from ago of 5-14ish.
Title: Re: Got a bartop cabinet fixer-upper
Post by: CheffoJeffo on October 09, 2021, 11:26:17 am
Everything in this hobby is personal preference.  Except for angling joysticks.   ;D

Good to see that some things never change.

 8)

As far as fix vs fresh, I like this project as a quick, inexpensive gateway before the OP comes to the inescapable conclusion that one is simply not enough. :cheers:
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 09, 2021, 06:25:47 pm
my arduinos arrived and iv set one up so far today as a gamepad with D pad and 8 buttons. i can probably add 6 more buttons by using the analog input pins as digital inputs too so will have a look into that if need be. time to rip out the crappy wiring and get these boards in place.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 11, 2021, 08:48:56 am
well turns out this has worked out better than i thought. i was going to use the arduino leonardos but managed to get a good deal on 3 pro micos for under £9 inc delivery. iv got them coded and setup now each with a D pad + 12 buttons so plenty of inputs available. iv also changed the board vendor and product ID's to custom ones so windows should not get mixed up with which one is which. pics attached.
next step is to rewire the joystick and buttons on the cab.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 11, 2021, 05:51:45 pm
thanks to this video here:
https://www.youtube.com/watch?v=jI-rC2FCKo4

it shows microswitch bounce time which will help me fine tune the arduino code some more.

so far today iv got rid of the old wiring and rotated the switches ready for new wiring to go in. still waiting for my crimp connectors to arrive.
Title: Re: Got a bartop cabinet fixer-upper
Post by: javeryh on October 11, 2021, 06:15:35 pm
Wow those boards are tiny.  Seems like a really cheap solution for an encoder too.  This already looks 10x better without that rat's nest of wires...
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 11, 2021, 07:29:27 pm
Wow those boards are tiny.  Seems like a really cheap solution for an encoder too.
That's why I recommend them so often.   ;)

The (very minor) downsides to the Pro Micro are:
1. It can be a little more tricky to load a firmware and EEPROM than on some of the other AVR boards.
2. Several of the 32u4 processor pins aren't connected to pins on the board so those inputs aren't usable.
3. The boards don't have mounting holes, but it's easy to put one in a 1.5" x 0.85" x 0.55" 3d printed case like this one (https://www.thingiverse.com/thing:4295684) for insulation and/or use a loop clamp (a.k.a. an adel clamp) on the USB cable as a mount point.   ;D


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 12, 2021, 01:41:13 am
I was shocked how tiny the micro pro was. I thought it may be half the size or a leonardo which is already fairly small but man cant believe it.
The micro pro has given me 4 inputs for the dpad and 12 inputs for the buttons so thats plenty for my needs. Hopefully my connectors arrive then i can wire up today and get it all tested out.
I used a thick double sided sticky pad called VHB tape usually used for mounting rear view mirrors to windscreen in cars. May hot glue it too if i find the glue gun.
Title: Re: Got a bartop cabinet fixer-upper
Post by: wp34 on October 12, 2021, 10:05:27 am
Everything in this hobby is personal preference.  Except for angling joysticks.   ;D

Good to see that some things never change.

 8)

As far as fix vs fresh, I like this project as a quick, inexpensive gateway before the OP comes to the inescapable conclusion that one is simply not enough. :cheers:

Blast from the past!  Nice to see you are still around Cheffo. 
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 13, 2021, 05:10:26 am
wiring is all done now. pic attached.
not as tidy as intended but works well and tested on my pc all buttons operate fine. will now stick it in the cab.
quick test on https://www.shmupspeed.com/ and highest i get is 98 presses in the 10 second window. i understand this is gonna vary person to person but im not seeing any delay when pressing a button to an action on the screen tested on this site: https://gamepad-tester.com/
wondering how much difference higher quality switches make over cheapo ones...
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 13, 2021, 01:34:24 pm
quick before and after pics attached.
happy how this worked out. iv got table space left over so im wondering if i could build a 4 play cab to sit there. dunno if its gonna be a cramped 4 player and better off resorting to a 3 player one?
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 13, 2021, 03:15:06 pm
just to give back to this community. i have attached the arduino sketch files, library and hardware board files (used to make unique board ID) for the joysticks iv got working.
these will work on both a Leonardo and Micro pro boards. If used with the leonardo you will get 2 extra inputs totaling D pad + 14 buttons but will need to change pin order in the array and add the 2 extra buttons in the loop. if there is demand for it i can do the sketches for them too. Pro micro will give you D pad + 12 button inputs.
in the zip file is 2 sketch folders you can load them in arduino ide. the hardware folder you copy to your mydocuments arduino folder this will allow you to choose the board in the arduino software. use player2 sketch with player2 board id and player1 sketch with player1 board id. and install the library.
i will be still around here since im getting more interested in home arcade cabs (kids broken the psp so need something not moveable lol) so i can assist others if they want to use arduinos in cabs.

edit: added schematic
Title: Re: Got a bartop cabinet fixer-upper
Post by: javeryh on October 13, 2021, 03:42:35 pm
Came out nice for your first project... I like that you are already thinking about another one!   :cheers:
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 13, 2021, 04:55:36 pm
Didn't notice any schematics or pinouts in your project files.

LMK if you want to make custom Pro Micro and Leonardo pinout images like these for your project so people don't have to guess or dig through the code to figure out which button goes to which pin.

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=149895.0;attach=360710;image)  (http://forum.arcadecontrols.com/index.php?action=dlattach;topic=159740.0;attach=381031;image)

Feel free to customize this slightly simplified PowerPoint-compatible OpenDocument Presentation (.ODP) Pro Micro template (http://forum.arcadecontrols.com/index.php?action=dlattach;topic=159740.0;attach=381029) I originally made for JayBee's lightgun project.   :cheers:


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 13, 2021, 05:52:21 pm
Ahh yes id like to mod that pic you posted.
Im sure the very start of the sketch has comments at the top showings pins 2-5 is the d-pad and ahhh wait yea i see had this same issue when i was putting the hardware together. I printed the sketch on paper and then on the back i have a table made showing which pin = which function.
I will get that info added to the above post too.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 13, 2021, 07:16:12 pm
Here are custom templates for Leonardo and Pro Micro.
- LMK if you want templates for any of the other AVR boards from the miniArcade 2.0 thread (http://forum.arcadecontrols.com/index.php/topic,154126.0.html).

After you use PowerPoint (or the Open Office/Office Libre equivalent program) to fill in the blanks and everything looks good:
- Ctrl-A to select all shapes, pictures, and text.
- Ctrl-C to copy.
- Open MS Paint.
- Ctrl-V to paste.
- Position, crop, and save the image.   :cheers:


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: bobbyb13 on October 14, 2021, 01:28:18 am
Nicely done and thank you (and Scott too of course!) for the effort to share your arduino work.

I have two of those pro micros I really need to sort out using at some point!
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 14, 2021, 04:54:31 am
excellent helt there PL1 iv modded the post above and added the schematic diagram to it.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 14, 2021, 05:25:29 am
Looks pretty good.   ;D

Only two minor adjustmants I'd recommend are:
1. Name your encoder and make the image title more specific than just "Pro Micro".
2. Reposition/crop the image to remove the blue boxes.  They are in the template because without them, copy/pasting from PowerPoint to MSPaint kept trimming some pixels from the outer perimeter of the image.   :banghead:

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=165677.0;attach=389138;image)


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 14, 2021, 06:05:38 am
yes it did seem like there was too much going on in the pic. it just really needs a pin number and a function. this should be easy enough for anyone to use and get the arduinos up and running on the mega cheapo.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 14, 2021, 08:16:57 am
yes it did seem like there was too much going on in the pic. it just really needs a pin number and a function.
That's true as long as people are only using that specific board.

From what I've seen, there are three common ways of identifying AVR board connections:
- Arduino markings.
- Port names.
- 32u4 pin numbers from schematics.

I include the 32u4 pin numbers and port names in case someone wants to port the sketch/firmware to another 32u4 AVR board like the Teensy.
- Without that info in one image, translating to another board with different types of markings can be a real pain.


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: EvilNuff on October 15, 2021, 06:23:44 pm
How do your arduino projects compare to https://github.com/MickGyver/DaemonBite-Arcade-Encoder ?  I've just used his out of the box before.
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 15, 2021, 09:03:50 pm
How do your arduino projects compare to https://github.com/MickGyver/DaemonBite-Arcade-Encoder ?  I've just used his out of the box before.
Haven't tried any of them, but his projects on GitHub look good and appear to be well documented.   ;D

Most of them are for digital (microswitch) stick and button controllers/controls, but there are some shifter/pedal projects, so he does do at least a bit with potentiometer controls.

Didn't notice any encoders for optical (spinner/trackball), rotary joystick (LS-30/Happ mechanical rotary), or non-pedal potentiometer (analog joystick/positional gun) controls, but those are far less common than microswitch controls so no surprise there.

One interesting thing on that DaemonBite Encoder is that he lists some lag testing results.
- Not sure what testing methodology was used but the results look impressive.

Another fun observation is that Bootsector --designer/coder of the KADE miniArcade 2.0-- contributed a pull request to this project.


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 16, 2021, 11:46:37 am
How do your arduino projects compare to https://github.com/MickGyver/DaemonBite-Arcade-Encoder ?  I've just used his out of the box before.

the one iv done is nearly half the lines of code of the Daemonbite one. also the daemonbite one seems to have specific profiles for ps3 and neogeo where as my one is just a generic gamepad in windows. i noticed the DB setup also uses debounce but its turned off as standard and turning it on it seems to have 10ms delay preset like i have. debouncing all depends on the type of switches you use and that their bounce times are.
using https://www.shmupspeed.com/ for button lag test is good way to compare different encoders to each other but i doubt there will be any difference unless your bounce delay is over 60ms (world record button presser presses at 16 presses per second which is around 62ms between presses).
Title: Re: Got a bartop cabinet fixer-upper
Post by: EvilNuff on October 16, 2021, 01:24:43 pm
I have just compiled and dropped the daemonbite onto a pro micro and had it work fine*.  Haven't even looked yet at Kade (which sounds like a similar project) and slybunda I take it yours is a variant of kade or did you code from scratch?

*Edit to add: Sorry by worked fine I mean it played with no discernable delay to my eyes, I have not done any testing at all on my own (unchanged) compile of his code.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 16, 2021, 05:53:52 pm
Also noticed the daemonbrite is using pins 0 and 1 which are normally reserved for serial transfer. Iv read they can be used as regular inputs as long as you dont have a serial monitor running on it at the same time.
more info here; https://github.com/MickGyver/DaemonBite-Arcade-Encoder/issues/11
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 17, 2021, 04:04:12 am
Iv noticed that im having to reach for the keyboard for 2 specific keys, tab and f2 so i can get into game config menu or dipswitches and make changes. Im going to need 2 extra buttons for these but out of reach for the kids. Should i put them on the backside or behind the top panel? I'm guessing cheapo buttons will suffice?
Title: Re: Got a bartop cabinet fixer-upper
Post by: PL1 on October 17, 2021, 05:44:31 am
out of reach for the kids.
That is the important part.   :lol

You probably won't need dedicated buttons for TAB and F2 after you finish setting things up.

You should be fine with the keyboard unless you're the type to fiddle with configuration all the time.


Scott
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 20, 2021, 10:16:32 am
so i decided to give the daemonbite adruino code a try. flashed fine on both controllers and im using the board ID's from before so it shows in device manager as arduino-player1 and arduino-player2.
but here is the issue. in mameui64 game selection from the list works with the up and down on player2 joystick and starting the game works on player 1 pressing button1.
iv unplugged player 2 arduino so only player 1 joystick is plugged in and same issue, cant select game in list with player1 joystick but button1 will start the game which is already highlighted????

is this going to be a controller board issue or something in mameui? in device manager both joysticks show as individual ones and all buttons and directions work fine. very odd.
Title: Re: Got a bartop cabinet fixer-upper
Post by: javeryh on October 20, 2021, 10:51:31 am
out of reach for the kids.
That is the important part.   :lol

You probably won't need dedicated buttons for TAB and F2 after you finish setting things up.

You should be fine with the keyboard unless you're the type to fiddle with configuration all the time.


Scott

yeah - I have a USB keyboard that I plug into my machines on the off chance I want to change something.  I keep it inside of my DK and can easily reach through the open coin door to get it when I need to. 

I wouldn't put extra buttons on the cab for this - the kids WILL eventually find them and press them and mess things up.  Once you get everything set up how you want (probably over the course of a month or so of constant messing around) you will rarely ever touch it.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 20, 2021, 11:57:20 am
Thats the other issue. Using daemonbite code on my Arduinos is causing issues with my wireless keyboard. I suspect its something to do with the usb poll rate or something. Daemonbite got more issues than it solves it seems.
Will have to go back to my original code, cant tell the difference in lag either way, may be a case where lag is recognised by testing equipment but not by human use.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 20, 2021, 12:41:18 pm
Ok one issue is sorted. The mameui game selection by joystick was issue with the config file. I had to manually enter in the joystick mappings for the UI. When im back on my pc i will upload the mapping instructions incase anyone else has the issues.
My extra buttons arrived today so once i get those added there will be no need for the keyboard at all.
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 20, 2021, 02:00:24 pm
here was the mameui.ini settings that were messed. i used these settings and ui game selection is perfect now.

Quote
The Navigation code is made up of four parameters:

Joy, control, axis/button, direction

• joy I don't know what this actually does but it seems that for sticks, buttons and POVs it should always be set to 1.

• control This determines the control type:
- 0 = Buttons
- 1 = Stick
- 2 = POV

• axis/button This entry changes dependent upon the value for control.
- control = 0 This is simply the button number value. Note that these start from 1 which is different to ingame where they start from zero.
- control = 1 Axis number values 1 or 2. This is either the vertical or horizontal axis and varies from stick to stick. If your up and down controls move the game list from left to right and vice versa, this will need to swapped.
- control = 2 The POV axis is easiest to be considered as a button.

• direction Value 0 for button or POV. For joystick only, values are 1 for negative and 2 for positive. If your up control moves down the list or vice versa this will need to be swapped. Same goes for left and right.

Joystick example:
Code:
#
# NAVIGATION JOYSTICK CODES
#
ui_joy_up                 1,1,2,1
ui_joy_down               1,1,2,2
ui_joy_left               1,1,1,1
ui_joy_right              1,1,1,2

Buttons example
Code:
ui_joy_button1            1,0,1,0
ui_joy_button2            1,0,2,0
ui_joy_button3            1,0,3,0
ui_joy_button4            1,0,4,0
ui_joy_button5            1,0,5,0
ui_joy_button6            1,0,6,0
ui_joy_button7            1,0,7,0
ui_joy_button8            1,0,8,0

POV example
Code:
#
# NAVIGATION JOYSTICK CODES
#
ui_joy_up                 1,2,0,0
ui_joy_down               1,2,1,0
ui_joy_left               1,2,3,0
ui_joy_right              1,2,2,0
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on October 07, 2022, 12:50:59 pm
Planning on gutting the bartop and replacing the mobo and psu with one of those small hp elitedesk 800 G2 micro machines. Gonna be more tidier and faster along with lower power consumption.
Anyone else using small form factor computer in cabs?
Title: Re: Got a bartop cabinet fixer-upper
Post by: slybunda on November 24, 2022, 11:39:02 am
So managed to get some scrap freebies of hardware and gutted the cab and replaced mobo, psu, cpu and ram. Its got an enermax 350w psu and running a 3rd gen intel xeon e3-1225 v2 with 4gb ram on an msi h77ma-g43 mobo.
Considerably more powerful than the other cpus iv had in this cab and will be the final build for this cab. Igpu should be more than capable for crt shaders too. Could do with a smaller power supply in it but for free cant complain.