Command-Line
Usage:
PokeMini [Options] rom.min
Options:
Flag | Description |
---|---|
-freebios | Force FreeBIOS |
-bios otherbios.min |
Load BIOS |
-noeeprom |
Discard EEPROM data |
-eeprom pokemini.eep |
Load/Save EEPROM file |
-eepromshare |
Share EEPROM to all ROMs |
-noeepromshare |
Individual EEPROM for each ROM (def) |
-nostate |
Discard State data (default) |
-state pokemini.sta |
Load/Save state file |
-nortc |
No RTC |
-statertc |
RTC time difference in savestates |
-hostrtc |
RTC match the Host clock (def) |
-nosound |
Disable sound |
-sound |
Same as -sounddirectpwm (def) |
-sounddirect |
Use timer 3 directly for sound |
-soundemulate | Emulate sound circuit |
-sounddirectpwm | Same as direct, can play PWM samples (def) |
-nopiezo |
Disable piezo speaker filter |
-piezo |
Enable piezo speaker filter (def) |
-scanline |
50% Scanline LCD filter |
-dotmatrix |
LCD dot-matrix filter (def) |
-nofilter |
No LCD filter |
-2shades |
LCD Mode: No mixing |
-3shades |
LCD Mode: Grey emulation |
-analog |
LCD Mode: Pretend real LCD (def) |
-fullbattery | Emulate with a full battery (default) |
-lowbattery | Emulate with a weak battery |
-palette 0 |
Select palette for colors (0 to 15) |
-rumblelvl 3 |
Rumble level (0 to 3) |
-nojoystick |
Disable joystick (def) |
-joystick |
Enable joystick |
-joyid 0 |
Set joystick ID |
-custom1light 0xFFFFFF | Palette Custom 1 Light |
-custom1dark 0x000000 |
Palette Custom 1 Dark |
-custom2light 0xFFFFFF | Palette Custom 2 Light |
-custom2dark 0x000000 | Palette Custom 2 Dark |
-synccycles 8 | Number of cycles per hardware sync. |
-multicart 0 |
Multicart type (0 to 2) |
-lcdcontrast 64 |
LCD contrast boost in percent |
-lcdbright 0 |
LCD brightness offset in percent |
Only on SDL platform:
-dumpsound sound.wav | Dump sound into a WAV file |
-windowed |
Display in window (default) |
-fullscreen | Display in fullscreen |
-zoom 4 | Zoom display: 1 to 6 (def 4) |
-bpp 16 | Bits-Per-Pixel: 16 or 32 (def 16) |
Only on Debugger platform:
-autorun 0 | Autorun, 0=Off, 1=Full, 2=Dbg+Snd, 3=Dbg |
-windowed |
Display in window (default) |
-fullscreen | Display in fullscreen |
-zoom 4 | Zoom display: 1 to 6 (def 4) |
-bpp 16 | Bits-Per-Pixel: 16 or 32 (def 16) |