JayFoxRox / stern-pba-emu

A small loader for the Stern DLLs which are part of FarSights Pinball Arcade games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This has been hacked together in a rush. It shows how to use the Stern emulation libraries from FarSights Pinball Arcade games.

It has only been tested with MinGW, SternGB.dll, 5409-0.0001.

Usage

Make sure you are using a 32-bit compiler, then do the standard CMake build process:

mkdir build
cd build
cmake ..
make

Use the pba-tools rez utility to extract the ROM file (also image.bin / Flash in Stern terminology) from the games REZ file. Then copy all required DLLs to your stern-pba-emu folder and run the following:

./stern-pba-emu SternGB.dll 5409-0.0001

Make sure to have all DLL dependencies in your build folder. In case of SternGB.dll (at the time of writing) these are msvcp110d.dll and msvcr110d.dll.

Keyboard bindings

  • F5 - F6: Coin door buttons
  • Left-Ctrl: Left flipper
  • Right-Ctrl: Right flipper
  • Enter: Start button

Screenshots

Logo (Top) Logo (Bottom) Gozer Champion Skillshot Menu

Donate

If you like my work, a donation would be nice:

Even a small amount does help me and shows appreciation. Thank you!


(C) 2018 Jannik Vogel (JayFoxRox)

Released under GPLv3 license. See license.txt for more information. Create an issue if you need another license.

The license is strictly for the code in this repository, it does not apply to other copyright holders work, such as DLL or ROM files. Redistribution with those binaries would be a violation of the GPL.

This project and its author are not affiliated with Stern Pinball or FarSight Studios in any way or form. Any files and trademarks belong to their respective owners.

About

A small loader for the Stern DLLs which are part of FarSights Pinball Arcade games

License:GNU General Public License v3.0


Languages

Language:CMake 54.2%Language:C 45.8%