1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

merged blitplay repository

This commit is contained in:
Wei-ju Wu
2015-11-30 15:24:58 -08:00
parent bbc0d4d5c8
commit 4cb53b735e
9 changed files with 1064 additions and 0 deletions

25
blitplay/README.md Normal file
View File

@ -0,0 +1,25 @@
# Blitter Playground
This is an application to tinker with the Blitter under Amiga OS 2.x/3.x.
It was inspired by Blitlab, an application originally written for
Amiga OS 1.x.
The application was written and tested with the VBCC cross compiler
on GNU/Linux, and requires two environment variables to be set:
* NDK_INC should point to your NDK C include directory
* MUI_INC should point to your MUI 3.8 include directory
If VBCC, NDK and MUI were setup correctly, you should be
able to build the application on a GNU/Linux system with a simple
<code>make</code>
The resulting blitplay application can be executed on a classic
680x0 Amiga system or the corresponding UAE configuration.
This application was tested on an Amiga 4000 configuration on
FS-UAE, but it should work on any other 2.x/3.x 68k system as well.
-- Wei-ju Wu April 23rd, 2013