Update readme for pagination.

This commit is contained in:
Shaun Taylor 2017-09-03 12:37:57 -07:00
parent d44e2397f7
commit 94e0c4daa2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
A launcher that takes input from an ACIO reader attached via serial to a cabinet.
This will initialize either slotted or wavepass reader hardware, plugged into any standard COM port on actual BEMANI hardware. Once initialized, it will present a menu of games to launch, based on a configured ini file. If a game is not selected, it will boot the first option after 60 seconds. Note that it currently only handles the first 9 games listed in the ini on account of there being only 9 non-zero buttons on a standard reader. Its possible that in a future patch I will implement paging.
This will initialize either slotted or wavepass reader hardware, plugged into any standard COM port on actual BEMANI hardware. Once initialized, it will present a menu of games to launch, based on a configured ini file. If a game is not selected, it will boot the first option after 60 seconds.
The project provided is a Visual Studio 2008 project that produces a statically-compiled executable which is ready to run on embedded XP. This is suitable for execution on the operating system that comes with various BEMANI games.