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:
(no author)
2008-08-18 03:17:52 +00:00
parent c016922400
commit bf4eb52624
3 changed files with 31 additions and 38 deletions

1
main.c
View File

@@ -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");

View File

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

View File

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