Pendulumania Ported
-------------------

Original game (c) 1999-2001 naruto/CANO-Lab

The Pendulumania 1.3 folder contains the unmodified contents of the original
game archive:
https://web.archive.org/web/20051216222203/http://jn.swee.to/cano/pmania/pmania130.lzh

The port reads the original game's assets from that folder:
- images.qda
- sounds.qda
- title.mid
- stage.mid

It also reads/writes:
- PMainia.ini (settings)
- PMScore.dat (high scores)
- Rec/RecN.dat (recordings)
- ScrSht*.bmp (screenshots)

Controls
--------
Mouse - Aim (left button confirms)
P - Pause
Esc/Q - Quit
F11 - Fullscreen
Shift - Turbo
S - Screenshot

Flags
-----
--window=fullscreen|N
    Sets fullscreen mode or scales the window size by N (where 1 is
    320x240). The default is 3.
--confine=off|play|on
    Confines the mouse to the game area. Setting it to 'play' confines the
    mouse only during active gameplay. Fullscreen mode always confines the
    mouse. The default is 'off' in windowed mode.
--cursor=show|hide
    Determines whether to show the system mouse cursor. The default is
    'show' in windowed mode and 'hide' in fullscreen.
--data-dir=PATH
    Specifies the folder containing the original Pendulumania files. The
    default is the 'Pendulumania 1.3' folder located in the same directory
    as the executable.
--midi-port=NAME
    Specifies a substring of the MIDI port name to use for music playback.
--soundfont=PATH
    Renders the music using a specified .sf2 SoundFont file instead of
    sending it to an OS MIDI port.
--help
    Shows the list of flags and exits.
