gambatte_qt.6 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .\" $OpenBSD: gambatte_qt.6,v 1.1 2015/12/22 04:20:22 bentley Exp $
  2. .\"
  3. .\" Copyright (c) 2015 Anthony J. Bentley <anthony@anjbe.name>
  4. .\"
  5. .\" Permission to use, copy, modify, and distribute this software for any
  6. .\" purpose with or without fee is hereby granted, provided that the above
  7. .\" copyright notice and this permission notice appear in all copies.
  8. .\"
  9. .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  10. .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  11. .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  12. .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  13. .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  14. .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  15. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  16. .Dd $Mdocdate: December 22 2015 $
  17. .Dt GAMBATTE_QT 6
  18. .Os
  19. .Sh NAME
  20. .Nm gambatte_qt
  21. .Nd highly accurate Game Boy Color emulator with GUI
  22. .Sh SYNOPSIS
  23. .Nm gambatte_qt
  24. .Op Fl Fl gba-cgb-mode
  25. .Op Fl Fl force-dmg-mode
  26. .Op Fl Fl full-screen
  27. .Ar romfile
  28. .Sh DESCRIPTION
  29. .Nm
  30. is a highly accurate Game Boy (DMG) and Game Boy Color (CGB) emulator with a
  31. graphical interface.
  32. .Pp
  33. The options are as follows:
  34. .Bl -tag -width Ds
  35. .It Fl Fl gba-cgb-mode Ns Op =0
  36. When emulating Game Boy Color games, identify as a Game Boy Advance,
  37. unlocking special features in certain games.
  38. This permanently enables the setting in the configuration file;
  39. it can be reset by passing 0.
  40. .It Fl Fl force-dmg-mode Ns Op =0
  41. When emulating Game Boy Color\(encapable games, disable color support.
  42. This permanently enables the setting in the configuration file;
  43. it can be reset by passing 0.
  44. .It Fl Fl full-screen Ns Op =0
  45. Start the emulator in full screen mode.
  46. .El
  47. .Sh ENVIRONMENT
  48. .Bl -tag -width Ds
  49. .It Ev XDG_CONFIG_HOME
  50. Where
  51. .Nm
  52. looks for the configuration file.
  53. Defaults to
  54. .Pa ~/.config
  55. if unset.
  56. .El
  57. .Sh FILES
  58. .Bl -tag -width Ds
  59. .It Pa $XDG_CONFIG_HOME/gambatte/gambatte_qt.conf
  60. The
  61. .Nm
  62. configuration file.
  63. .El
  64. .Sh AUTHORS
  65. .An Sindre Aam\(oas Aq Mt aamas@stud.ntnu.no