mirror of https://github.com/falsovsky/z80.git
91 lines
2.7 KiB
XML
91 lines
2.7 KiB
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<TommyGunProject>
|
|
<Version>2.0</Version>
|
|
<Machine>ZX Spectrum</Machine>
|
|
<ImageEditor>
|
|
<Palettes>
|
|
<Palette>
|
|
<Name>Monochrome</Name>
|
|
<BitsPerPixel>1</BitsPerPixel>
|
|
<BitPerAttribute>1</BitPerAttribute>
|
|
<PixelsWidePerAttribute>1</PixelsWidePerAttribute>
|
|
<PixelsHighPerAttribute>1</PixelsHighPerAttribute>
|
|
<PixelsPerByte>8.000000</PixelsPerByte>
|
|
<SupportsPixelsOnly>true</SupportsPixelsOnly>
|
|
</Palette>
|
|
<Palette>
|
|
<Name>ZX Spectrum</Name>
|
|
<BitsPerPixel>1</BitsPerPixel>
|
|
<BitPerAttribute>8</BitPerAttribute>
|
|
<PixelsWidePerAttribute>8</PixelsWidePerAttribute>
|
|
<PixelsHighPerAttribute>8</PixelsHighPerAttribute>
|
|
<PixelsPerByte>8.000000</PixelsPerByte>
|
|
<SupportsPixelsOnly>false</SupportsPixelsOnly>
|
|
</Palette>
|
|
</Palettes>
|
|
</ImageEditor>
|
|
<MapEditor>
|
|
<Settings>
|
|
<ScorePanel>
|
|
<Alignment>1</Alignment>
|
|
<Layout>1</Layout>
|
|
<Show>false</Show>
|
|
<AllowOverlap>false</AllowOverlap>
|
|
<XOverlap>0</XOverlap>
|
|
<YOverlap>0</YOverlap>
|
|
</ScorePanel>
|
|
<ScreenLayout>
|
|
<DontIntersectTiles>true</DontIntersectTiles>
|
|
<SnapToGrid>true</SnapToGrid>
|
|
<GridWidth>8</GridWidth>
|
|
<GridHeight>8</GridHeight>
|
|
<Magnification>1</Magnification>
|
|
</ScreenLayout>
|
|
<MapLayout>
|
|
<Scale>100</Scale>
|
|
<Gap>0</Gap>
|
|
</MapLayout>
|
|
</Settings>
|
|
<Properties>
|
|
<ScreenWidth>256</ScreenWidth>
|
|
<ScreenHeight>192</ScreenHeight>
|
|
<ScreensAcross>16</ScreensAcross>
|
|
<ScreensDown>16</ScreensDown>
|
|
<BackgroundColor>clBlack</BackgroundColor>
|
|
<GridWidth>8</GridWidth>
|
|
<GridHeight>8</GridHeight>
|
|
</Properties>
|
|
<Screens/>
|
|
</MapEditor>
|
|
<StringEditor>
|
|
<Tables/>
|
|
</StringEditor>
|
|
<CodeEditor>
|
|
<Settings>
|
|
<Compilation>
|
|
<BuildTool>
|
|
<Application>C:\Users\falso\Desktop\s\pasmo\pasmo.exe</Application>
|
|
<Parameters>-v --tapbas --err game.asm game.tap game.map</Parameters>
|
|
<Compiler/>
|
|
<CParameters/>
|
|
</BuildTool>
|
|
<Linking>
|
|
<Application/>
|
|
<Parameters/>
|
|
</Linking>
|
|
<Emulation>
|
|
<Application>C:\Program Files (x86)\Spectaculator\Spectaculator.exe</Application>
|
|
<Parameters>%Pfolder%\game.tap</Parameters>
|
|
</Emulation>
|
|
</Compilation>
|
|
<Preset>Pasmo, Spin</Preset>
|
|
</Settings>
|
|
<Files>
|
|
<File>game.asm</File>
|
|
<File>scroll_pixel.asm</File>
|
|
<File>delay.asm</File>
|
|
<File>scroll_pc.asm</File>
|
|
</Files>
|
|
</CodeEditor>
|
|
</TommyGunProject>
|