Mode7 Demo sourcecode, special PoC||GTFO release
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   by DEATER (Vince Weaver, vince@deater.net)

  http://www.deater.net/weave/vmwprod/mode7_demo/
====================================================
                1 May 2018

To run, just copy "mode7_demo.dsk" to a 5 1/4" disk, or else
run it in your favorite Apple II emulator.
I typically use either WinApple2 (runs fine under Wine) or MESS
(which is harder to setup, you have to track down various Apple II ROM files)


To compile the code MODE7_DEMO_C:

	Just run "make"

	You will need to install the CC65 compiler suite to get
	the CA65 assember and LD65 linker.
		https://www.cc65.org/
	The Makefile assmumes it is somewhere in your path.
	It's possible on Debian you can just
		apt-get install cc65
	But I have not tested this.

	You will also to install the lz4 compression utility.
	On debian you can do that with
		apt-get install lz4

To create the binary to the disk image "mode7_demo.dsk"

	Just run "make image"

	You will need to install the dos33 utility from the dos33fsprogs
	package.  This is more difficult to set up
		https://github.com/deater/dos33fsprogs

