12345678910111213141516171819202122232425 |
- #-------------------------------------------------------
- # graphics in tile format
- #-------------------------------------------------------
- -gt
- #-------------------------------------------------------
- # output first 16 colors of the palette
- #-------------------------------------------------------
- -pw16
- #-------------------------------------------------------
- # no tile reduction
- #-------------------------------------------------------
- -mR!
- #-------------------------------------------------------
- # no map output
- #-------------------------------------------------------
- -m!
- #-------------------------------------------------------
- # graphics bit depth is 4 (16 color)
- #-------------------------------------------------------
- -gB4
|