Browse Source

Final ZXCC Cleanup

Honestly, ZXCC still deserves a lot of refactoring, but this will need to do for now.
pull/283/head
Wayne Warthen 4 years ago
parent
commit
c5043d66f9
  1. 9
      Readme.unix
  2. 0
      Tools/unix/zxcc/ReadMe.txt
  3. BIN
      Tools/zxcc/zxcc-src.zip
  4. BIN
      Tools/zxcc/zxcc.exe
  5. BIN
      Tools/zxcc/zxccdbg.exe

9
Readme.unix

@ -19,10 +19,14 @@ with respect to the .DS directive. it's usually a bad idea to mix
It assumes that you have some standard system tools and libraries It assumes that you have some standard system tools and libraries
installed, specifically: gcc, gnu make, libncurses, and srecord. installed, specifically: gcc, gnu make, libncurses, and srecord.
Typically, something like this will take care of adding all Typically, something like this will take care of adding all
required packages:
required packages in Linux:
sudo apt install build-essential libncurses-dev srecord sudo apt install build-essential libncurses-dev srecord
For MacOS, you will need:
brew install srecord
To build: To build:
cd to the top directory and type "make". cd to the top directory and type "make".
@ -40,8 +44,7 @@ the "SCZ180" platform:
make ROM_PLATFORM=SCZ180 ROM_CONFIG=126 make ROM_PLATFORM=SCZ180 ROM_CONFIG=126
Please be aware that the make-based build does have a couple of
deficiencies.
Please be aware that the make-based build does have a few deficiencies.
First and most important, the Makefiles do not handle reruns very well. First and most important, the Makefiles do not handle reruns very well.
To ensure a full buld, use "make clobber" from the top level directory To ensure a full buld, use "make clobber" from the top level directory

0
Tools/unix/zxcc/readme.txt → Tools/unix/zxcc/ReadMe.txt

BIN
Tools/zxcc/zxcc-src.zip

Binary file not shown.

BIN
Tools/zxcc/zxcc.exe

Binary file not shown.

BIN
Tools/zxcc/zxccdbg.exe

Binary file not shown.
Loading…
Cancel
Save