Browse Source

ZMD Build Fix

- Trying to get past MLOAD25 in ZMD build on GitHub.  Updated ZX syntax to include a hyphen before the options.
pull/259/head
Wayne Warthen 4 years ago
parent
commit
6ad45ab0de
  1. 3
      Source/Apps/Makefile
  2. 2
      Source/Apps/ZMD/Build.cmd
  3. 2
      Source/Apps/ZMD/Makefile
  4. 2
      Source/Images/d_bp.txt
  5. 2
      Source/Images/d_cpm22.txt
  6. 2
      Source/Images/d_cpm3.txt
  7. 2
      Source/Images/d_nzcom.txt
  8. 2
      Source/Images/d_zpm3.txt
  9. 2
      Source/Images/d_zsdos.txt

3
Source/Apps/Makefile

@ -1,8 +1,7 @@
OBJECTS = sysgen.com survey.com \
syscopy.com assign.com format.com talk.com mode.com rtc.com \
timer.com rtchb.com
#SUBDIRS = XM FDU FAT Tune Test ZMP ZMD
SUBDIRS = XM FDU FAT Tune Test ZMP
SUBDIRS = XM FDU FAT Tune Test ZMP ZMD
DEST = ../../Binary/Apps
TOOLS =../../Tools

2
Source/Apps/ZMD/Build.cmd

@ -31,7 +31,7 @@ zx z80asm -zmdel/fm
zx l80 -zmdel,zmdel/n/e
zx z80asm -zmdhb/fh
zx mload25 zmd=zmd.com,zmdhb
zx mload25 -zmd=zmd.com,zmdhb
copy /Y zmd.com ..\..\..\Binary\Apps\ || exit /b

2
Source/Apps/ZMD/Makefile

@ -7,4 +7,4 @@ include $(TOOLS)/Makefile.inc
zmd.com: zmd.rel zmdhb.hex
$(ZXCC) $(CPM)/L80 -zmd,zmd/n/e
$(ZXCC) $(CPM)/MLOAD25 zmd=zmd.com,zmdhb
$(ZXCC) $(CPM)/MLOAD25 -zmd=zmd.com,zmdhb

2
Source/Images/d_bp.txt

@ -31,7 +31,7 @@
../../Binary/Apps/zmterm.ovr 15:
../../Binary/Apps/zminit.ovr 15:
../../Binary/Apps/zmconfig.ovr 15:
#../../Binary/Apps/zmd.com 15:
../../Binary/Apps/zmd.com 15:
#
#../../Binary/Apps/i2clcd.com 2:

2
Source/Images/d_cpm22.txt

@ -27,7 +27,7 @@ d_cpm22/ReadMe.txt 0:
../../Binary/Apps/zmterm.ovr 0:
../../Binary/Apps/zminit.ovr 0:
../../Binary/Apps/zmconfig.ovr 0:
#../../Binary/Apps/zmd.com 0:
../../Binary/Apps/zmd.com 0:
#
#../../Binary/Apps/i2clcd.com 2:
#../../Binary/Apps/i2cscan.com 2:

2
Source/Images/d_cpm3.txt

@ -43,7 +43,7 @@
../../Binary/Apps/zmterm.ovr 0:
../../Binary/Apps/zminit.ovr 0:
../../Binary/Apps/zmconfig.ovr 0:
#../../Binary/Apps/zmd.com 0:
../../Binary/Apps/zmd.com 0:
#
#../../Binary/Apps/i2clcd.com 2:
#../../Binary/Apps/i2cscan.com 2:

2
Source/Images/d_nzcom.txt

@ -44,7 +44,7 @@ d_zsdos/u0/*.* 0:
../../Binary/Apps/zmterm.ovr 0:
../../Binary/Apps/zminit.ovr 0:
../../Binary/Apps/zmconfig.ovr 0:
#../../Binary/Apps/zmd.com 0:
../../Binary/Apps/zmd.com 0:
#
#../../Binary/Apps/i2clcd.com 2:
#../../Binary/Apps/i2cscan.com 2:

2
Source/Images/d_zpm3.txt

@ -42,7 +42,7 @@
../../Binary/Apps/zmterm.ovr 15:
../../Binary/Apps/zminit.ovr 15:
../../Binary/Apps/zmconfig.ovr 15:
#../../Binary/Apps/zmd.com 15:
../../Binary/Apps/zmd.com 15:
#
#../../Binary/Apps/i2clcd.com 2:
#../../Binary/Apps/i2cscan.com 2:

2
Source/Images/d_zsdos.txt

@ -40,7 +40,7 @@ d_cpm22/u0/XSUB.COM 0:
../../Binary/Apps/zmterm.ovr 0:
../../Binary/Apps/zminit.ovr 0:
../../Binary/Apps/zmconfig.ovr 0:
#../../Binary/Apps/zmd.com 0:
../../Binary/Apps/zmd.com 0:
#
#../../Binary/Apps/i2clcd.com 2:
#../../Binary/Apps/i2cscan.com 2:

Loading…
Cancel
Save