redquark-amiberry-rb/VisualGDB/genblitter
2017-03-30 21:21:31 +02:00
..
genblitter-Debug.vgdbsettings Updated drawing, custom, events and other parts from WinUAE 3.4.1 2017-03-30 21:21:31 +02:00
genblitter-Release.vgdbsettings Updated drawing, custom, events and other parts from WinUAE 3.4.1 2017-03-30 21:21:31 +02:00
genblitter.vcxproj Updated drawing, custom, events and other parts from WinUAE 3.4.1 2017-03-30 21:21:31 +02:00
genblitter.vcxproj.filters Updated drawing, custom, events and other parts from WinUAE 3.4.1 2017-03-30 21:21:31 +02:00
genblitter.vcxproj.user Updated drawing, custom, events and other parts from WinUAE 3.4.1 2017-03-30 21:21:31 +02:00
Readme.txt Updated drawing, custom, events and other parts from WinUAE 3.4.1 2017-03-30 21:21:31 +02:00

This tool generates the following files:
- blit.h
- blitfunc.cpp
- blitfunc.h
- blittable.cpp

To use it, compile it for the target platform, then execute it there as follows:

genblitter.exe i > blit.h

genblitter.exe f > blitfunc.cpp

genblitter.exe h > blitfunc.h

genblitter.exe t > blittable.cpp

Copy the resulting files back in the "src" directory of Amiberry