Something changed between Sep 07 & Dec 07 snapshots to break C-style comments in *.s...fixed that so the codebase still builds on 2.11.9.x. Won't build on 2.12 because of some library problems, near as I can tell...they also changed a #define for graphics mode selection for no apparent reason. Grr.
git-svn-id: https://svn.salfter.gotdns.org/svn/a2bfc/trunk@146 1b90f75b-8b96-4784-87c0-14078182fce6
This commit is contained in:
1
main.c
1
main.c
@@ -54,6 +54,7 @@ int main (void)
|
||||
tempsamples[i]=70;
|
||||
|
||||
tgi_load(TGI_MODE_280_192_6);
|
||||
/* tgi_load(TGI_MODE_280_192_8); */
|
||||
if (tgi_geterror()!=TGI_ERR_OK)
|
||||
{
|
||||
printf("tgi_load() failed\n");
|
||||
|
||||
34
ow-apple2.s
34
ow-apple2.s
@@ -1,22 +1,18 @@
|
||||
/*
|
||||
|
||||
cc65 1-Wire Library
|
||||
Copyright (C) 2003-2007 Scott Alfter (scott@alfter.us)
|
||||
|
||||
This program 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, version 2.
|
||||
|
||||
This program 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 this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
*/
|
||||
; cc65 1-Wire Library
|
||||
; Copyright (C) 2003-2007 Scott Alfter (scott@alfter.us)
|
||||
;
|
||||
; This program 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, version 2.
|
||||
;
|
||||
; This program 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 this program; if not, write to the Free Software
|
||||
; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
; Apple II-specific 1-Wire routines
|
||||
|
||||
|
||||
34
ow-common.s
34
ow-common.s
@@ -1,22 +1,18 @@
|
||||
/*
|
||||
|
||||
cc65 1-Wire Library
|
||||
Copyright (C) 2003-2007 Scott Alfter (scott@alfter.us)
|
||||
|
||||
This program 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, version 2.
|
||||
|
||||
This program 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 this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
*/
|
||||
; cc65 1-Wire Library
|
||||
; Copyright (C) 2003-2007 Scott Alfter (scott@alfter.us)
|
||||
;
|
||||
; This program 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, version 2.
|
||||
;
|
||||
; This program 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 this program; if not, write to the Free Software
|
||||
; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
; system-independent 1-Wire routines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user