Difference between revisions of "Arcade-101-1P"

From Waveshare Wiki
Jump to: navigation, search
Line 56: Line 56:
 
git clone https://github.com/waveshare/mk_arcade_joystick_rpi.git
 
git clone https://github.com/waveshare/mk_arcade_joystick_rpi.git
 
cd mk_arcade_joystick_rpi
 
cd mk_arcade_joystick_rpi
sudo ./install.sh
+
sudo ./install.sh 1
 
</source>
 
</source>
  

Revision as of 04:35, 9 September 2019

Arcade-101-1P
Arcade-101-1P-8.jpg

A Retro-gamming machine which is based in Raspberry Pi and Retropie
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

User Guide

To use the Arcade-101-P, you can install driver yourself or directly use the retropie image we provide.

Install driver

Game-HAT-Manual01.jpg

  • Extract and get the .img file, write it to a SD card.
  • After writting, modify the config.txt file which located in root directory of the SD card. Add following statements to the end of config.txt file
max_usb_current=1
hdmi_force_hotplug=1 
config_hdmi_boost=10
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
  • Save and eject the card. Insert it to Raspberry Pi and power it on, You need to connect a keyboard to Raspberry Pi and make sure the network is accesable.
  • Following the commands below to install WM8960 audio driver
git clone https://github.com/waveshare/WM8960-Audio-HAT
cd WM8960-Audio-HAT
sudo ./install.sh
sudo reboot
  • Reboot the Raspberry Pi, and execute aplay -l command to test the audio. If there is not audio card detect, please re-install driver.
  • Open alsa setting
sudo nano /usr/share/alsa/alsa.conf

Find statements:

defaults.ctl.card 0
defaults.pcm.card 0

change them to 1 as below

defaults.ctl.card 1
defaults.pcm.card 1

Save and exit.

  • Install joystick control script
git clone https://github.com/waveshare/mk_arcade_joystick_rpi.git
cd mk_arcade_joystick_rpi
sudo ./install.sh 1

Reboot Raspberry Pi

  • Long-press button "A" (Arcade-101-P) enter the key mapping page

following prompt to finish the setting. Note that you just need to set the first twelve buttons, and no hot-key required. You can long-press "A" button to skip other buttons.

  • After finishing all the buttons, you can press "A" to save the setting and exit.
  • Now you can play game.

Use ready-to-use image

You can also use the image which is pre-configured. Just download and write it to SD card.

Add new games

Maybe default games in test image are not those you want, you can also add games as you like.

  • Size of most games are always large, so we need to expand filesystem fist. Choose RASPI-CONFIG on configure page and press enter

600px-Game-HAT-Manual03.jpg

600px-Game-HAT-Manual04.jpg

  • Choose 7 Advanced Options -> A1 Expand Filesystem, Enter->Finish, (physical keyboard is required)

600px-Game-HAT-Manual05.jpg

  • Choose OK, and reboot.
  • Download ROMS of games you like

600px-Game-HAT-Manual08.png

  • Connect your Raspberry Pi to network (Make sure the network you connect is in the same LAN as your PC). Find SHOW IP in Retropie list, press “A” to query current IP address of your Raspberry Pi.

600px-Game-HAT-Manual09.jpg

  • Open it with the IP address on your PC

800px-Game-HAT-Manual10.png

600px-Game-HAT-Manual11.png

  • Then on emulator choose page, you can press “Start”->QUIT->RESTART EMULATIONSTAION, press “A” to confirm. Then restart emulator, you can find the game added.

For more operations, you can read Retropie Instructions

Resources

Support

Support

If you require technical support, please go to the Support page and open a ticket.