Skip to content

Branching from zerojay's beebem (pre-patched for rPi) to add per-game key remapping for I-PAC2 type arcade controls

License

Notifications You must be signed in to change notification settings

GandalfUK/beebem-retropie

 
 

Repository files navigation

** THIS IS A PRE-RELEASE! **

To install:

---

Install in home account (for a specific user only):


# Extract the source code tarball:
tar zxvf beebem-0.0.8.tar.gz
cd beebem-0.0.8

./configure --prefix=$HOME/test --enable-econet
make
make install

---

Install as root (global install for all users):


tar zxvf beebem-0.0.8.tar.gz
cd beebem-0.0.8

./configure --enable-econet
make
make install-strip

About

Branching from zerojay's beebem (pre-patched for rPi) to add per-game key remapping for I-PAC2 type arcade controls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.5%
  • C 26.0%
  • Makefile 4.5%
  • Shell 1.3%
  • Other 0.7%