ipaq.wxe 694 B

123456789101112131415161718192021222324252627282930313233
  1. # Default emulator config file
  2. [General]
  3. # The title of the emulator
  4. title = "iPAQ Emulator"
  5. # An optional description
  6. description = "No description yet"
  7. # The top-left of the virtual screen relative
  8. # to the background bitmap
  9. screenX = 56
  10. screenY = 69
  11. # The size of the virtual screen
  12. screenWidth = 240
  13. screenHeight = 320
  14. # The size of the overall device -
  15. # only necessary if not specifying a background
  16. # bitmap
  17. # deviceWidth = 260
  18. # deviceHeight = 340
  19. # The main bitmap representing the device.
  20. # You can use PNG, JPG, TIFF, BMP, XPM, GIF
  21. backgroundBitmap = "ipaq01.jpg"
  22. # Hex string for background colour. You can
  23. # also use the name 'backgroundColor'
  24. backgroundColour = "000000"