diff --git a/AppleWin/firmware/HDD/build.bat b/AppleWin/firmware/HDD/build.bat index 1ab1d07a..9cb85865 100644 --- a/AppleWin/firmware/HDD/build.bat +++ b/AppleWin/firmware/HDD/build.bat @@ -1,4 +1,4 @@ a65 -b -l HDDRVR.A65 >hddrvr.lst @del HDDRVR.BIN rename 6502.bin HDDRVR.BIN -copy HDDRVR.BIN ..\Resource \ No newline at end of file +copy HDDRVR.BIN ..\..\resource \ No newline at end of file diff --git a/AppleWin/firmware/HDD/hddrvr.a65 b/AppleWin/firmware/HDD/hddrvr.a65 index 25963a0b..419424cd 100644 --- a/AppleWin/firmware/HDD/hddrvr.a65 +++ b/AppleWin/firmware/HDD/hddrvr.a65 @@ -1,9 +1,30 @@ -; AppleWin: Firmware for harddisk card +;AppleWin : An Apple //e emulator for Windows ; -; Copyright (c) 2005 Robert Hoem. All rights reserved. +;Copyright (C) 1994-1996, Michael O'Brien +;Copyright (C) 1999-2001, Oliver Schmidt +;Copyright (C) 2002-2005, Tom Charlesworth +;Copyright (C) 2006, Tom Charlesworth, Michael Pohoreski ; -; Assemble with a65.exe (1.06) +;AppleWin is free software; you can redistribute it and/or modify +;it under the terms of the GNU General Public License as published by +;the Free Software Foundation; either version 2 of the License, or +;(at your option) any later version. ; +;AppleWin is distributed in the hope that it will be useful, +;but WITHOUT ANY WARRANTY; without even the implied warranty of +;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;GNU General Public License for more details. +; +;You should have received a copy of the GNU General Public License +;along with AppleWin; if not, write to the Free Software +;Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +; + +; Description: Firmware for harddisk card +; +; Author: Copyright (c) 2005, Robert Hoem +; + ; Modified by Tom Charlesworth: ; . Fixed so it can be assembled by a65 v1.06 ; . TO DO: Make code relocatable