Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade iDSK 0.19 #96

Open
wants to merge 11 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions cpctelera/cfg/global_paths.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ SHELL := /bin/bash

# PATHs FOR BUILDING TOOLS BINARIES
# Absolute paths for SDCC, Hex2bin, iDSK and 2CDT
SDCCBIN_PATH := $(CPCT_PATH)tools/sdcc-3.6.8-r9946/bin/
SDCCBIN_PATH := $(CPCT_PATH)tools/sdcc-3.9.3-r11351/bin/
HEX2BIN_PATH := $(CPCT_PATH)tools/hex2bin-2.0/bin/
IDSK_PATH := $(CPCT_PATH)tools/iDSK-0.13/bin/
IDSK_PATH := $(CPCT_PATH)tools/iDSK-0.19/bin/
2CDT_PATH := $(CPCT_PATH)tools/2cdt/bin/
ZX7B_PATH := $(CPCT_PATH)tools/zx7b/bin/
CPC2CDT_PATH := $(CPCT_PATH)tools/cpc2cdt/bin/
Expand Down
2 changes: 1 addition & 1 deletion cpctelera/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# INCLUDES
include ../cfg/global_functions.mk

TOOLS=2cdt cpc2cdt hex2bin-2.0 iDSK-0.13 sdcc-3.6.8-r9946 img2cpc dskgen zx7b scripts/c_scripts
TOOLS=2cdt cpc2cdt hex2bin-2.0 iDSK-0.19 sdcc-3.9.3-r11351 img2cpc dskgen zx7b scripts/c_scripts
TOOLSYSTEM=ToolMaker

# TOOLS CONFIG
Expand Down
1 change: 0 additions & 1 deletion cpctelera/tools/iDSK-0.13/COPYING

This file was deleted.

6 changes: 0 additions & 6 deletions cpctelera/tools/iDSK-0.13/ChangeLog

This file was deleted.

1 change: 0 additions & 1 deletion cpctelera/tools/iDSK-0.13/INSTALL

This file was deleted.

1 change: 0 additions & 1 deletion cpctelera/tools/iDSK-0.13/NEWS

This file was deleted.

1 change: 0 additions & 1 deletion cpctelera/tools/iDSK-0.13/README

This file was deleted.

Empty file.
162 changes: 0 additions & 162 deletions cpctelera/tools/iDSK-0.13/src/GestDsk.h

This file was deleted.

37 changes: 0 additions & 37 deletions cpctelera/tools/iDSK-0.13/src/Itoa.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions cpctelera/tools/iDSK-0.13/src/Itoa.h

This file was deleted.

Loading