Skip to content

Commit

Permalink
Update 'ZXDev/Obj' scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-N-Cher committed Feb 25, 2013
1 parent 9ca6fc1 commit f6f8b42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 34 deletions.
7 changes: 3 additions & 4 deletions ZXDev/Obj/LaserDemo.bat
Expand Up @@ -17,10 +17,9 @@

@REM Link the target to TR-DOS format
@REM ================================
@REM WARNING! bin2trd is a MS-DOS program, must use a short filename
@DEL /Q LASERD~1.TRD
%bin%\bin2trd.exe LaserD~1.trl
@MOVE /Y LASERD~1.TRD ../LaserDemo.trd
@DEL /Q LaserDemo.trd
%bin%\bin2trd.exe LaserDemo.trl
@MOVE /Y laserdemo.trd ..\LaserDemo.trd

@REM ======================================================================
@ECHO Now you can run the image "LaserDemo.trd" in your favourite emulator
Expand Down
2 changes: 1 addition & 1 deletion ZXDev/Obj/LaserDemo.trl
Expand Up @@ -2,5 +2,5 @@

EXTENDED "ZXDev"
HOBETA "..\Bin\Boot.$b","boot","B"
BINARY "LaserD~1.bin","Dash","C",26000
BINARY "LaserDemo.bin","Dash","C",26000
;end of disk
29 changes: 0 additions & 29 deletions ZXDev/Obj/TurtleDemo.bat

This file was deleted.

0 comments on commit f6f8b42

Please sign in to comment.