From: uz Date: Sun, 28 Feb 2010 09:53:04 +0000 (+0000) Subject: Removed pet.inc, since the real file is still in the pet directory and this X-Git-Tag: V2.13.2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4cf5b4084947f849096b82e88acbe624e4062de9;p=cc65 Removed pet.inc, since the real file is still in the pet directory and this one was added erronously. git-svn-id: svn://svn.cc65.org/cc65/trunk@4602 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/pet.inc b/asminc/pet.inc deleted file mode 100644 index f685c00b8..000000000 --- a/asminc/pet.inc +++ /dev/null @@ -1,22 +0,0 @@ -; -; PET generic definitions. -; - - -; --------------------------------------------------------------------------- -; Zero page, Commodore stuff - -DEVNUM := $D4 ; Device number - - - -; --------------------------------------------------------------------------- -; I/O: 6522 VIA2 - -VIA := $E840 -VIA_PRB := $E840 -VIA_PRA := $E841 -VIA_DDRB := $E842 -VIA_DDRA := $E843 - -