diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 4e98b54e7..fe2efe243 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -94,6 +94,7 @@ 1000,DM=David's Midnight Magic 0110,DEATH.SWORD 1001,DEFENDER +1000,DEFEND.JH=Defender (Joe Holt) 0001,DIAMOND.MINE 0001,DIG.DUG 1001,DINO.EGGS diff --git a/res/TITLE.HGR/DEFEND.JH b/res/TITLE.HGR/DEFEND.JH new file mode 100644 index 000000000..fb5511f3d Binary files /dev/null and b/res/TITLE.HGR/DEFEND.JH differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index 13752ee8d..38eb1c4b0 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -88,6 +88,7 @@ CW=Type(06),AuxType(4000),Access(C3) CYBER.STRIKE=Type(06),AuxType(4000),Access(C3) CYCLOD=Type(06),AuxType(4000),Access(C3) DANGEROUS.DAVE=Type(06),AuxType(4000),Access(C3) +DEFEND.JH=Type(06),AuxType(4000),Access(C3) DEFENDER=Type(06),AuxType(4000),Access(C3) DIAMOND.MINE=Type(06),AuxType(4000),Access(C3) DIG.DUG=Type(06),AuxType(4000),Access(C3) diff --git a/res/dsk/defender (joe holt) 18k file PRODOS (san inc pack).po b/res/dsk/defender (joe holt) 18k file PRODOS (san inc pack).po new file mode 100644 index 000000000..2625fbc3f Binary files /dev/null and b/res/dsk/defender (joe holt) 18k file PRODOS (san inc pack).po differ diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index ddc5dd719..901f854b1 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -1,7 +1,3 @@ -//ported -Defender (Joe Holt) -Titan Cronus - //4am crack Artesians Cavern Creatures @@ -12,8 +8,6 @@ MIRV Neutrons Oil's Well Super Huey -Video Vegas -Vortex //4am crack (unreleased) Galactic Attack @@ -21,7 +15,6 @@ Infiltrator II Zoo Master //TODO(woz-imaged but uncracked) -A City Dies Whenever Night Falls [unprotected] Bats in the Belfry Escape! Lemmings diff --git a/winmake.bat b/winmake.bat index 815d11760..aee8eabd4 100644 --- a/winmake.bat +++ b/winmake.bat @@ -136,9 +136,9 @@ for %%q in (src\prelaunch\*.a) do ( for /f "tokens=* usebackq" %%k in (`find "^!to" %%q`) do set _to=%%k set _to=!_to:~0,1! if !_to!==t %ACME% %%q +) for %%q in (res\title.hgr\*) do if not exist build\PRELAUNCH\%%~nxq 1>nul copy build\PRELAUNCH\STANDARD build\PRELAUNCH\%%~nxq for %%q in (res\title.dhgr\*) do if not exist build\PRELAUNCH\%%~nxq 1>nul copy build\PRELAUNCH\STANDARD build\PRELAUNCH\%%~nxq -) cscript /nologo bin\buildfileinfo.js build\PRELAUNCH "06" "0106" >>build\log goto :EOF