COMMON: Add render modes for Apple IIgs and Atari ST.

On request of m_kiewitz who wants to use it for AGI.
This commit is contained in:
Johannes Schickel 2016-01-21 23:21:10 +01:00
parent 0017cfa06c
commit 1479219f7a
6 changed files with 25 additions and 13 deletions

View file

@ -116,8 +116,9 @@ static const char HELP_STRING[] =
" --output-rate=RATE Select output sample rate in Hz (e.g. 22050)\n"
" --opl-driver=DRIVER Select AdLib (OPL) emulator (db, mame)\n"
" --aspect-ratio Enable aspect ratio correction\n"
" --render-mode=MODE Enable additional render modes (cga, ega, hercGreen,\n"
" hercAmber, amiga)\n"
" --render-mode=MODE Enable additional render modes (hercGreen, hercAmber,\n"
" cga, ega, vga, amiga, fmtowns, pc9821, pc9801, 2gs,\n"
" atari)\n"
#ifdef ENABLE_EVENTRECORDER
" --record-mode=MODE Specify record mode for event recorder (record, playback,\n"
" passthrough [default])\n"