From bf4eb5262434abb1e68ca3d73c55ae6948426d71 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@1b90f75b-8b96-4784-87c0-14078182fce6> Date: Mon, 18 Aug 2008 03:17:52 +0000 Subject: [PATCH] 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 --- main.c | 1 + ow-apple2.s | 34 +++++++++++++++------------------- ow-common.s | 34 +++++++++++++++------------------- 3 files changed, 31 insertions(+), 38 deletions(-) diff --git a/main.c b/main.c index 255f551..974ead6 100644 --- a/main.c +++ b/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"); diff --git a/ow-apple2.s b/ow-apple2.s index 3248c43..1309c60 100644 --- a/ow-apple2.s +++ b/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 diff --git a/ow-common.s b/ow-common.s index 644d363..24932fc 100644 --- a/ow-common.s +++ b/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