Jump to content

Amusements

  • Posts

    1,842
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Amusements

  1. "Num 0" or left "Shift" will nudge up. You can also allocate any button you want by editing the Nudge Up button Shortcuts in edit mode.
  2. Really cool layout:) Nice job with them buttons!
  3. Hi Guys. Last week I bought a tiny wall cupboard, and kitted it out with an external hopper for 2p payouts, using everything I did above. The bad news, is that the switches on my breadboard were a different way round to what I drew! (Them switches are black, square and unmarked!). I have asked Pete to swap the big diagram in my first post for the updated one, but have had no reply, so here is the updated circuit diagram: Everything is working perfectly on all my installed 2p games, and this set up can be reprogrammed any time. Obviously the hopper has to be primed, and have enough coins in the hopper, as triac payouts are pulsed. Here is the finished project working.
  4. They should all work... However there are a few layouts where the buttons are actually hidden or tucked away off screen.
  5. The shortcuts can be anything you want. There are 2 fields for each button that can be populated. Click Design, then click Edit Mode. Right click on a button and left click Properties. You will see 2 boxes for shortcuts.
  6. Hi Guys. This thread is for anyone who already has two hoppers on their MFME cabinet, and want to add an extra 1,2 or 3 hoppers for the older fruities. - The older ones with 2p/10p/50p/token solonoid/tube payouts After planning this months ago, I finally got round to experimenting with my Arduino Uno (regarding Pacdrive Triac outputs to hopper). (Thanks to getting some quiet during the daytime!) So as a newby to Arduinos, I literaly took the simplist code there is for the Arduino (https://docs.arduino.cc/built-in-examples/basics/DigitalReadSerial), and built on it for my test. The idea was to take the 5v output generated by the Pacdrive for triac payouts, and make a hopper spit out a coin, and stop when the coin has paid out. Here my diagram of set up. Here is what I altered the (public domain) code to: //pins const int pulse = 2; const int opto = 4; const int motor = 12; int relaya = 0; // off int relayb = 0; // off void setup() { // output: pinMode(motor, OUTPUT); // input: pinMode(pulse, INPUT); pinMode(opto, INPUT); } void loop() { relaya = digitalRead(pulse); if (relaya == HIGH) { digitalWrite(motor, HIGH); } relayb = digitalRead(opto); if (relayb == HIGH) { digitalWrite(motor, LOW); } } And here is a quick video example of it running it with a blue hopper. https://youtu.be/JTeSdhvOSsg (The button being pressed, is only to demonstrate what happens when the Pacdrive 5v output sets a relay off) Here is a pin diagram for the opto circuit on a blue hopper as they are never labeled, and a diagram is hard to find. My next test was to run 2 separate hoppers both at the same time, by duplicating some of the Arduino code. //pins const int pulse = 2; const int opto = 4; const int motor = 12; const int pulse2 = 5; const int opto2 = 7; const int motor2 = 13; int relaya = 0; // off int relayb = 0; // off int relayc = 0; // off int relayd = 0; // off void setup() { // output: pinMode(motor, OUTPUT); pinMode(motor2, OUTPUT); // input: pinMode(pulse, INPUT); pinMode(opto, INPUT); pinMode(pulse2, INPUT); pinMode(opto2, INPUT); } void loop() { relaya = digitalRead(pulse); if (relaya == HIGH) { digitalWrite(motor, HIGH); } relayb = digitalRead(opto); if (relayb == HIGH) { digitalWrite(motor, LOW); } relayc = digitalRead(pulse2); if (relayc == HIGH) { digitalWrite(motor2, HIGH); } relayd = digitalRead(opto2); if (relayd == HIGH) { digitalWrite(motor2, LOW); } } Here is another quick video of both hoppers running. Here is a pin diagram for the opto circuit on a common black serial hopper too. Feel free to add anything that may help others below.
  7. Amusements

    Tapper

    I used to play this on my C64. It was a twat of a game!
  8. Nice button box! Printable acetate seems to be the answer. I tried normal acetate, and it ran too much. A friend of mine did my decals (No longer with us) on a bog standard inkjet printer, and they are still good to this day, so that may of been what he used.
  9. Version 1.0.0

    95 downloads

    Hi Guys Here is my third release for this Christmas called Silver Shuffle. This was a 2p game we used to love playing back in the very early 80's. Unfortunately there are no know pictures of this machine apart from the following side view As I had already drawn the 10p Super Eachway Shuffle (red), and converted it to the 5p EachWay Shuffle (blue), I only had to draw from memory the rest:) As far as I know this was a Rodstock conversion which used the original JPM reels. Special Thanks go to: Louie Bee for the rare 2p ROMS (fruitemu.co.uk) @alex74 for testing and of course Mr. Wizard for MFME:) This layout is preset for cabinets. Readme file has all the shortcuts needed. Happy Christmas and New Year:)
  10. Version 1.0.0

    126 downloads

    Hi everyone. I am pleased to release the iconic Red 10p Super Eachway Shuffle. This layout was originally made for the Mini Fruit Machine project started on Fruitemu.co.uk which is still a work in progress. I will try and keep an update about the project on fruitmachine.co. As usual, this is a 4K redraw, and is already rigged up for those of you with cabinets. The manual for this was in yesterday's release blue (Eachway Shuffle), so is not included again this time. Thanks again to Launton over at fruitemu.co.uk for the ROMS (Completely different from yesterday, and tomorrows release). Thanks to Dad (dadsfme.com) for testing. As always thanks to Wizard for bringing us MFME. Happy Christmas:) Come back tomorrow for part 3!
  11. Version 1.0.0

    103 downloads

    Hi Guys, I have a suprise Christmas treat for you. This is part 1 of a 3 part release!! As it is Christmas eve, I am releasing the original 5p version of Eachway Shuffle:) As always this is a complete redraw in 4K. Thanks to Launton for the ROM's (https://www.fruitemu.co.uk/). TopShaun for testing and of course the mighty Wizard for MFME:). I have included an EWS manual from downloaded fruitemu.co.uk which I merged together. Not sure who uploaded it, as I can no longer access downloads on there, but thanks to that person. Happy Christmas:) Come back tomorrow for part 2!
  12. This brings back some memories:)
  13. Best bet is to read through the cabinet building threads, as everything is covered there. IPac controls inputs.....Button presses, and opto circuit (signal generated when a coin is spat out of a hopper). Control Interfaces :: I-PACs :: I-PAC2 (ultimarc.com) PacDrive controls outputs IE: LED bulbs, and hopper power (using a 5v relay to connect power to the motor). Output :: LED and Output Controllers :: PAC Drive (ultimarc.com)
  14. I have bought all mine off aliexpress, shopee & lazada. Ebay ect were too expensive.
  15. Match of the Day and Luvvly Jubbly both use 20p Binary for the 10p in. The only problem I had, is that there was no way to get a 20p to pay out, so I had to use 10px2 on the hopper setup.
  16. I think you just paid his electric bill! Opening the front wont reset the machine, but if he pulled a battery or played with dip switches then he is a prize cnut!
  17. Hi John. Just had a quick walk round:) I did see that Thriller overlays are back to front.
  18. Basically yes. All the Arduino has to do, is turn the hopper on when the Pacdrive sends a 5V pulse, and turn off when the opto on the hopper senses a coin exit. I have seen some code on Github to do similar things, so I am sure someone can make some solid code just for an MFME Triac to hopper payout in the future. Personally I am using a JY-142 Change Machine Board (Link to example only) board to convert the switching of a 5v relay (By the triac 5v output on my 2nd Pacdive) to count up on my change machine, and also pay out as a third MFME hopper.
  19. You can add extra hopper payouts, so long as the additional payout is a Triac to hopper setting in config, (think old solenoid payout unit) and does not use a multiplier. You will need something like an arduino to run the relays to and from the hopper & Ipac/PacDrive. I use the board in my home made change machine to do the same thing, but will use an Arduino on my next version.
  20. I would of played it at the time (and lost), but I wasn't a big fan of JPM after system 80.
  21. I usually make a classic before I start on a redraw, but do not release them. I will have a look at my backups, and see what I have saved.
  22. This was a Dadsfme.com release Bar X 7 DX (dadsfme.com) I remember something about it needing to simply be rebooted if it errors.
  23. Also, if you open up more than one copy of a game, the GAM file will be read only on any additional emulations.
  24. That was not the point I was getting at. If it is ticked, it may cause errors due to server problems because there are no more updates.
  25. Have you got "Check For Updates on Start Up" ticked in preferences?
×
×
  • Create New...