*** empty log message ***

This commit is contained in:
tomch 2006-02-25 20:54:57 +00:00
parent 312e86b4f9
commit db03681381
2 changed files with 25 additions and 4 deletions

View File

@ -1,4 +1,4 @@
a65 -b -l HDDRVR.A65 >hddrvr.lst
@del HDDRVR.BIN
rename 6502.bin HDDRVR.BIN
copy HDDRVR.BIN ..\Resource
copy HDDRVR.BIN ..\..\resource

View File

@ -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