mirror of
https://github.com/tebl/RC6502-Apple-1-Replica.git
synced 2024-11-24 11:30:55 +00:00
Revised PSG module
This commit is contained in:
parent
23fd23fee4
commit
e32913d7ee
675
RC6502 PSG/LICENSE.md
Normal file
675
RC6502 PSG/LICENSE.md
Normal file
@ -0,0 +1,675 @@
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
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, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
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, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
{project} Copyright (C) {year} {fullname}
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
@ -29,11 +29,46 @@ X VCC 16 0 450 0 D 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 74LS373
|
||||
# 74LS241
|
||||
#
|
||||
DEF 74LS373 U 0 40 Y Y 1 F N
|
||||
DEF 74LS241 U 0 10 Y Y 1 F N
|
||||
F0 "U" 50 -200 50 H V C CNN
|
||||
F1 "74LS241" 100 -400 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
ALIAS 74LS244
|
||||
DRAW
|
||||
X GND 10 -300 -550 0 U 50 50 0 0 W N
|
||||
X VCC 20 -300 550 0 U 50 50 0 0 W N
|
||||
S -400 550 400 -550 0 1 0 N
|
||||
P 3 0 1 0 50 100 0 -100 -100 -100 N
|
||||
P 4 0 1 0 100 100 -50 100 -100 -100 -150 -100 N
|
||||
X OEa 1 -700 -400 300 R 50 50 1 1 I I
|
||||
X I0a 2 -700 500 300 R 50 50 1 1 I
|
||||
X O3b 3 700 -200 300 L 50 50 1 1 T
|
||||
X I1a 4 -700 400 300 R 50 50 1 1 I
|
||||
X O2b 5 700 -100 300 L 50 50 1 1 T
|
||||
X I2a 6 -700 300 300 R 50 50 1 1 I
|
||||
X O1b 7 700 0 300 L 50 50 1 1 T
|
||||
X I3a 8 -700 200 300 R 50 50 1 1 I
|
||||
X O0b 9 700 100 300 L 50 50 1 1 T
|
||||
X I0b 11 -700 100 300 R 50 50 1 1 I
|
||||
X O3a 12 700 200 300 L 50 50 1 1 T
|
||||
X I1b 13 -700 0 300 R 50 50 1 1 I
|
||||
X O2a 14 700 300 300 L 50 50 1 1 T
|
||||
X I2b 15 -700 -100 300 R 50 50 1 1 I
|
||||
X O1a 16 700 400 300 L 50 50 1 1 T
|
||||
X I3b 17 -700 -200 300 R 50 50 1 1 I
|
||||
X O0a 18 700 500 300 L 50 50 1 1 T
|
||||
X OEb 19 -700 -500 300 R 50 50 1 1 I I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 74LS374
|
||||
#
|
||||
DEF 74LS374 U 0 40 Y Y 1 F N
|
||||
F0 "U" 0 0 50 H V C CNN
|
||||
F1 "74LS373" 50 -350 50 H V C CNN
|
||||
F1 "74LS374" 50 -350 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
@ -49,7 +84,7 @@ X O2 6 700 300 300 L 50 50 1 1 T
|
||||
X D2 7 -700 300 300 R 50 50 1 1 I
|
||||
X D3 8 -700 200 300 R 50 50 1 1 I
|
||||
X O3 9 700 200 300 L 50 50 1 1 T
|
||||
X LE 11 -700 -400 300 R 50 50 1 1 I
|
||||
X Cp 11 -700 -400 300 R 50 50 1 1 I C
|
||||
X O4 12 700 100 300 L 50 50 1 1 T
|
||||
X D4 13 -700 100 300 R 50 50 1 1 I
|
||||
X D5 14 -700 0 300 R 50 50 1 1 I
|
||||
@ -255,26 +290,6 @@ X ~ 8 100 -300 150 U 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# POT
|
||||
#
|
||||
DEF POT RV 0 40 N N 1 F N
|
||||
F0 "RV" -175 0 50 V V C CNN
|
||||
F1 "POT" -100 0 50 V V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Potentiometer*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S 40 100 -40 -100 0 1 10 N
|
||||
P 2 0 1 0 100 0 60 0 N
|
||||
P 3 0 1 0 45 0 90 20 90 -20 F
|
||||
X 1 1 0 150 50 D 50 50 1 1 P
|
||||
X 2 2 150 0 50 L 50 50 1 1 P
|
||||
X 3 3 0 -150 50 U 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# R
|
||||
#
|
||||
DEF R R 0 0 N Y 1 F N
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
(export (version D)
|
||||
(design
|
||||
(source "D:/ownCloud/Documents/Projects/RC6502/RC6502 PSG/RC6502 PSG.sch")
|
||||
(date "28/12/2018 17:05:50")
|
||||
(source "D:\\owncloud\\Documents\\Projects\\RC6502\\RC6502 PSG\\RC6502 PSG.sch")
|
||||
(date "23/06/2019 15:24:52")
|
||||
(tool "Eeschema 4.0.7")
|
||||
(sheet (number 1) (name /) (tstamps /)
|
||||
(title_block
|
||||
@ -23,13 +23,13 @@
|
||||
(tstamp 5C225E9D))
|
||||
(comp (ref U4)
|
||||
(value 74LS138)
|
||||
(footprint Housings_DIP:DIP-16_W7.62mm)
|
||||
(footprint Housings_DIP:DIP-16_W7.62mm_Socket)
|
||||
(libsource (lib 74xx) (part 74LS138))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C225F79))
|
||||
(comp (ref U3)
|
||||
(value 74LS138)
|
||||
(footprint Housings_DIP:DIP-16_W7.62mm)
|
||||
(footprint Housings_DIP:DIP-16_W7.62mm_Socket)
|
||||
(libsource (lib 74xx) (part 74LS138))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C225FA2))
|
||||
@ -58,24 +58,6 @@
|
||||
(libsource (lib Oscillators) (part TCXO-14))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C22E816))
|
||||
(comp (ref U1)
|
||||
(value LM386)
|
||||
(footprint Housings_DIP:DIP-8_W7.62mm_Socket)
|
||||
(libsource (lib linear) (part LM386))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C22EC62))
|
||||
(comp (ref C2)
|
||||
(value 470nF)
|
||||
(footprint Capacitors_THT:C_Disc_D4.7mm_W2.5mm_P5.00mm)
|
||||
(libsource (lib device) (part C))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C22ECA0))
|
||||
(comp (ref C1)
|
||||
(value 100nF)
|
||||
(footprint Capacitors_THT:C_Disc_D4.7mm_W2.5mm_P5.00mm)
|
||||
(libsource (lib device) (part C))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C22F3EF))
|
||||
(comp (ref C4)
|
||||
(value 100nF)
|
||||
(footprint Capacitors_THT:C_Disc_D4.7mm_W2.5mm_P5.00mm)
|
||||
@ -88,48 +70,12 @@
|
||||
(libsource (lib device) (part CP))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C22F68D))
|
||||
(comp (ref C5)
|
||||
(value 10uF)
|
||||
(footprint Capacitors_THT:CP_Radial_D5.0mm_P2.50mm)
|
||||
(libsource (lib device) (part CP))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C22FDDA))
|
||||
(comp (ref RV2)
|
||||
(value 10K)
|
||||
(footprint Potentiometers:Potentiometer_Trimmer_Bourns_3296W)
|
||||
(libsource (lib device) (part POT))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C22FF68))
|
||||
(comp (ref C6)
|
||||
(value 10uF)
|
||||
(footprint Capacitors_THT:CP_Radial_D5.0mm_P2.50mm)
|
||||
(libsource (lib device) (part CP))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C2305EC))
|
||||
(comp (ref R1)
|
||||
(value 10k)
|
||||
(footprint Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C2306BB))
|
||||
(comp (ref RV1)
|
||||
(value 10K)
|
||||
(footprint Potentiometers:Potentiometer_Trimmer_Bourns_3296W)
|
||||
(libsource (lib device) (part POT))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C230B68))
|
||||
(comp (ref C7)
|
||||
(value 100nF)
|
||||
(footprint Capacitors_THT:C_Disc_D4.7mm_W2.5mm_P5.00mm)
|
||||
(libsource (lib device) (part C))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C231784))
|
||||
(comp (ref R3)
|
||||
(value 10)
|
||||
(footprint Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C2318E6))
|
||||
(comp (ref C8)
|
||||
(value 1000uF)
|
||||
(footprint Capacitors_THT:CP_Radial_D8.0mm_P3.80mm)
|
||||
@ -142,12 +88,6 @@
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C2374DE))
|
||||
(comp (ref U2)
|
||||
(value 74LS373)
|
||||
(footprint Housings_DIP:DIP-20_W7.62mm)
|
||||
(libsource (lib 74xx) (part 74LS373))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C237A24))
|
||||
(comp (ref LS1)
|
||||
(value Speaker)
|
||||
(footprint Buzzers_Beepers:Buzzer_12x9.5RM7.6)
|
||||
@ -207,7 +147,43 @@
|
||||
(footprint Pin_Headers:Pin_Header_Angled_1x02_Pitch2.54mm)
|
||||
(libsource (lib conn) (part Conn_01x02))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C266EC8)))
|
||||
(tstamp 5C266EC8))
|
||||
(comp (ref U6)
|
||||
(value 74LS374)
|
||||
(footprint Housings_DIP:DIP-20_W7.62mm_Socket)
|
||||
(libsource (lib 74xx) (part 74LS374))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5CEA44FB))
|
||||
(comp (ref U2)
|
||||
(value 74LS244)
|
||||
(footprint Housings_DIP:DIP-20_W7.62mm_Socket)
|
||||
(libsource (lib 74xx) (part 74LS244))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5CEA9439))
|
||||
(comp (ref U7)
|
||||
(value 74LS374)
|
||||
(footprint Housings_DIP:DIP-20_W7.62mm_Socket)
|
||||
(libsource (lib 74xx) (part 74LS374))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5CEB02CF))
|
||||
(comp (ref C14)
|
||||
(value 100nF)
|
||||
(footprint Capacitors_THT:C_Disc_D4.7mm_W2.5mm_P5.00mm)
|
||||
(libsource (lib device) (part C))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5CECAD7C))
|
||||
(comp (ref U1)
|
||||
(value LM386)
|
||||
(footprint Housings_DIP:DIP-8_W7.62mm_Socket)
|
||||
(libsource (lib linear) (part LM386))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5C22EC62))
|
||||
(comp (ref C1)
|
||||
(value 100uF)
|
||||
(footprint Capacitors_THT:CP_Radial_D5.0mm_P2.50mm)
|
||||
(libsource (lib device) (part CP))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 5D0FFE13)))
|
||||
(libparts
|
||||
(libpart (lib 74xx) (part 74LS138)
|
||||
(description "Decoder 3 to 8 (active low outputs)")
|
||||
@ -231,11 +207,39 @@
|
||||
(pin (num 14) (name O1) (type output))
|
||||
(pin (num 15) (name O0) (type output))
|
||||
(pin (num 16) (name VCC) (type power_in))))
|
||||
(libpart (lib 74xx) (part 74LS373)
|
||||
(description "8 bits Latch, 3 state Out")
|
||||
(libpart (lib 74xx) (part 74LS241)
|
||||
(aliases
|
||||
(alias 74LS244))
|
||||
(description "8 bits Bus Buffer 3 State out")
|
||||
(fields
|
||||
(field (name Reference) U)
|
||||
(field (name Value) 74LS373))
|
||||
(field (name Value) 74LS241))
|
||||
(pins
|
||||
(pin (num 1) (name OEa) (type input))
|
||||
(pin (num 2) (name I0a) (type input))
|
||||
(pin (num 3) (name O3b) (type 3state))
|
||||
(pin (num 4) (name I1a) (type input))
|
||||
(pin (num 5) (name O2b) (type 3state))
|
||||
(pin (num 6) (name I2a) (type input))
|
||||
(pin (num 7) (name O1b) (type 3state))
|
||||
(pin (num 8) (name I3a) (type input))
|
||||
(pin (num 9) (name O0b) (type 3state))
|
||||
(pin (num 10) (name GND) (type power_in))
|
||||
(pin (num 11) (name I0b) (type input))
|
||||
(pin (num 12) (name O3a) (type 3state))
|
||||
(pin (num 13) (name I1b) (type input))
|
||||
(pin (num 14) (name O2a) (type 3state))
|
||||
(pin (num 15) (name I2b) (type input))
|
||||
(pin (num 16) (name O1a) (type 3state))
|
||||
(pin (num 17) (name I3b) (type input))
|
||||
(pin (num 18) (name O0a) (type 3state))
|
||||
(pin (num 19) (name OEb) (type input))
|
||||
(pin (num 20) (name VCC) (type power_in))))
|
||||
(libpart (lib 74xx) (part 74LS374)
|
||||
(description "8 bits Register, 3 state Out")
|
||||
(fields
|
||||
(field (name Reference) U)
|
||||
(field (name Value) 74LS374))
|
||||
(pins
|
||||
(pin (num 1) (name OE) (type input))
|
||||
(pin (num 2) (name O0) (type 3state))
|
||||
@ -247,7 +251,7 @@
|
||||
(pin (num 8) (name D3) (type input))
|
||||
(pin (num 9) (name O3) (type 3state))
|
||||
(pin (num 10) (name GND) (type power_in))
|
||||
(pin (num 11) (name LE) (type input))
|
||||
(pin (num 11) (name Cp) (type input))
|
||||
(pin (num 12) (name O4) (type 3state))
|
||||
(pin (num 13) (name D4) (type input))
|
||||
(pin (num 14) (name D5) (type input))
|
||||
@ -368,17 +372,6 @@
|
||||
(pin (num 6) (name V+) (type power_in))
|
||||
(pin (num 7) (name ~) (type input))
|
||||
(pin (num 8) (name ~) (type input))))
|
||||
(libpart (lib device) (part POT)
|
||||
(description Potentiometer)
|
||||
(footprints
|
||||
(fp Potentiometer*))
|
||||
(fields
|
||||
(field (name Reference) RV)
|
||||
(field (name Value) POT))
|
||||
(pins
|
||||
(pin (num 1) (name 1) (type passive))
|
||||
(pin (num 2) (name 2) (type passive))
|
||||
(pin (num 3) (name 3) (type passive))))
|
||||
(libpart (lib device) (part R)
|
||||
(description Resistor)
|
||||
(footprints
|
||||
@ -483,14 +476,6 @@
|
||||
(pin (num 4) (name ~) (type passive))
|
||||
(pin (num 5) (name ~) (type passive)))))
|
||||
(libraries
|
||||
(library (logical rc6502_backplane)
|
||||
(uri D:\ownCloud\Documents\Projects\RC6502\Templates\rc6502_backplane.lib))
|
||||
(library (logical Oscillators)
|
||||
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\Oscillators.lib"))
|
||||
(library (logical SN76489AN)
|
||||
(uri "D:\\ownCloud\\Documents\\Projects\\RC6502\\RC6502 PSG\\SN76489AN.lib"))
|
||||
(library (logical trs_3.5mm)
|
||||
(uri D:\ownCloud\Documents\Projects\RC6502\Templates\trs_3.5mm.lib))
|
||||
(library (logical device)
|
||||
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\device.lib"))
|
||||
(library (logical conn)
|
||||
@ -498,285 +483,333 @@
|
||||
(library (logical linear)
|
||||
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\linear.lib"))
|
||||
(library (logical 74xx)
|
||||
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\74xx.lib")))
|
||||
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\74xx.lib"))
|
||||
(library (logical rc6502_backplane)
|
||||
(uri D:\ownCloud\Documents\Projects\RC6502\Templates\rc6502_backplane.lib))
|
||||
(library (logical SN76489AN)
|
||||
(uri "D:\\owncloud\\Documents\\Projects\\RC6502\\RC6502 PSG\\SN76489AN.lib"))
|
||||
(library (logical Oscillators)
|
||||
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\Oscillators.lib"))
|
||||
(library (logical trs_3.5mm)
|
||||
(uri D:\ownCloud\Documents\Projects\RC6502\Templates\trs_3.5mm.lib)))
|
||||
(nets
|
||||
(net (code 1) (name "Net-(RV1-Pad2)")
|
||||
(node (ref U1) (pin 3))
|
||||
(node (ref RV1) (pin 2)))
|
||||
(net (code 2) (name GND)
|
||||
(node (ref C11) (pin 1))
|
||||
(node (ref J1) (pin 1))
|
||||
(node (ref J5) (pin 2))
|
||||
(node (ref C10) (pin 1))
|
||||
(node (ref C12) (pin 1))
|
||||
(node (ref C13) (pin 1))
|
||||
(node (ref U3) (pin 8))
|
||||
(node (ref U3) (pin 5))
|
||||
(node (ref C1) (pin 1))
|
||||
(node (ref U2) (pin 14))
|
||||
(node (ref C4) (pin 2))
|
||||
(node (ref C3) (pin 2))
|
||||
(node (ref C9) (pin 1))
|
||||
(node (ref LS1) (pin 2))
|
||||
(node (ref U4) (pin 4))
|
||||
(node (ref U4) (pin 8))
|
||||
(node (ref J4) (pin 17))
|
||||
(node (ref U4) (pin 5))
|
||||
(node (ref U5) (pin 8))
|
||||
(node (ref U2) (pin 17))
|
||||
(node (ref U2) (pin 18))
|
||||
(node (ref U2) (pin 10))
|
||||
(node (ref R3) (pin 2))
|
||||
(node (ref U1) (pin 2))
|
||||
(node (ref C2) (pin 2))
|
||||
(node (ref C6) (pin 2))
|
||||
(node (ref C2) (pin 1))
|
||||
(node (ref U2) (pin 4))
|
||||
(node (ref U2) (pin 7))
|
||||
(node (ref U2) (pin 8))
|
||||
(node (ref U2) (pin 13))
|
||||
(node (ref U1) (pin 4))
|
||||
(node (ref RV1) (pin 3))
|
||||
(node (ref X1) (pin 7)))
|
||||
(net (code 3) (name Line)
|
||||
(node (ref U5) (pin 7))
|
||||
(node (ref RV1) (pin 1)))
|
||||
(net (code 4) (name "Net-(R1-Pad1)")
|
||||
(node (ref U1) (pin 7))
|
||||
(node (ref R1) (pin 1)))
|
||||
(net (code 5) (name "Net-(C7-Pad2)")
|
||||
(node (ref C7) (pin 2))
|
||||
(node (ref C8) (pin 1))
|
||||
(node (ref U1) (pin 5)))
|
||||
(net (code 6) (name "Net-(C7-Pad1)")
|
||||
(node (ref R3) (pin 1))
|
||||
(node (ref C7) (pin 1)))
|
||||
(net (code 7) (name "Net-(C5-Pad1)")
|
||||
(node (ref C5) (pin 1))
|
||||
(node (ref RV2) (pin 3)))
|
||||
(net (code 8) (name "Net-(RV2-Pad2)")
|
||||
(node (ref U1) (pin 1))
|
||||
(node (ref RV2) (pin 2)))
|
||||
(net (code 9) (name "Net-(RV2-Pad1)")
|
||||
(node (ref RV2) (pin 1)))
|
||||
(net (code 10) (name "Net-(C6-Pad1)")
|
||||
(node (ref R1) (pin 2))
|
||||
(node (ref C6) (pin 1)))
|
||||
(net (code 11) (name VCC)
|
||||
(node (ref U4) (pin 16))
|
||||
(node (ref C13) (pin 2))
|
||||
(node (ref U2) (pin 20))
|
||||
(node (ref J4) (pin 18))
|
||||
(node (ref U3) (pin 16))
|
||||
(node (ref U5) (pin 16))
|
||||
(node (ref X1) (pin 14))
|
||||
(node (ref C4) (pin 1))
|
||||
(node (ref C3) (pin 1))
|
||||
(node (ref C11) (pin 2))
|
||||
(node (ref C9) (pin 2))
|
||||
(node (ref C10) (pin 2))
|
||||
(node (ref U1) (pin 6))
|
||||
(node (ref C12) (pin 2))
|
||||
(node (ref R2) (pin 1))
|
||||
(node (ref C1) (pin 2)))
|
||||
(net (code 12) (name "Net-(JP1-Pad2)")
|
||||
(node (ref X1) (pin 8))
|
||||
(node (ref JP1) (pin 2)))
|
||||
(net (code 13) (name READY)
|
||||
(node (ref U5) (pin 4))
|
||||
(node (ref R2) (pin 2))
|
||||
(node (ref U2) (pin 3)))
|
||||
(net (code 14) (name "Net-(C5-Pad2)")
|
||||
(node (ref C5) (pin 2))
|
||||
(node (ref U1) (pin 8)))
|
||||
(net (code 15) (name "Net-(X1-Pad1)")
|
||||
(node (ref X1) (pin 1)))
|
||||
(net (code 16) (name "Net-(J1-Pad3)")
|
||||
(node (ref J1) (pin 3)))
|
||||
(net (code 17) (name "Net-(J1-Pad4)")
|
||||
(node (ref J1) (pin 4)))
|
||||
(net (code 18) (name "Net-(J1-Pad2)")
|
||||
(node (ref J1) (pin 2)))
|
||||
(net (code 19) (name "Net-(J4-Pad12)")
|
||||
(node (ref J4) (pin 12)))
|
||||
(net (code 20) (name "Net-(J4-Pad7)")
|
||||
(node (ref J4) (pin 7)))
|
||||
(net (code 21) (name "Net-(J4-Pad8)")
|
||||
(node (ref J4) (pin 8)))
|
||||
(net (code 22) (name "Net-(J4-Pad9)")
|
||||
(node (ref J4) (pin 9)))
|
||||
(net (code 23) (name "Net-(J4-Pad10)")
|
||||
(node (ref J4) (pin 10)))
|
||||
(net (code 24) (name "Net-(J4-Pad11)")
|
||||
(node (ref J4) (pin 11)))
|
||||
(net (code 25) (name "Net-(J4-Pad13)")
|
||||
(node (ref J4) (pin 13)))
|
||||
(net (code 26) (name "Net-(J4-Pad14)")
|
||||
(node (ref J4) (pin 14)))
|
||||
(net (code 27) (name "Net-(J4-Pad15)")
|
||||
(node (ref J4) (pin 15)))
|
||||
(net (code 28) (name "Net-(J4-Pad16)")
|
||||
(node (ref J4) (pin 16)))
|
||||
(net (code 29) (name "Net-(J4-Pad21)")
|
||||
(node (ref J4) (pin 21)))
|
||||
(net (code 30) (name READ)
|
||||
(node (ref U2) (pin 1))
|
||||
(node (ref U2) (pin 11))
|
||||
(node (ref J2) (pin 10))
|
||||
(node (ref J2) (pin 12))
|
||||
(node (ref J2) (pin 14))
|
||||
(node (ref J2) (pin 16)))
|
||||
(net (code 31) (name "Net-(JP2-Pad2)")
|
||||
(node (ref JP2) (pin 2))
|
||||
(node (ref LS1) (pin 1)))
|
||||
(net (code 32) (name "Net-(C8-Pad2)")
|
||||
(node (ref J1) (pin 5))
|
||||
(node (ref J5) (pin 1))
|
||||
(node (ref JP2) (pin 1))
|
||||
(node (ref C8) (pin 2)))
|
||||
(net (code 33) (name /D7)
|
||||
(node (ref U5) (pin 10))
|
||||
(node (ref U2) (pin 19))
|
||||
(node (ref J4) (pin 34)))
|
||||
(net (code 34) (name /D6)
|
||||
(node (ref U2) (pin 16))
|
||||
(node (ref J4) (pin 33))
|
||||
(node (ref U5) (pin 11)))
|
||||
(net (code 35) (name /D5)
|
||||
(node (ref U5) (pin 12))
|
||||
(node (ref U2) (pin 15))
|
||||
(node (ref J4) (pin 32)))
|
||||
(net (code 36) (name /D4)
|
||||
(node (ref U5) (pin 13))
|
||||
(node (ref U2) (pin 12))
|
||||
(node (ref J4) (pin 31)))
|
||||
(net (code 37) (name /D3)
|
||||
(node (ref J4) (pin 30))
|
||||
(node (ref U2) (pin 9))
|
||||
(node (ref U5) (pin 15)))
|
||||
(net (code 38) (name /D2)
|
||||
(node (ref U5) (pin 1))
|
||||
(node (ref U2) (pin 6))
|
||||
(node (ref J4) (pin 29)))
|
||||
(net (code 39) (name /D1)
|
||||
(node (ref J4) (pin 28))
|
||||
(node (ref U2) (pin 5))
|
||||
(node (ref U5) (pin 2)))
|
||||
(net (code 40) (name /D0)
|
||||
(node (ref J4) (pin 27))
|
||||
(node (ref U5) (pin 3))
|
||||
(node (ref U2) (pin 2)))
|
||||
(net (code 41) (name /A10)
|
||||
(node (ref U3) (pin 1))
|
||||
(node (ref J4) (pin 6)))
|
||||
(net (code 42) (name "Net-(J3-Pad10)")
|
||||
(node (ref J3) (pin 2))
|
||||
(node (ref J3) (pin 4))
|
||||
(node (ref J3) (pin 6))
|
||||
(node (ref J3) (pin 8))
|
||||
(node (ref J3) (pin 10))
|
||||
(node (ref J3) (pin 14))
|
||||
(node (ref J3) (pin 12))
|
||||
(node (ref U3) (pin 4))
|
||||
(node (ref J3) (pin 16)))
|
||||
(net (code 43) (name "Net-(J3-Pad13)")
|
||||
(node (ref U4) (pin 9))
|
||||
(node (ref J3) (pin 13)))
|
||||
(net (code 44) (name "Net-(J3-Pad15)")
|
||||
(net (code 1) (name "Net-(J3-Pad15)")
|
||||
(node (ref U4) (pin 7))
|
||||
(node (ref J3) (pin 15)))
|
||||
(net (code 45) (name /A15)
|
||||
(node (ref J4) (pin 1))
|
||||
(node (ref U4) (pin 6)))
|
||||
(net (code 46) (name /A14)
|
||||
(node (ref U4) (pin 3))
|
||||
(node (ref J4) (pin 2)))
|
||||
(net (code 47) (name /A13)
|
||||
(node (ref U4) (pin 2))
|
||||
(node (ref J4) (pin 3)))
|
||||
(net (code 48) (name "Net-(J3-Pad11)")
|
||||
(node (ref U4) (pin 10))
|
||||
(node (ref J3) (pin 11)))
|
||||
(net (code 49) (name /A11)
|
||||
(node (ref U3) (pin 2))
|
||||
(node (ref J4) (pin 5)))
|
||||
(net (code 50) (name /A12)
|
||||
(node (ref U4) (pin 1))
|
||||
(node (ref J4) (pin 4)))
|
||||
(net (code 51) (name "Net-(J3-Pad3)")
|
||||
(node (ref J3) (pin 3))
|
||||
(node (ref U4) (pin 14)))
|
||||
(net (code 52) (name "Net-(J2-Pad7)")
|
||||
(node (ref J2) (pin 7))
|
||||
(node (ref U3) (pin 12)))
|
||||
(net (code 53) (name "Net-(J2-Pad5)")
|
||||
(node (ref U3) (pin 13))
|
||||
(node (ref J2) (pin 5)))
|
||||
(net (code 54) (name "Net-(J2-Pad1)")
|
||||
(node (ref J2) (pin 1))
|
||||
(node (ref U3) (pin 15)))
|
||||
(net (code 55) (name "Net-(J3-Pad1)")
|
||||
(net (code 2) (name "Net-(J3-Pad10)")
|
||||
(node (ref J3) (pin 12))
|
||||
(node (ref J3) (pin 16))
|
||||
(node (ref J3) (pin 4))
|
||||
(node (ref J3) (pin 10))
|
||||
(node (ref U3) (pin 4))
|
||||
(node (ref J3) (pin 8))
|
||||
(node (ref J3) (pin 6))
|
||||
(node (ref J3) (pin 2))
|
||||
(node (ref J3) (pin 14)))
|
||||
(net (code 3) (name WR_DATA)
|
||||
(node (ref U6) (pin 11))
|
||||
(node (ref J2) (pin 8))
|
||||
(node (ref J2) (pin 6)))
|
||||
(net (code 4) (name READ)
|
||||
(node (ref U2) (pin 19))
|
||||
(node (ref J2) (pin 12))
|
||||
(node (ref J2) (pin 10))
|
||||
(node (ref U2) (pin 1)))
|
||||
(net (code 5) (name "Net-(J2-Pad7)")
|
||||
(node (ref U3) (pin 12))
|
||||
(node (ref J2) (pin 7)))
|
||||
(net (code 6) (name "Net-(J2-Pad1)")
|
||||
(node (ref U3) (pin 15))
|
||||
(node (ref J2) (pin 1)))
|
||||
(net (code 7) (name "Net-(J2-Pad3)")
|
||||
(node (ref J2) (pin 3))
|
||||
(node (ref U3) (pin 14)))
|
||||
(net (code 8) (name "Net-(J2-Pad5)")
|
||||
(node (ref J2) (pin 5))
|
||||
(node (ref U3) (pin 13)))
|
||||
(net (code 9) (name "Net-(J2-Pad9)")
|
||||
(node (ref J2) (pin 9))
|
||||
(node (ref U3) (pin 11)))
|
||||
(net (code 10) (name "Net-(J2-Pad11)")
|
||||
(node (ref J2) (pin 11))
|
||||
(node (ref U3) (pin 10)))
|
||||
(net (code 11) (name "Net-(J2-Pad13)")
|
||||
(node (ref J2) (pin 13))
|
||||
(node (ref U3) (pin 9)))
|
||||
(net (code 12) (name "Net-(J2-Pad15)")
|
||||
(node (ref J2) (pin 15))
|
||||
(node (ref U3) (pin 7)))
|
||||
(net (code 13) (name "Net-(U7-Pad16)")
|
||||
(node (ref U7) (pin 16)))
|
||||
(net (code 14) (name "Net-(U7-Pad19)")
|
||||
(node (ref U7) (pin 19)))
|
||||
(net (code 15) (name "Net-(U7-Pad15)")
|
||||
(node (ref U7) (pin 15)))
|
||||
(net (code 16) (name /D6)
|
||||
(node (ref U7) (pin 17))
|
||||
(node (ref J4) (pin 33))
|
||||
(node (ref U2) (pin 5))
|
||||
(node (ref U6) (pin 17)))
|
||||
(net (code 17) (name /D7)
|
||||
(node (ref U2) (pin 3))
|
||||
(node (ref J4) (pin 34))
|
||||
(node (ref U6) (pin 18))
|
||||
(node (ref U7) (pin 18)))
|
||||
(net (code 18) (name GND)
|
||||
(node (ref U2) (pin 8))
|
||||
(node (ref U1) (pin 4))
|
||||
(node (ref X1) (pin 7))
|
||||
(node (ref U1) (pin 2))
|
||||
(node (ref C10) (pin 1))
|
||||
(node (ref U3) (pin 8))
|
||||
(node (ref U5) (pin 8))
|
||||
(node (ref U2) (pin 10))
|
||||
(node (ref J4) (pin 17))
|
||||
(node (ref U2) (pin 17))
|
||||
(node (ref U2) (pin 15))
|
||||
(node (ref U2) (pin 13))
|
||||
(node (ref C9) (pin 1))
|
||||
(node (ref U3) (pin 5))
|
||||
(node (ref U2) (pin 11))
|
||||
(node (ref C11) (pin 1))
|
||||
(node (ref C12) (pin 1))
|
||||
(node (ref U6) (pin 1))
|
||||
(node (ref U4) (pin 4))
|
||||
(node (ref U4) (pin 5))
|
||||
(node (ref U4) (pin 8))
|
||||
(node (ref C13) (pin 1))
|
||||
(node (ref J5) (pin 2))
|
||||
(node (ref U6) (pin 10))
|
||||
(node (ref C3) (pin 2))
|
||||
(node (ref C4) (pin 2))
|
||||
(node (ref C7) (pin 1))
|
||||
(node (ref C14) (pin 1))
|
||||
(node (ref U7) (pin 1))
|
||||
(node (ref U7) (pin 10))
|
||||
(node (ref J1) (pin 1))
|
||||
(node (ref C1) (pin 2))
|
||||
(node (ref LS1) (pin 2)))
|
||||
(net (code 19) (name /S_D0)
|
||||
(node (ref U5) (pin 3))
|
||||
(node (ref U6) (pin 19)))
|
||||
(net (code 20) (name /S_D1)
|
||||
(node (ref U5) (pin 2))
|
||||
(node (ref U6) (pin 16)))
|
||||
(net (code 21) (name /S_D2)
|
||||
(node (ref U6) (pin 15))
|
||||
(node (ref U5) (pin 1)))
|
||||
(net (code 22) (name /S_WE)
|
||||
(node (ref U5) (pin 5))
|
||||
(node (ref U2) (pin 4))
|
||||
(node (ref U7) (pin 5)))
|
||||
(net (code 23) (name VCC)
|
||||
(node (ref U5) (pin 16))
|
||||
(node (ref U7) (pin 20))
|
||||
(node (ref U2) (pin 20))
|
||||
(node (ref J4) (pin 18))
|
||||
(node (ref C3) (pin 1))
|
||||
(node (ref C14) (pin 2))
|
||||
(node (ref R2) (pin 1))
|
||||
(node (ref U3) (pin 16))
|
||||
(node (ref C4) (pin 1))
|
||||
(node (ref U1) (pin 6))
|
||||
(node (ref C11) (pin 2))
|
||||
(node (ref X1) (pin 14))
|
||||
(node (ref U6) (pin 20))
|
||||
(node (ref C10) (pin 2))
|
||||
(node (ref C12) (pin 2))
|
||||
(node (ref C9) (pin 2))
|
||||
(node (ref C13) (pin 2))
|
||||
(node (ref U4) (pin 16)))
|
||||
(net (code 24) (name "Net-(U7-Pad2)")
|
||||
(node (ref U7) (pin 2)))
|
||||
(net (code 25) (name /D0)
|
||||
(node (ref U6) (pin 3))
|
||||
(node (ref U7) (pin 3))
|
||||
(node (ref U2) (pin 18))
|
||||
(node (ref J4) (pin 27)))
|
||||
(net (code 26) (name /D1)
|
||||
(node (ref U2) (pin 16))
|
||||
(node (ref U6) (pin 4))
|
||||
(node (ref J4) (pin 28))
|
||||
(node (ref U7) (pin 4)))
|
||||
(net (code 27) (name /S_D3)
|
||||
(node (ref U6) (pin 12))
|
||||
(node (ref U5) (pin 15)))
|
||||
(net (code 28) (name /S_CE)
|
||||
(node (ref U2) (pin 6))
|
||||
(node (ref U5) (pin 6))
|
||||
(node (ref U7) (pin 6)))
|
||||
(net (code 29) (name /D2)
|
||||
(node (ref J4) (pin 29))
|
||||
(node (ref U6) (pin 7))
|
||||
(node (ref U7) (pin 7))
|
||||
(node (ref U2) (pin 14)))
|
||||
(net (code 30) (name /D3)
|
||||
(node (ref U2) (pin 12))
|
||||
(node (ref U6) (pin 8))
|
||||
(node (ref J4) (pin 30))
|
||||
(node (ref U7) (pin 8)))
|
||||
(net (code 31) (name "Net-(U7-Pad9)")
|
||||
(node (ref U7) (pin 9)))
|
||||
(net (code 32) (name WR_SIGNAL)
|
||||
(node (ref J2) (pin 2))
|
||||
(node (ref J2) (pin 4))
|
||||
(node (ref U7) (pin 11)))
|
||||
(net (code 33) (name "Net-(U7-Pad12)")
|
||||
(node (ref U7) (pin 12)))
|
||||
(net (code 34) (name /D4)
|
||||
(node (ref J4) (pin 31))
|
||||
(node (ref U6) (pin 13))
|
||||
(node (ref U7) (pin 13))
|
||||
(node (ref U2) (pin 9)))
|
||||
(net (code 35) (name /D5)
|
||||
(node (ref J4) (pin 32))
|
||||
(node (ref U2) (pin 7))
|
||||
(node (ref U7) (pin 14))
|
||||
(node (ref U6) (pin 14)))
|
||||
(net (code 36) (name "Net-(J3-Pad1)")
|
||||
(node (ref U4) (pin 15))
|
||||
(node (ref J3) (pin 1)))
|
||||
(net (code 56) (name "Net-(J3-Pad5)")
|
||||
(net (code 37) (name "Net-(J3-Pad3)")
|
||||
(node (ref J3) (pin 3))
|
||||
(node (ref U4) (pin 14)))
|
||||
(net (code 38) (name "Net-(J3-Pad5)")
|
||||
(node (ref U4) (pin 13))
|
||||
(node (ref J3) (pin 5)))
|
||||
(net (code 57) (name "Net-(J3-Pad7)")
|
||||
(node (ref J3) (pin 7))
|
||||
(node (ref U4) (pin 12)))
|
||||
(net (code 58) (name "Net-(J3-Pad9)")
|
||||
(node (ref J3) (pin 9))
|
||||
(node (ref U4) (pin 11)))
|
||||
(net (code 59) (name "Net-(J2-Pad9)")
|
||||
(node (ref U3) (pin 11))
|
||||
(node (ref J2) (pin 9)))
|
||||
(net (code 60) (name "Net-(J4-Pad35)")
|
||||
(node (ref J4) (pin 35)))
|
||||
(net (code 61) (name "Net-(J4-Pad23)")
|
||||
(node (ref J4) (pin 23)))
|
||||
(net (code 62) (name /R/~W)
|
||||
(net (code 39) (name "Net-(J3-Pad7)")
|
||||
(node (ref U4) (pin 12))
|
||||
(node (ref J3) (pin 7)))
|
||||
(net (code 40) (name "Net-(J3-Pad9)")
|
||||
(node (ref U4) (pin 11))
|
||||
(node (ref J3) (pin 9)))
|
||||
(net (code 41) (name "Net-(J3-Pad11)")
|
||||
(node (ref U4) (pin 10))
|
||||
(node (ref J3) (pin 11)))
|
||||
(net (code 42) (name "Net-(J3-Pad13)")
|
||||
(node (ref U4) (pin 9))
|
||||
(node (ref J3) (pin 13)))
|
||||
(net (code 43) (name /S_D5)
|
||||
(node (ref U6) (pin 6))
|
||||
(node (ref U5) (pin 12)))
|
||||
(net (code 44) (name /S_D4)
|
||||
(node (ref U6) (pin 9))
|
||||
(node (ref U5) (pin 13)))
|
||||
(net (code 45) (name /S_D6)
|
||||
(node (ref U6) (pin 5))
|
||||
(node (ref U5) (pin 11)))
|
||||
(net (code 46) (name /S_D7)
|
||||
(node (ref U6) (pin 2))
|
||||
(node (ref U5) (pin 10)))
|
||||
(net (code 47) (name /S_RDY)
|
||||
(node (ref U2) (pin 2))
|
||||
(node (ref U5) (pin 4))
|
||||
(node (ref R2) (pin 2)))
|
||||
(net (code 48) (name "Net-(JP1-Pad1)")
|
||||
(node (ref X1) (pin 8))
|
||||
(node (ref JP1) (pin 1)))
|
||||
(net (code 49) (name Line)
|
||||
(node (ref U5) (pin 7))
|
||||
(node (ref U1) (pin 3)))
|
||||
(net (code 50) (name "Net-(JP2-Pad2)")
|
||||
(node (ref LS1) (pin 1))
|
||||
(node (ref JP2) (pin 2)))
|
||||
(net (code 51) (name "Net-(C8-Pad2)")
|
||||
(node (ref JP2) (pin 1))
|
||||
(node (ref C8) (pin 2))
|
||||
(node (ref J5) (pin 1))
|
||||
(node (ref J1) (pin 5)))
|
||||
(net (code 52) (name "Net-(J2-Pad14)")
|
||||
(node (ref J2) (pin 14)))
|
||||
(net (code 53) (name "Net-(J2-Pad16)")
|
||||
(node (ref J2) (pin 16)))
|
||||
(net (code 54) (name "Net-(U1-Pad1)")
|
||||
(node (ref U1) (pin 1)))
|
||||
(net (code 55) (name "Net-(C7-Pad2)")
|
||||
(node (ref U1) (pin 5))
|
||||
(node (ref C7) (pin 2))
|
||||
(node (ref C8) (pin 1)))
|
||||
(net (code 56) (name "Net-(C1-Pad1)")
|
||||
(node (ref C1) (pin 1))
|
||||
(node (ref U1) (pin 7)))
|
||||
(net (code 57) (name "Net-(U1-Pad8)")
|
||||
(node (ref U1) (pin 8)))
|
||||
(net (code 58) (name /R/~W)
|
||||
(node (ref J4) (pin 24))
|
||||
(node (ref U3) (pin 3)))
|
||||
(net (code 63) (name "Net-(J4-Pad25)")
|
||||
(node (ref J4) (pin 25)))
|
||||
(net (code 64) (name "Net-(J4-Pad26)")
|
||||
(node (ref J4) (pin 26)))
|
||||
(net (code 65) (name "Net-(J4-Pad36)")
|
||||
(node (ref J4) (pin 36)))
|
||||
(net (code 66) (name "Net-(J4-Pad37)")
|
||||
(node (ref J4) (pin 37)))
|
||||
(net (code 67) (name "Net-(J4-Pad20)")
|
||||
(node (ref J4) (pin 20)))
|
||||
(net (code 68) (name "Net-(J4-Pad22)")
|
||||
(node (ref J4) (pin 22)))
|
||||
(net (code 69) (name "Net-(J2-Pad15)")
|
||||
(node (ref U3) (pin 7))
|
||||
(node (ref J2) (pin 15)))
|
||||
(net (code 70) (name "Net-(J2-Pad13)")
|
||||
(node (ref U3) (pin 9))
|
||||
(node (ref J2) (pin 13)))
|
||||
(net (code 71) (name "Net-(J2-Pad11)")
|
||||
(node (ref U3) (pin 10))
|
||||
(node (ref J2) (pin 11)))
|
||||
(net (code 72) (name "Net-(J4-Pad38)")
|
||||
(node (ref J4) (pin 38)))
|
||||
(net (code 73) (name /Phi2)
|
||||
(net (code 59) (name /A12)
|
||||
(node (ref J4) (pin 4))
|
||||
(node (ref U4) (pin 1)))
|
||||
(net (code 60) (name /A13)
|
||||
(node (ref J4) (pin 3))
|
||||
(node (ref U4) (pin 2)))
|
||||
(net (code 61) (name /A14)
|
||||
(node (ref U4) (pin 3))
|
||||
(node (ref J4) (pin 2)))
|
||||
(net (code 62) (name /A10)
|
||||
(node (ref U3) (pin 1))
|
||||
(node (ref J4) (pin 6)))
|
||||
(net (code 63) (name /A11)
|
||||
(node (ref U3) (pin 2))
|
||||
(node (ref J4) (pin 5)))
|
||||
(net (code 64) (name /Phi2)
|
||||
(node (ref U3) (pin 6))
|
||||
(node (ref J4) (pin 19)))
|
||||
(net (code 74) (name "Net-(J4-Pad39)")
|
||||
(node (ref J4) (pin 39)))
|
||||
(net (code 75) (name "Net-(U5-Pad9)")
|
||||
(net (code 65) (name /A15)
|
||||
(node (ref J4) (pin 1))
|
||||
(node (ref U4) (pin 6)))
|
||||
(net (code 66) (name "Net-(J4-Pad35)")
|
||||
(node (ref J4) (pin 35)))
|
||||
(net (code 67) (name "Net-(J4-Pad36)")
|
||||
(node (ref J4) (pin 36)))
|
||||
(net (code 68) (name "Net-(J4-Pad37)")
|
||||
(node (ref J4) (pin 37)))
|
||||
(net (code 69) (name "Net-(J4-Pad25)")
|
||||
(node (ref J4) (pin 25)))
|
||||
(net (code 70) (name "Net-(J4-Pad26)")
|
||||
(node (ref J4) (pin 26)))
|
||||
(net (code 71) (name "Net-(J4-Pad22)")
|
||||
(node (ref J4) (pin 22)))
|
||||
(net (code 72) (name "Net-(J4-Pad20)")
|
||||
(node (ref J4) (pin 20)))
|
||||
(net (code 73) (name "Net-(U5-Pad9)")
|
||||
(node (ref U5) (pin 9)))
|
||||
(net (code 76) (name WRITE)
|
||||
(node (ref U5) (pin 5))
|
||||
(node (ref J2) (pin 2))
|
||||
(node (ref J2) (pin 8))
|
||||
(node (ref J2) (pin 6))
|
||||
(node (ref J2) (pin 4))
|
||||
(node (ref U5) (pin 6)))
|
||||
(net (code 77) (name /CLK)
|
||||
(net (code 74) (name "Net-(J4-Pad14)")
|
||||
(node (ref J4) (pin 14)))
|
||||
(net (code 75) (name "Net-(J4-Pad15)")
|
||||
(node (ref J4) (pin 15)))
|
||||
(net (code 76) (name "Net-(J4-Pad16)")
|
||||
(node (ref J4) (pin 16)))
|
||||
(net (code 77) (name "Net-(J4-Pad23)")
|
||||
(node (ref J4) (pin 23)))
|
||||
(net (code 78) (name "Net-(J4-Pad38)")
|
||||
(node (ref J4) (pin 38)))
|
||||
(net (code 79) (name "Net-(J4-Pad39)")
|
||||
(node (ref J4) (pin 39)))
|
||||
(net (code 80) (name "Net-(J4-Pad7)")
|
||||
(node (ref J4) (pin 7)))
|
||||
(net (code 81) (name "Net-(J4-Pad8)")
|
||||
(node (ref J4) (pin 8)))
|
||||
(net (code 82) (name "Net-(J4-Pad9)")
|
||||
(node (ref J4) (pin 9)))
|
||||
(net (code 83) (name "Net-(J4-Pad10)")
|
||||
(node (ref J4) (pin 10)))
|
||||
(net (code 84) (name "Net-(J4-Pad11)")
|
||||
(node (ref J4) (pin 11)))
|
||||
(net (code 85) (name "Net-(J4-Pad21)")
|
||||
(node (ref J4) (pin 21)))
|
||||
(net (code 86) (name "Net-(J4-Pad12)")
|
||||
(node (ref J4) (pin 12)))
|
||||
(net (code 87) (name "Net-(J4-Pad13)")
|
||||
(node (ref J4) (pin 13)))
|
||||
(net (code 88) (name /CLK)
|
||||
(node (ref U5) (pin 14))
|
||||
(node (ref JP1) (pin 1)))
|
||||
(net (code 78) (name "Net-(J2-Pad3)")
|
||||
(node (ref J2) (pin 3))
|
||||
(node (ref U3) (pin 14)))))
|
||||
(node (ref JP1) (pin 2)))
|
||||
(net (code 89) (name "Net-(J1-Pad3)")
|
||||
(node (ref J1) (pin 3)))
|
||||
(net (code 90) (name "Net-(J1-Pad4)")
|
||||
(node (ref J1) (pin 4)))
|
||||
(net (code 91) (name "Net-(J1-Pad2)")
|
||||
(node (ref J1) (pin 2)))
|
||||
(net (code 92) (name "Net-(X1-Pad1)")
|
||||
(node (ref X1) (pin 1)))))
|
@ -1,4 +1,4 @@
|
||||
update=26/12/2018 15:10:01
|
||||
update=23/06/2019 18:05:26
|
||||
version=1
|
||||
last_client=kicad
|
||||
[pcbnew]
|
||||
@ -33,8 +33,6 @@ NetFmtName=Pcbnew
|
||||
SpiceForceRefPrefix=0
|
||||
SpiceUseNetNumbers=0
|
||||
LabSize=60
|
||||
[general]
|
||||
version=1
|
||||
[eeschema]
|
||||
version=1
|
||||
LibDir=
|
||||
@ -75,3 +73,5 @@ LibName33=D:/ownCloud/Documents/Projects/RC6502/Templates/rc6502_backplane
|
||||
LibName34=SN76489AN
|
||||
LibName35=C:/Program Files/KiCad/share/kicad/library/Oscillators
|
||||
LibName36=D:/ownCloud/Documents/Projects/RC6502/Templates/trs_3.5mm
|
||||
[general]
|
||||
version=1
|
||||
|
File diff suppressed because it is too large
Load Diff
1
RC6502 PSG/README.md
Normal file
1
RC6502 PSG/README.md
Normal file
@ -0,0 +1 @@
|
||||
RC6502 PSG
|
File diff suppressed because it is too large
Load Diff
@ -1,39 +1,44 @@
|
||||
G04 #@! TF.FileFunction,Soldermask,Bot*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 02/14/19 14:39:51*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 06/23/19 18:06:46*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10C,0.100000*%
|
||||
%ADD11C,2.000000*%
|
||||
%ADD12R,2.000000X2.000000*%
|
||||
%ADD13R,2.100000X2.100000*%
|
||||
%ADD14O,2.100000X2.100000*%
|
||||
%ADD15C,2.400000*%
|
||||
%ADD16O,2.000000X2.000000*%
|
||||
%ADD17C,1.840000*%
|
||||
%ADD18R,2.900000X3.900000*%
|
||||
%ADD19O,3.900000X2.150000*%
|
||||
%ADD11R,2.000000X2.000000*%
|
||||
%ADD12O,2.000000X2.000000*%
|
||||
%ADD13C,2.000000*%
|
||||
%ADD14R,2.100000X2.100000*%
|
||||
%ADD15O,2.100000X2.100000*%
|
||||
%ADD16C,2.400000*%
|
||||
%ADD17R,2.900000X3.900000*%
|
||||
%ADD18O,3.900000X2.150000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
D11*
|
||||
X113792000Y-119380000D03*
|
||||
X118792000Y-119380000D03*
|
||||
X92964000Y-102108000D03*
|
||||
X92964000Y-97108000D03*
|
||||
X122428000Y-119380000D03*
|
||||
X127428000Y-119380000D03*
|
||||
X139065000Y-109220000D03*
|
||||
X134065000Y-109220000D03*
|
||||
X100965000Y-94615000D03*
|
||||
D12*
|
||||
X158115000Y-108585000D03*
|
||||
D11*
|
||||
X158115000Y-104785000D03*
|
||||
X108585000Y-102235000D03*
|
||||
X100965000Y-97155000D03*
|
||||
X108585000Y-99695000D03*
|
||||
X100965000Y-99695000D03*
|
||||
X108585000Y-97155000D03*
|
||||
X100965000Y-102235000D03*
|
||||
X108585000Y-94615000D03*
|
||||
D13*
|
||||
X146685000Y-117475000D03*
|
||||
X107315000Y-90805000D03*
|
||||
X102315000Y-90805000D03*
|
||||
X116840000Y-102235000D03*
|
||||
X111840000Y-102235000D03*
|
||||
D11*
|
||||
X158115000Y-108585000D03*
|
||||
D13*
|
||||
X158115000Y-104785000D03*
|
||||
D14*
|
||||
X146685000Y-117475000D03*
|
||||
D15*
|
||||
X149225000Y-117475000D03*
|
||||
X146685000Y-120015000D03*
|
||||
X149225000Y-120015000D03*
|
||||
@ -49,9 +54,9 @@ X146685000Y-132715000D03*
|
||||
X149225000Y-132715000D03*
|
||||
X146685000Y-135255000D03*
|
||||
X149225000Y-135255000D03*
|
||||
D13*
|
||||
X167640000Y-117475000D03*
|
||||
D14*
|
||||
X167640000Y-117475000D03*
|
||||
D15*
|
||||
X170180000Y-117475000D03*
|
||||
X167640000Y-120015000D03*
|
||||
X170180000Y-120015000D03*
|
||||
@ -67,9 +72,9 @@ X167640000Y-132715000D03*
|
||||
X170180000Y-132715000D03*
|
||||
X167640000Y-135255000D03*
|
||||
X170180000Y-135255000D03*
|
||||
D13*
|
||||
X173990000Y-141605000D03*
|
||||
D14*
|
||||
X173990000Y-141605000D03*
|
||||
D15*
|
||||
X171450000Y-141605000D03*
|
||||
X168910000Y-141605000D03*
|
||||
X166370000Y-141605000D03*
|
||||
@ -108,75 +113,110 @@ X85090000Y-141605000D03*
|
||||
X82550000Y-141605000D03*
|
||||
X80010000Y-141605000D03*
|
||||
X77470000Y-141605000D03*
|
||||
D13*
|
||||
X113665000Y-90805000D03*
|
||||
D14*
|
||||
X116205000Y-90805000D03*
|
||||
X113030000Y-90805000D03*
|
||||
D15*
|
||||
X115570000Y-90805000D03*
|
||||
D10*
|
||||
G36*
|
||||
X128697056Y-99060000D02*
|
||||
X127000000Y-100757056D01*
|
||||
X125302944Y-99060000D01*
|
||||
X127000000Y-97362944D01*
|
||||
X128697056Y-99060000D01*
|
||||
X128697056Y-99060000D01*
|
||||
X129967056Y-100330000D02*
|
||||
X128270000Y-102027056D01*
|
||||
X126572944Y-100330000D01*
|
||||
X128270000Y-98632944D01*
|
||||
X129967056Y-100330000D01*
|
||||
X129967056Y-100330000D01*
|
||||
G37*
|
||||
D15*
|
||||
X121625988Y-93685988D03*
|
||||
D11*
|
||||
X133985000Y-104775000D03*
|
||||
D16*
|
||||
X144145000Y-104775000D03*
|
||||
X122895988Y-94955988D03*
|
||||
D13*
|
||||
X88265000Y-138430000D03*
|
||||
D12*
|
||||
X78105000Y-138430000D03*
|
||||
D11*
|
||||
X107950000Y-112395000D03*
|
||||
D16*
|
||||
X107950000Y-122555000D03*
|
||||
X79375000Y-117475000D03*
|
||||
D12*
|
||||
X86995000Y-135255000D03*
|
||||
X79375000Y-120015000D03*
|
||||
X86995000Y-132715000D03*
|
||||
X79375000Y-122555000D03*
|
||||
X86995000Y-130175000D03*
|
||||
X79375000Y-125095000D03*
|
||||
X86995000Y-127635000D03*
|
||||
X79375000Y-127635000D03*
|
||||
X86995000Y-125095000D03*
|
||||
X79375000Y-130175000D03*
|
||||
X86995000Y-122555000D03*
|
||||
X79375000Y-132715000D03*
|
||||
X86995000Y-120015000D03*
|
||||
X79375000Y-135255000D03*
|
||||
X86995000Y-117475000D03*
|
||||
D11*
|
||||
X142240000Y-109220000D03*
|
||||
D16*
|
||||
X152400000Y-109220000D03*
|
||||
X86995000Y-106680000D03*
|
||||
D13*
|
||||
X79375000Y-106680000D03*
|
||||
X79375000Y-91440000D03*
|
||||
X86995000Y-91440000D03*
|
||||
D17*
|
||||
X114935000Y-95885000D03*
|
||||
X114935000Y-98425000D03*
|
||||
X114935000Y-100965000D03*
|
||||
X109220000Y-95885000D03*
|
||||
X109220000Y-98425000D03*
|
||||
X109220000Y-100965000D03*
|
||||
D12*
|
||||
X96520000Y-94615000D03*
|
||||
D16*
|
||||
X104140000Y-102235000D03*
|
||||
X171776000Y-107950000D03*
|
||||
D18*
|
||||
X166770000Y-112950000D03*
|
||||
X166770000Y-102950000D03*
|
||||
X166770000Y-110450000D03*
|
||||
X166770000Y-105450000D03*
|
||||
D13*
|
||||
X118745000Y-108585000D03*
|
||||
X123745000Y-108585000D03*
|
||||
X135890000Y-113665000D03*
|
||||
X140890000Y-113665000D03*
|
||||
X156845000Y-113665000D03*
|
||||
X161845000Y-113665000D03*
|
||||
X80645000Y-113665000D03*
|
||||
X85645000Y-113665000D03*
|
||||
X93345000Y-108585000D03*
|
||||
X98345000Y-108585000D03*
|
||||
D14*
|
||||
X93980000Y-90805000D03*
|
||||
D15*
|
||||
X96520000Y-90805000D03*
|
||||
D14*
|
||||
X173990000Y-117475000D03*
|
||||
D15*
|
||||
X173990000Y-120015000D03*
|
||||
D11*
|
||||
X96520000Y-97155000D03*
|
||||
X104140000Y-99695000D03*
|
||||
X96520000Y-99695000D03*
|
||||
X104140000Y-97155000D03*
|
||||
X96520000Y-102235000D03*
|
||||
X104140000Y-94615000D03*
|
||||
D12*
|
||||
X96520000Y-112395000D03*
|
||||
D16*
|
||||
X104140000Y-135255000D03*
|
||||
X96520000Y-114935000D03*
|
||||
X104140000Y-132715000D03*
|
||||
X96520000Y-117475000D03*
|
||||
X104140000Y-130175000D03*
|
||||
X96520000Y-120015000D03*
|
||||
X104140000Y-127635000D03*
|
||||
X96520000Y-122555000D03*
|
||||
X104140000Y-125095000D03*
|
||||
X96520000Y-125095000D03*
|
||||
X104140000Y-122555000D03*
|
||||
X96520000Y-127635000D03*
|
||||
X104140000Y-120015000D03*
|
||||
X96520000Y-130175000D03*
|
||||
X104140000Y-117475000D03*
|
||||
X96520000Y-132715000D03*
|
||||
X104140000Y-114935000D03*
|
||||
X96520000Y-135255000D03*
|
||||
X104140000Y-112395000D03*
|
||||
D13*
|
||||
X94020000Y-97155000D03*
|
||||
D11*
|
||||
X113030000Y-97155000D03*
|
||||
D13*
|
||||
X115530000Y-97155000D03*
|
||||
X106045000Y-108585000D03*
|
||||
X111045000Y-108585000D03*
|
||||
D11*
|
||||
X117475000Y-112395000D03*
|
||||
D12*
|
||||
X125095000Y-135255000D03*
|
||||
X117475000Y-114935000D03*
|
||||
X125095000Y-132715000D03*
|
||||
X117475000Y-117475000D03*
|
||||
X125095000Y-130175000D03*
|
||||
X117475000Y-120015000D03*
|
||||
X125095000Y-127635000D03*
|
||||
X117475000Y-122555000D03*
|
||||
X125095000Y-125095000D03*
|
||||
X117475000Y-125095000D03*
|
||||
X125095000Y-122555000D03*
|
||||
X117475000Y-127635000D03*
|
||||
X125095000Y-120015000D03*
|
||||
X117475000Y-130175000D03*
|
||||
X125095000Y-117475000D03*
|
||||
X117475000Y-132715000D03*
|
||||
X125095000Y-114935000D03*
|
||||
X117475000Y-135255000D03*
|
||||
X125095000Y-112395000D03*
|
||||
D11*
|
||||
X134620000Y-117475000D03*
|
||||
D16*
|
||||
D12*
|
||||
X142240000Y-135255000D03*
|
||||
X134620000Y-120015000D03*
|
||||
X142240000Y-132715000D03*
|
||||
@ -192,9 +232,9 @@ X134620000Y-132715000D03*
|
||||
X142240000Y-120015000D03*
|
||||
X134620000Y-135255000D03*
|
||||
X142240000Y-117475000D03*
|
||||
D12*
|
||||
D11*
|
||||
X155575000Y-117475000D03*
|
||||
D16*
|
||||
D12*
|
||||
X163195000Y-135255000D03*
|
||||
X155575000Y-120015000D03*
|
||||
X163195000Y-132715000D03*
|
||||
@ -210,66 +250,48 @@ X155575000Y-132715000D03*
|
||||
X163195000Y-120015000D03*
|
||||
X155575000Y-135255000D03*
|
||||
X163195000Y-117475000D03*
|
||||
D12*
|
||||
X80645000Y-117475000D03*
|
||||
D16*
|
||||
X88265000Y-135255000D03*
|
||||
X80645000Y-120015000D03*
|
||||
X88265000Y-132715000D03*
|
||||
X80645000Y-122555000D03*
|
||||
X88265000Y-130175000D03*
|
||||
X80645000Y-125095000D03*
|
||||
X88265000Y-127635000D03*
|
||||
X80645000Y-127635000D03*
|
||||
X88265000Y-125095000D03*
|
||||
X80645000Y-130175000D03*
|
||||
X88265000Y-122555000D03*
|
||||
X80645000Y-132715000D03*
|
||||
X88265000Y-120015000D03*
|
||||
X80645000Y-135255000D03*
|
||||
X88265000Y-117475000D03*
|
||||
D12*
|
||||
X88265000Y-107315000D03*
|
||||
D11*
|
||||
X80645000Y-107315000D03*
|
||||
X80645000Y-92075000D03*
|
||||
X88265000Y-92075000D03*
|
||||
D18*
|
||||
X171776000Y-107950000D03*
|
||||
D19*
|
||||
X166770000Y-112950000D03*
|
||||
X166770000Y-102950000D03*
|
||||
X166770000Y-110450000D03*
|
||||
X166770000Y-105450000D03*
|
||||
D11*
|
||||
X97790000Y-90805000D03*
|
||||
X102790000Y-90805000D03*
|
||||
X81915000Y-113665000D03*
|
||||
X86915000Y-113665000D03*
|
||||
X97790000Y-108585000D03*
|
||||
X102790000Y-108585000D03*
|
||||
X135890000Y-113665000D03*
|
||||
X140890000Y-113665000D03*
|
||||
X156845000Y-113665000D03*
|
||||
X161845000Y-113665000D03*
|
||||
D13*
|
||||
X92710000Y-120015000D03*
|
||||
D14*
|
||||
X92710000Y-117475000D03*
|
||||
D13*
|
||||
X173990000Y-117475000D03*
|
||||
D14*
|
||||
X173990000Y-120015000D03*
|
||||
X92075000Y-112395000D03*
|
||||
D12*
|
||||
X113792000Y-112268000D03*
|
||||
X99695000Y-135255000D03*
|
||||
X92075000Y-114935000D03*
|
||||
X99695000Y-132715000D03*
|
||||
X92075000Y-117475000D03*
|
||||
X99695000Y-130175000D03*
|
||||
X92075000Y-120015000D03*
|
||||
X99695000Y-127635000D03*
|
||||
X92075000Y-122555000D03*
|
||||
X99695000Y-125095000D03*
|
||||
X92075000Y-125095000D03*
|
||||
X99695000Y-122555000D03*
|
||||
X92075000Y-127635000D03*
|
||||
X99695000Y-120015000D03*
|
||||
X92075000Y-130175000D03*
|
||||
X99695000Y-117475000D03*
|
||||
X92075000Y-132715000D03*
|
||||
X99695000Y-114935000D03*
|
||||
X92075000Y-135255000D03*
|
||||
X99695000Y-112395000D03*
|
||||
D11*
|
||||
X116292000Y-112268000D03*
|
||||
X104775000Y-112395000D03*
|
||||
D12*
|
||||
X147320000Y-104775000D03*
|
||||
D11*
|
||||
X149820000Y-104775000D03*
|
||||
D12*
|
||||
X123190000Y-112395000D03*
|
||||
D11*
|
||||
X125690000Y-112395000D03*
|
||||
X112395000Y-135255000D03*
|
||||
X104775000Y-114935000D03*
|
||||
X112395000Y-132715000D03*
|
||||
X104775000Y-117475000D03*
|
||||
X112395000Y-130175000D03*
|
||||
X104775000Y-120015000D03*
|
||||
X112395000Y-127635000D03*
|
||||
X104775000Y-122555000D03*
|
||||
X112395000Y-125095000D03*
|
||||
X104775000Y-125095000D03*
|
||||
X112395000Y-122555000D03*
|
||||
X104775000Y-127635000D03*
|
||||
X112395000Y-120015000D03*
|
||||
X104775000Y-130175000D03*
|
||||
X112395000Y-117475000D03*
|
||||
X104775000Y-132715000D03*
|
||||
X112395000Y-114935000D03*
|
||||
X104775000Y-135255000D03*
|
||||
X112395000Y-112395000D03*
|
||||
M02*
|
||||
|
@ -1,7 +1,7 @@
|
||||
G04 #@! TF.FileFunction,Paste,Bot*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 02/14/19 14:39:51*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 06/23/19 18:06:46*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
@ -1,7 +1,7 @@
|
||||
G04 #@! TF.FileFunction,Legend,Bot*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 02/14/19 14:39:51*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 06/23/19 18:06:46*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
@ -13,16 +13,26 @@ G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
D11*
|
||||
X113665000Y-90805000D02*
|
||||
X116205000Y-90805000D01*
|
||||
X111760000Y-88900000D02*
|
||||
X111760000Y-92710000D01*
|
||||
X118110000Y-88900000D02*
|
||||
X111760000Y-88900000D01*
|
||||
X118110000Y-92710000D02*
|
||||
X118110000Y-88900000D01*
|
||||
X111760000Y-92710000D02*
|
||||
X118110000Y-92710000D01*
|
||||
X93980000Y-90805000D02*
|
||||
X96520000Y-90805000D01*
|
||||
X92075000Y-92710000D02*
|
||||
X92075000Y-88900000D01*
|
||||
X98425000Y-92710000D02*
|
||||
X92075000Y-92710000D01*
|
||||
X98425000Y-88900000D02*
|
||||
X98425000Y-92710000D01*
|
||||
X92075000Y-88900000D02*
|
||||
X98425000Y-88900000D01*
|
||||
X113030000Y-90805000D02*
|
||||
X115570000Y-90805000D01*
|
||||
X111125000Y-88900000D02*
|
||||
X111125000Y-92710000D01*
|
||||
X117475000Y-88900000D02*
|
||||
X111125000Y-88900000D01*
|
||||
X117475000Y-92710000D02*
|
||||
X117475000Y-88900000D01*
|
||||
X111125000Y-92710000D02*
|
||||
X117475000Y-92710000D01*
|
||||
X130810000Y-126365000D02*
|
||||
X150495000Y-126365000D01*
|
||||
D12*
|
||||
@ -1660,335 +1670,335 @@ X158013571Y-117113095D01*
|
||||
X157975475Y-117075000D01*
|
||||
X157899285Y-117036905D01*
|
||||
D13*
|
||||
X78148571Y-96934999D02*
|
||||
X76648571Y-96934999D01*
|
||||
X78148571Y-97577856D02*
|
||||
X77362857Y-97577856D01*
|
||||
X77220000Y-97506427D01*
|
||||
X77148571Y-97363570D01*
|
||||
X77148571Y-97149285D01*
|
||||
X77220000Y-97006427D01*
|
||||
X77291429Y-96934999D01*
|
||||
X77148571Y-98077856D02*
|
||||
X77148571Y-98649285D01*
|
||||
X76648571Y-98292142D02*
|
||||
X77934286Y-98292142D01*
|
||||
X78077143Y-98363570D01*
|
||||
X78148571Y-98506428D01*
|
||||
X78148571Y-98649285D01*
|
||||
X77148571Y-98934999D02*
|
||||
X77148571Y-99506428D01*
|
||||
X76648571Y-99149285D02*
|
||||
X77934286Y-99149285D01*
|
||||
X78077143Y-99220713D01*
|
||||
X78148571Y-99363571D01*
|
||||
X78148571Y-99506428D01*
|
||||
X77148571Y-100006428D02*
|
||||
X78648571Y-100006428D01*
|
||||
X77220000Y-100006428D02*
|
||||
X77148571Y-100149285D01*
|
||||
X77148571Y-100434999D01*
|
||||
X77220000Y-100577856D01*
|
||||
X77291429Y-100649285D01*
|
||||
X77434286Y-100720714D01*
|
||||
X77862857Y-100720714D01*
|
||||
X78005714Y-100649285D01*
|
||||
X78077143Y-100577856D01*
|
||||
X78148571Y-100434999D01*
|
||||
X78148571Y-100149285D01*
|
||||
X78077143Y-100006428D01*
|
||||
X78077143Y-101292142D02*
|
||||
X78148571Y-101434999D01*
|
||||
X78148571Y-101720714D01*
|
||||
X78077143Y-101863571D01*
|
||||
X77934286Y-101934999D01*
|
||||
X77862857Y-101934999D01*
|
||||
X77720000Y-101863571D01*
|
||||
X77648571Y-101720714D01*
|
||||
X77648571Y-101506428D01*
|
||||
X77577143Y-101363571D01*
|
||||
X77434286Y-101292142D01*
|
||||
X77362857Y-101292142D01*
|
||||
X77220000Y-101363571D01*
|
||||
X77148571Y-101506428D01*
|
||||
X77148571Y-101720714D01*
|
||||
X77220000Y-101863571D01*
|
||||
X78005714Y-102577857D02*
|
||||
X78077143Y-102649285D01*
|
||||
X78148571Y-102577857D01*
|
||||
X78077143Y-102506428D01*
|
||||
X78005714Y-102577857D01*
|
||||
X78148571Y-102577857D01*
|
||||
X77220000Y-102577857D02*
|
||||
X77291429Y-102649285D01*
|
||||
X77362857Y-102577857D01*
|
||||
X77291429Y-102506428D01*
|
||||
X77220000Y-102577857D01*
|
||||
X77362857Y-102577857D01*
|
||||
X76577143Y-104363571D02*
|
||||
X78505714Y-103077857D01*
|
||||
X76577143Y-105935000D02*
|
||||
X78505714Y-104649286D01*
|
||||
X78148571Y-106435001D02*
|
||||
X76648571Y-106435001D01*
|
||||
X78148571Y-107077858D02*
|
||||
X77362857Y-107077858D01*
|
||||
X77220000Y-107006429D01*
|
||||
X77148571Y-106863572D01*
|
||||
X77148571Y-106649287D01*
|
||||
X77220000Y-106506429D01*
|
||||
X77291429Y-106435001D01*
|
||||
X77148571Y-107649287D02*
|
||||
X78148571Y-108006430D01*
|
||||
X77148571Y-108363572D01*
|
||||
X78077143Y-109506429D02*
|
||||
X78148571Y-109363572D01*
|
||||
X78148571Y-109077858D01*
|
||||
X78077143Y-108935001D01*
|
||||
X77934286Y-108863572D01*
|
||||
X77362857Y-108863572D01*
|
||||
X77220000Y-108935001D01*
|
||||
X77148571Y-109077858D01*
|
||||
X77148571Y-109363572D01*
|
||||
X77220000Y-109506429D01*
|
||||
X77362857Y-109577858D01*
|
||||
X77505714Y-109577858D01*
|
||||
X77648571Y-108863572D01*
|
||||
X77148571Y-110006429D02*
|
||||
X77148571Y-110577858D01*
|
||||
X76648571Y-110220715D02*
|
||||
X77934286Y-110220715D01*
|
||||
X78077143Y-110292143D01*
|
||||
X78148571Y-110435001D01*
|
||||
X78148571Y-110577858D01*
|
||||
X78077143Y-111649286D02*
|
||||
X78148571Y-111506429D01*
|
||||
X78148571Y-111220715D01*
|
||||
X78077143Y-111077858D01*
|
||||
X77934286Y-111006429D01*
|
||||
X77362857Y-111006429D01*
|
||||
X77220000Y-111077858D01*
|
||||
X77148571Y-111220715D01*
|
||||
X77148571Y-111506429D01*
|
||||
X77220000Y-111649286D01*
|
||||
X77362857Y-111720715D01*
|
||||
X77505714Y-111720715D01*
|
||||
X77648571Y-111006429D01*
|
||||
X78148571Y-112363572D02*
|
||||
X76648571Y-112363572D01*
|
||||
X77220000Y-112363572D02*
|
||||
X77148571Y-112506429D01*
|
||||
X77148571Y-112792143D01*
|
||||
X77220000Y-112935000D01*
|
||||
X77291429Y-113006429D01*
|
||||
X77434286Y-113077858D01*
|
||||
X77862857Y-113077858D01*
|
||||
X78005714Y-113006429D01*
|
||||
X78077143Y-112935000D01*
|
||||
X78148571Y-112792143D01*
|
||||
X78148571Y-112506429D01*
|
||||
X78077143Y-112363572D01*
|
||||
X78148571Y-113935001D02*
|
||||
X78077143Y-113792143D01*
|
||||
X78005714Y-113720715D01*
|
||||
X77862857Y-113649286D01*
|
||||
X77434286Y-113649286D01*
|
||||
X77291429Y-113720715D01*
|
||||
X77220000Y-113792143D01*
|
||||
X77148571Y-113935001D01*
|
||||
X77148571Y-114149286D01*
|
||||
X77220000Y-114292143D01*
|
||||
X77291429Y-114363572D01*
|
||||
X77434286Y-114435001D01*
|
||||
X77862857Y-114435001D01*
|
||||
X78005714Y-114363572D01*
|
||||
X78077143Y-114292143D01*
|
||||
X78148571Y-114149286D01*
|
||||
X78148571Y-113935001D01*
|
||||
X78148571Y-115292144D02*
|
||||
X78077143Y-115149286D01*
|
||||
X77934286Y-115077858D01*
|
||||
X76648571Y-115077858D01*
|
||||
X78148571Y-116077858D02*
|
||||
X78077143Y-115935000D01*
|
||||
X77934286Y-115863572D01*
|
||||
X76648571Y-115863572D01*
|
||||
X78077143Y-117220714D02*
|
||||
X78148571Y-117077857D01*
|
||||
X78148571Y-116792143D01*
|
||||
X78077143Y-116649286D01*
|
||||
X77934286Y-116577857D01*
|
||||
X77362857Y-116577857D01*
|
||||
X77220000Y-116649286D01*
|
||||
X77148571Y-116792143D01*
|
||||
X77148571Y-117077857D01*
|
||||
X77220000Y-117220714D01*
|
||||
X77362857Y-117292143D01*
|
||||
X77505714Y-117292143D01*
|
||||
X77648571Y-116577857D01*
|
||||
X78005714Y-117935000D02*
|
||||
X78077143Y-118006428D01*
|
||||
X78148571Y-117935000D01*
|
||||
X78077143Y-117863571D01*
|
||||
X78005714Y-117935000D01*
|
||||
X78148571Y-117935000D01*
|
||||
X78148571Y-118649286D02*
|
||||
X76648571Y-118649286D01*
|
||||
X77220000Y-118649286D02*
|
||||
X77148571Y-118792143D01*
|
||||
X77148571Y-119077857D01*
|
||||
X77220000Y-119220714D01*
|
||||
X77291429Y-119292143D01*
|
||||
X77434286Y-119363572D01*
|
||||
X77862857Y-119363572D01*
|
||||
X78005714Y-119292143D01*
|
||||
X78077143Y-119220714D01*
|
||||
X78148571Y-119077857D01*
|
||||
X78148571Y-118792143D01*
|
||||
X78077143Y-118649286D01*
|
||||
X78148571Y-120220715D02*
|
||||
X78077143Y-120077857D01*
|
||||
X77934286Y-120006429D01*
|
||||
X76648571Y-120006429D01*
|
||||
X78148571Y-121006429D02*
|
||||
X78077143Y-120863571D01*
|
||||
X78005714Y-120792143D01*
|
||||
X77862857Y-120720714D01*
|
||||
X77434286Y-120720714D01*
|
||||
X77291429Y-120792143D01*
|
||||
X77220000Y-120863571D01*
|
||||
X77148571Y-121006429D01*
|
||||
X77148571Y-121220714D01*
|
||||
X77220000Y-121363571D01*
|
||||
X77291429Y-121435000D01*
|
||||
X77434286Y-121506429D01*
|
||||
X77862857Y-121506429D01*
|
||||
X78005714Y-121435000D01*
|
||||
X78077143Y-121363571D01*
|
||||
X78148571Y-121220714D01*
|
||||
X78148571Y-121006429D01*
|
||||
X77148571Y-122792143D02*
|
||||
X78362857Y-122792143D01*
|
||||
X78505714Y-122720714D01*
|
||||
X78577143Y-122649286D01*
|
||||
X78648571Y-122506429D01*
|
||||
X78648571Y-122292143D01*
|
||||
X78577143Y-122149286D01*
|
||||
X78077143Y-122792143D02*
|
||||
X78148571Y-122649286D01*
|
||||
X78148571Y-122363572D01*
|
||||
X78077143Y-122220714D01*
|
||||
X78005714Y-122149286D01*
|
||||
X77862857Y-122077857D01*
|
||||
X77434286Y-122077857D01*
|
||||
X77291429Y-122149286D01*
|
||||
X77220000Y-122220714D01*
|
||||
X77148571Y-122363572D01*
|
||||
X77148571Y-122649286D01*
|
||||
X77220000Y-122792143D01*
|
||||
X78077143Y-123435000D02*
|
||||
X78148571Y-123577857D01*
|
||||
X78148571Y-123863572D01*
|
||||
X78077143Y-124006429D01*
|
||||
X77934286Y-124077857D01*
|
||||
X77862857Y-124077857D01*
|
||||
X77720000Y-124006429D01*
|
||||
X77648571Y-123863572D01*
|
||||
X77648571Y-123649286D01*
|
||||
X77577143Y-123506429D01*
|
||||
X77434286Y-123435000D01*
|
||||
X77362857Y-123435000D01*
|
||||
X77220000Y-123506429D01*
|
||||
X77148571Y-123649286D01*
|
||||
X77148571Y-123863572D01*
|
||||
X77220000Y-124006429D01*
|
||||
X77148571Y-124720715D02*
|
||||
X78648571Y-124720715D01*
|
||||
X77220000Y-124720715D02*
|
||||
X77148571Y-124863572D01*
|
||||
X77148571Y-125149286D01*
|
||||
X77220000Y-125292143D01*
|
||||
X77291429Y-125363572D01*
|
||||
X77434286Y-125435001D01*
|
||||
X77862857Y-125435001D01*
|
||||
X78005714Y-125363572D01*
|
||||
X78077143Y-125292143D01*
|
||||
X78148571Y-125149286D01*
|
||||
X78148571Y-124863572D01*
|
||||
X78077143Y-124720715D01*
|
||||
X78148571Y-126292144D02*
|
||||
X78077143Y-126149286D01*
|
||||
X78005714Y-126077858D01*
|
||||
X77862857Y-126006429D01*
|
||||
X77434286Y-126006429D01*
|
||||
X77291429Y-126077858D01*
|
||||
X77220000Y-126149286D01*
|
||||
X77148571Y-126292144D01*
|
||||
X77148571Y-126506429D01*
|
||||
X77220000Y-126649286D01*
|
||||
X77291429Y-126720715D01*
|
||||
X77434286Y-126792144D01*
|
||||
X77862857Y-126792144D01*
|
||||
X78005714Y-126720715D01*
|
||||
X78077143Y-126649286D01*
|
||||
X78148571Y-126506429D01*
|
||||
X78148571Y-126292144D01*
|
||||
X77148571Y-127220715D02*
|
||||
X77148571Y-127792144D01*
|
||||
X76648571Y-127435001D02*
|
||||
X77934286Y-127435001D01*
|
||||
X78077143Y-127506429D01*
|
||||
X78148571Y-127649287D01*
|
||||
X78148571Y-127792144D01*
|
||||
X78005714Y-128292144D02*
|
||||
X78077143Y-128363572D01*
|
||||
X78148571Y-128292144D01*
|
||||
X78077143Y-128220715D01*
|
||||
X78005714Y-128292144D01*
|
||||
X78148571Y-128292144D01*
|
||||
X78077143Y-129649287D02*
|
||||
X78148571Y-129506430D01*
|
||||
X78148571Y-129220716D01*
|
||||
X78077143Y-129077858D01*
|
||||
X78005714Y-129006430D01*
|
||||
X77862857Y-128935001D01*
|
||||
X77434286Y-128935001D01*
|
||||
X77291429Y-129006430D01*
|
||||
X77220000Y-129077858D01*
|
||||
X77148571Y-129220716D01*
|
||||
X77148571Y-129506430D01*
|
||||
X77220000Y-129649287D01*
|
||||
X78148571Y-130506430D02*
|
||||
X78077143Y-130363572D01*
|
||||
X78005714Y-130292144D01*
|
||||
X77862857Y-130220715D01*
|
||||
X77434286Y-130220715D01*
|
||||
X77291429Y-130292144D01*
|
||||
X77220000Y-130363572D01*
|
||||
X77148571Y-130506430D01*
|
||||
X77148571Y-130720715D01*
|
||||
X77220000Y-130863572D01*
|
||||
X77291429Y-130935001D01*
|
||||
X77434286Y-131006430D01*
|
||||
X77862857Y-131006430D01*
|
||||
X78005714Y-130935001D01*
|
||||
X78077143Y-130863572D01*
|
||||
X78148571Y-130720715D01*
|
||||
X78148571Y-130506430D01*
|
||||
X78148571Y-131649287D02*
|
||||
X77148571Y-131649287D01*
|
||||
X77291429Y-131649287D02*
|
||||
X77220000Y-131720715D01*
|
||||
X77148571Y-131863573D01*
|
||||
X77148571Y-132077858D01*
|
||||
X77220000Y-132220715D01*
|
||||
X77362857Y-132292144D01*
|
||||
X78148571Y-132292144D01*
|
||||
X77362857Y-132292144D02*
|
||||
X77220000Y-132363573D01*
|
||||
X77148571Y-132506430D01*
|
||||
X77148571Y-132720715D01*
|
||||
X77220000Y-132863573D01*
|
||||
X77362857Y-132935001D01*
|
||||
X78148571Y-132935001D01*
|
||||
X169765001Y-139743571D02*
|
||||
X169765001Y-138243571D01*
|
||||
X169122144Y-139743571D02*
|
||||
X169122144Y-138957857D01*
|
||||
X169193573Y-138815000D01*
|
||||
X169336430Y-138743571D01*
|
||||
X169550715Y-138743571D01*
|
||||
X169693573Y-138815000D01*
|
||||
X169765001Y-138886429D01*
|
||||
X168622144Y-138743571D02*
|
||||
X168050715Y-138743571D01*
|
||||
X168407858Y-138243571D02*
|
||||
X168407858Y-139529286D01*
|
||||
X168336430Y-139672143D01*
|
||||
X168193572Y-139743571D01*
|
||||
X168050715Y-139743571D01*
|
||||
X167765001Y-138743571D02*
|
||||
X167193572Y-138743571D01*
|
||||
X167550715Y-138243571D02*
|
||||
X167550715Y-139529286D01*
|
||||
X167479287Y-139672143D01*
|
||||
X167336429Y-139743571D01*
|
||||
X167193572Y-139743571D01*
|
||||
X166693572Y-138743571D02*
|
||||
X166693572Y-140243571D01*
|
||||
X166693572Y-138815000D02*
|
||||
X166550715Y-138743571D01*
|
||||
X166265001Y-138743571D01*
|
||||
X166122144Y-138815000D01*
|
||||
X166050715Y-138886429D01*
|
||||
X165979286Y-139029286D01*
|
||||
X165979286Y-139457857D01*
|
||||
X166050715Y-139600714D01*
|
||||
X166122144Y-139672143D01*
|
||||
X166265001Y-139743571D01*
|
||||
X166550715Y-139743571D01*
|
||||
X166693572Y-139672143D01*
|
||||
X165407858Y-139672143D02*
|
||||
X165265001Y-139743571D01*
|
||||
X164979286Y-139743571D01*
|
||||
X164836429Y-139672143D01*
|
||||
X164765001Y-139529286D01*
|
||||
X164765001Y-139457857D01*
|
||||
X164836429Y-139315000D01*
|
||||
X164979286Y-139243571D01*
|
||||
X165193572Y-139243571D01*
|
||||
X165336429Y-139172143D01*
|
||||
X165407858Y-139029286D01*
|
||||
X165407858Y-138957857D01*
|
||||
X165336429Y-138815000D01*
|
||||
X165193572Y-138743571D01*
|
||||
X164979286Y-138743571D01*
|
||||
X164836429Y-138815000D01*
|
||||
X164122143Y-139600714D02*
|
||||
X164050715Y-139672143D01*
|
||||
X164122143Y-139743571D01*
|
||||
X164193572Y-139672143D01*
|
||||
X164122143Y-139600714D01*
|
||||
X164122143Y-139743571D01*
|
||||
X164122143Y-138815000D02*
|
||||
X164050715Y-138886429D01*
|
||||
X164122143Y-138957857D01*
|
||||
X164193572Y-138886429D01*
|
||||
X164122143Y-138815000D01*
|
||||
X164122143Y-138957857D01*
|
||||
X162336429Y-138172143D02*
|
||||
X163622143Y-140100714D01*
|
||||
X160765000Y-138172143D02*
|
||||
X162050714Y-140100714D01*
|
||||
X160264999Y-139743571D02*
|
||||
X160264999Y-138243571D01*
|
||||
X159622142Y-139743571D02*
|
||||
X159622142Y-138957857D01*
|
||||
X159693571Y-138815000D01*
|
||||
X159836428Y-138743571D01*
|
||||
X160050713Y-138743571D01*
|
||||
X160193571Y-138815000D01*
|
||||
X160264999Y-138886429D01*
|
||||
X159050713Y-138743571D02*
|
||||
X158693570Y-139743571D01*
|
||||
X158336428Y-138743571D01*
|
||||
X157193571Y-139672143D02*
|
||||
X157336428Y-139743571D01*
|
||||
X157622142Y-139743571D01*
|
||||
X157764999Y-139672143D01*
|
||||
X157836428Y-139529286D01*
|
||||
X157836428Y-138957857D01*
|
||||
X157764999Y-138815000D01*
|
||||
X157622142Y-138743571D01*
|
||||
X157336428Y-138743571D01*
|
||||
X157193571Y-138815000D01*
|
||||
X157122142Y-138957857D01*
|
||||
X157122142Y-139100714D01*
|
||||
X157836428Y-139243571D01*
|
||||
X156693571Y-138743571D02*
|
||||
X156122142Y-138743571D01*
|
||||
X156479285Y-138243571D02*
|
||||
X156479285Y-139529286D01*
|
||||
X156407857Y-139672143D01*
|
||||
X156264999Y-139743571D01*
|
||||
X156122142Y-139743571D01*
|
||||
X155050714Y-139672143D02*
|
||||
X155193571Y-139743571D01*
|
||||
X155479285Y-139743571D01*
|
||||
X155622142Y-139672143D01*
|
||||
X155693571Y-139529286D01*
|
||||
X155693571Y-138957857D01*
|
||||
X155622142Y-138815000D01*
|
||||
X155479285Y-138743571D01*
|
||||
X155193571Y-138743571D01*
|
||||
X155050714Y-138815000D01*
|
||||
X154979285Y-138957857D01*
|
||||
X154979285Y-139100714D01*
|
||||
X155693571Y-139243571D01*
|
||||
X154336428Y-139743571D02*
|
||||
X154336428Y-138243571D01*
|
||||
X154336428Y-138815000D02*
|
||||
X154193571Y-138743571D01*
|
||||
X153907857Y-138743571D01*
|
||||
X153765000Y-138815000D01*
|
||||
X153693571Y-138886429D01*
|
||||
X153622142Y-139029286D01*
|
||||
X153622142Y-139457857D01*
|
||||
X153693571Y-139600714D01*
|
||||
X153765000Y-139672143D01*
|
||||
X153907857Y-139743571D01*
|
||||
X154193571Y-139743571D01*
|
||||
X154336428Y-139672143D01*
|
||||
X152764999Y-139743571D02*
|
||||
X152907857Y-139672143D01*
|
||||
X152979285Y-139600714D01*
|
||||
X153050714Y-139457857D01*
|
||||
X153050714Y-139029286D01*
|
||||
X152979285Y-138886429D01*
|
||||
X152907857Y-138815000D01*
|
||||
X152764999Y-138743571D01*
|
||||
X152550714Y-138743571D01*
|
||||
X152407857Y-138815000D01*
|
||||
X152336428Y-138886429D01*
|
||||
X152264999Y-139029286D01*
|
||||
X152264999Y-139457857D01*
|
||||
X152336428Y-139600714D01*
|
||||
X152407857Y-139672143D01*
|
||||
X152550714Y-139743571D01*
|
||||
X152764999Y-139743571D01*
|
||||
X151407856Y-139743571D02*
|
||||
X151550714Y-139672143D01*
|
||||
X151622142Y-139529286D01*
|
||||
X151622142Y-138243571D01*
|
||||
X150622142Y-139743571D02*
|
||||
X150765000Y-139672143D01*
|
||||
X150836428Y-139529286D01*
|
||||
X150836428Y-138243571D01*
|
||||
X149479286Y-139672143D02*
|
||||
X149622143Y-139743571D01*
|
||||
X149907857Y-139743571D01*
|
||||
X150050714Y-139672143D01*
|
||||
X150122143Y-139529286D01*
|
||||
X150122143Y-138957857D01*
|
||||
X150050714Y-138815000D01*
|
||||
X149907857Y-138743571D01*
|
||||
X149622143Y-138743571D01*
|
||||
X149479286Y-138815000D01*
|
||||
X149407857Y-138957857D01*
|
||||
X149407857Y-139100714D01*
|
||||
X150122143Y-139243571D01*
|
||||
X148765000Y-139600714D02*
|
||||
X148693572Y-139672143D01*
|
||||
X148765000Y-139743571D01*
|
||||
X148836429Y-139672143D01*
|
||||
X148765000Y-139600714D01*
|
||||
X148765000Y-139743571D01*
|
||||
X148050714Y-139743571D02*
|
||||
X148050714Y-138243571D01*
|
||||
X148050714Y-138815000D02*
|
||||
X147907857Y-138743571D01*
|
||||
X147622143Y-138743571D01*
|
||||
X147479286Y-138815000D01*
|
||||
X147407857Y-138886429D01*
|
||||
X147336428Y-139029286D01*
|
||||
X147336428Y-139457857D01*
|
||||
X147407857Y-139600714D01*
|
||||
X147479286Y-139672143D01*
|
||||
X147622143Y-139743571D01*
|
||||
X147907857Y-139743571D01*
|
||||
X148050714Y-139672143D01*
|
||||
X146479285Y-139743571D02*
|
||||
X146622143Y-139672143D01*
|
||||
X146693571Y-139529286D01*
|
||||
X146693571Y-138243571D01*
|
||||
X145693571Y-139743571D02*
|
||||
X145836429Y-139672143D01*
|
||||
X145907857Y-139600714D01*
|
||||
X145979286Y-139457857D01*
|
||||
X145979286Y-139029286D01*
|
||||
X145907857Y-138886429D01*
|
||||
X145836429Y-138815000D01*
|
||||
X145693571Y-138743571D01*
|
||||
X145479286Y-138743571D01*
|
||||
X145336429Y-138815000D01*
|
||||
X145265000Y-138886429D01*
|
||||
X145193571Y-139029286D01*
|
||||
X145193571Y-139457857D01*
|
||||
X145265000Y-139600714D01*
|
||||
X145336429Y-139672143D01*
|
||||
X145479286Y-139743571D01*
|
||||
X145693571Y-139743571D01*
|
||||
X143907857Y-138743571D02*
|
||||
X143907857Y-139957857D01*
|
||||
X143979286Y-140100714D01*
|
||||
X144050714Y-140172143D01*
|
||||
X144193571Y-140243571D01*
|
||||
X144407857Y-140243571D01*
|
||||
X144550714Y-140172143D01*
|
||||
X143907857Y-139672143D02*
|
||||
X144050714Y-139743571D01*
|
||||
X144336428Y-139743571D01*
|
||||
X144479286Y-139672143D01*
|
||||
X144550714Y-139600714D01*
|
||||
X144622143Y-139457857D01*
|
||||
X144622143Y-139029286D01*
|
||||
X144550714Y-138886429D01*
|
||||
X144479286Y-138815000D01*
|
||||
X144336428Y-138743571D01*
|
||||
X144050714Y-138743571D01*
|
||||
X143907857Y-138815000D01*
|
||||
X143265000Y-139672143D02*
|
||||
X143122143Y-139743571D01*
|
||||
X142836428Y-139743571D01*
|
||||
X142693571Y-139672143D01*
|
||||
X142622143Y-139529286D01*
|
||||
X142622143Y-139457857D01*
|
||||
X142693571Y-139315000D01*
|
||||
X142836428Y-139243571D01*
|
||||
X143050714Y-139243571D01*
|
||||
X143193571Y-139172143D01*
|
||||
X143265000Y-139029286D01*
|
||||
X143265000Y-138957857D01*
|
||||
X143193571Y-138815000D01*
|
||||
X143050714Y-138743571D01*
|
||||
X142836428Y-138743571D01*
|
||||
X142693571Y-138815000D01*
|
||||
X141979285Y-138743571D02*
|
||||
X141979285Y-140243571D01*
|
||||
X141979285Y-138815000D02*
|
||||
X141836428Y-138743571D01*
|
||||
X141550714Y-138743571D01*
|
||||
X141407857Y-138815000D01*
|
||||
X141336428Y-138886429D01*
|
||||
X141264999Y-139029286D01*
|
||||
X141264999Y-139457857D01*
|
||||
X141336428Y-139600714D01*
|
||||
X141407857Y-139672143D01*
|
||||
X141550714Y-139743571D01*
|
||||
X141836428Y-139743571D01*
|
||||
X141979285Y-139672143D01*
|
||||
X140407856Y-139743571D02*
|
||||
X140550714Y-139672143D01*
|
||||
X140622142Y-139600714D01*
|
||||
X140693571Y-139457857D01*
|
||||
X140693571Y-139029286D01*
|
||||
X140622142Y-138886429D01*
|
||||
X140550714Y-138815000D01*
|
||||
X140407856Y-138743571D01*
|
||||
X140193571Y-138743571D01*
|
||||
X140050714Y-138815000D01*
|
||||
X139979285Y-138886429D01*
|
||||
X139907856Y-139029286D01*
|
||||
X139907856Y-139457857D01*
|
||||
X139979285Y-139600714D01*
|
||||
X140050714Y-139672143D01*
|
||||
X140193571Y-139743571D01*
|
||||
X140407856Y-139743571D01*
|
||||
X139479285Y-138743571D02*
|
||||
X138907856Y-138743571D01*
|
||||
X139264999Y-138243571D02*
|
||||
X139264999Y-139529286D01*
|
||||
X139193571Y-139672143D01*
|
||||
X139050713Y-139743571D01*
|
||||
X138907856Y-139743571D01*
|
||||
X138407856Y-139600714D02*
|
||||
X138336428Y-139672143D01*
|
||||
X138407856Y-139743571D01*
|
||||
X138479285Y-139672143D01*
|
||||
X138407856Y-139600714D01*
|
||||
X138407856Y-139743571D01*
|
||||
X137050713Y-139672143D02*
|
||||
X137193570Y-139743571D01*
|
||||
X137479284Y-139743571D01*
|
||||
X137622142Y-139672143D01*
|
||||
X137693570Y-139600714D01*
|
||||
X137764999Y-139457857D01*
|
||||
X137764999Y-139029286D01*
|
||||
X137693570Y-138886429D01*
|
||||
X137622142Y-138815000D01*
|
||||
X137479284Y-138743571D01*
|
||||
X137193570Y-138743571D01*
|
||||
X137050713Y-138815000D01*
|
||||
X136193570Y-139743571D02*
|
||||
X136336428Y-139672143D01*
|
||||
X136407856Y-139600714D01*
|
||||
X136479285Y-139457857D01*
|
||||
X136479285Y-139029286D01*
|
||||
X136407856Y-138886429D01*
|
||||
X136336428Y-138815000D01*
|
||||
X136193570Y-138743571D01*
|
||||
X135979285Y-138743571D01*
|
||||
X135836428Y-138815000D01*
|
||||
X135764999Y-138886429D01*
|
||||
X135693570Y-139029286D01*
|
||||
X135693570Y-139457857D01*
|
||||
X135764999Y-139600714D01*
|
||||
X135836428Y-139672143D01*
|
||||
X135979285Y-139743571D01*
|
||||
X136193570Y-139743571D01*
|
||||
X135050713Y-139743571D02*
|
||||
X135050713Y-138743571D01*
|
||||
X135050713Y-138886429D02*
|
||||
X134979285Y-138815000D01*
|
||||
X134836427Y-138743571D01*
|
||||
X134622142Y-138743571D01*
|
||||
X134479285Y-138815000D01*
|
||||
X134407856Y-138957857D01*
|
||||
X134407856Y-139743571D01*
|
||||
X134407856Y-138957857D02*
|
||||
X134336427Y-138815000D01*
|
||||
X134193570Y-138743571D01*
|
||||
X133979285Y-138743571D01*
|
||||
X133836427Y-138815000D01*
|
||||
X133764999Y-138957857D01*
|
||||
X133764999Y-139743571D01*
|
||||
M02*
|
||||
|
@ -1,7 +1,7 @@
|
||||
G04 #@! TF.FileFunction,Drawing*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 02/14/19 14:39:51*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 06/23/19 18:06:46*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
@ -1,7 +1,7 @@
|
||||
G04 #@! TF.FileFunction,Profile,NP*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 02/14/19 14:39:51*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 06/23/19 18:06:46*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,39 +1,44 @@
|
||||
G04 #@! TF.FileFunction,Soldermask,Top*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 02/14/19 14:39:51*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 06/23/19 18:06:46*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10C,0.100000*%
|
||||
%ADD11C,2.000000*%
|
||||
%ADD12R,2.000000X2.000000*%
|
||||
%ADD13R,2.100000X2.100000*%
|
||||
%ADD14O,2.100000X2.100000*%
|
||||
%ADD15C,2.400000*%
|
||||
%ADD16O,2.000000X2.000000*%
|
||||
%ADD17C,1.840000*%
|
||||
%ADD18R,2.900000X3.900000*%
|
||||
%ADD19O,3.900000X2.150000*%
|
||||
%ADD11R,2.000000X2.000000*%
|
||||
%ADD12O,2.000000X2.000000*%
|
||||
%ADD13C,2.000000*%
|
||||
%ADD14R,2.100000X2.100000*%
|
||||
%ADD15O,2.100000X2.100000*%
|
||||
%ADD16C,2.400000*%
|
||||
%ADD17R,2.900000X3.900000*%
|
||||
%ADD18O,3.900000X2.150000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
D11*
|
||||
X113792000Y-119380000D03*
|
||||
X118792000Y-119380000D03*
|
||||
X92964000Y-102108000D03*
|
||||
X92964000Y-97108000D03*
|
||||
X122428000Y-119380000D03*
|
||||
X127428000Y-119380000D03*
|
||||
X139065000Y-109220000D03*
|
||||
X134065000Y-109220000D03*
|
||||
X100965000Y-94615000D03*
|
||||
D12*
|
||||
X158115000Y-108585000D03*
|
||||
D11*
|
||||
X158115000Y-104785000D03*
|
||||
X108585000Y-102235000D03*
|
||||
X100965000Y-97155000D03*
|
||||
X108585000Y-99695000D03*
|
||||
X100965000Y-99695000D03*
|
||||
X108585000Y-97155000D03*
|
||||
X100965000Y-102235000D03*
|
||||
X108585000Y-94615000D03*
|
||||
D13*
|
||||
X146685000Y-117475000D03*
|
||||
X107315000Y-90805000D03*
|
||||
X102315000Y-90805000D03*
|
||||
X116840000Y-102235000D03*
|
||||
X111840000Y-102235000D03*
|
||||
D11*
|
||||
X158115000Y-108585000D03*
|
||||
D13*
|
||||
X158115000Y-104785000D03*
|
||||
D14*
|
||||
X146685000Y-117475000D03*
|
||||
D15*
|
||||
X149225000Y-117475000D03*
|
||||
X146685000Y-120015000D03*
|
||||
X149225000Y-120015000D03*
|
||||
@ -49,9 +54,9 @@ X146685000Y-132715000D03*
|
||||
X149225000Y-132715000D03*
|
||||
X146685000Y-135255000D03*
|
||||
X149225000Y-135255000D03*
|
||||
D13*
|
||||
X167640000Y-117475000D03*
|
||||
D14*
|
||||
X167640000Y-117475000D03*
|
||||
D15*
|
||||
X170180000Y-117475000D03*
|
||||
X167640000Y-120015000D03*
|
||||
X170180000Y-120015000D03*
|
||||
@ -67,9 +72,9 @@ X167640000Y-132715000D03*
|
||||
X170180000Y-132715000D03*
|
||||
X167640000Y-135255000D03*
|
||||
X170180000Y-135255000D03*
|
||||
D13*
|
||||
X173990000Y-141605000D03*
|
||||
D14*
|
||||
X173990000Y-141605000D03*
|
||||
D15*
|
||||
X171450000Y-141605000D03*
|
||||
X168910000Y-141605000D03*
|
||||
X166370000Y-141605000D03*
|
||||
@ -108,75 +113,110 @@ X85090000Y-141605000D03*
|
||||
X82550000Y-141605000D03*
|
||||
X80010000Y-141605000D03*
|
||||
X77470000Y-141605000D03*
|
||||
D13*
|
||||
X113665000Y-90805000D03*
|
||||
D14*
|
||||
X116205000Y-90805000D03*
|
||||
X113030000Y-90805000D03*
|
||||
D15*
|
||||
X115570000Y-90805000D03*
|
||||
D10*
|
||||
G36*
|
||||
X128697056Y-99060000D02*
|
||||
X127000000Y-100757056D01*
|
||||
X125302944Y-99060000D01*
|
||||
X127000000Y-97362944D01*
|
||||
X128697056Y-99060000D01*
|
||||
X128697056Y-99060000D01*
|
||||
X129967056Y-100330000D02*
|
||||
X128270000Y-102027056D01*
|
||||
X126572944Y-100330000D01*
|
||||
X128270000Y-98632944D01*
|
||||
X129967056Y-100330000D01*
|
||||
X129967056Y-100330000D01*
|
||||
G37*
|
||||
D15*
|
||||
X121625988Y-93685988D03*
|
||||
D11*
|
||||
X133985000Y-104775000D03*
|
||||
D16*
|
||||
X144145000Y-104775000D03*
|
||||
X122895988Y-94955988D03*
|
||||
D13*
|
||||
X88265000Y-138430000D03*
|
||||
D12*
|
||||
X78105000Y-138430000D03*
|
||||
D11*
|
||||
X107950000Y-112395000D03*
|
||||
D16*
|
||||
X107950000Y-122555000D03*
|
||||
X79375000Y-117475000D03*
|
||||
D12*
|
||||
X86995000Y-135255000D03*
|
||||
X79375000Y-120015000D03*
|
||||
X86995000Y-132715000D03*
|
||||
X79375000Y-122555000D03*
|
||||
X86995000Y-130175000D03*
|
||||
X79375000Y-125095000D03*
|
||||
X86995000Y-127635000D03*
|
||||
X79375000Y-127635000D03*
|
||||
X86995000Y-125095000D03*
|
||||
X79375000Y-130175000D03*
|
||||
X86995000Y-122555000D03*
|
||||
X79375000Y-132715000D03*
|
||||
X86995000Y-120015000D03*
|
||||
X79375000Y-135255000D03*
|
||||
X86995000Y-117475000D03*
|
||||
D11*
|
||||
X142240000Y-109220000D03*
|
||||
D16*
|
||||
X152400000Y-109220000D03*
|
||||
X86995000Y-106680000D03*
|
||||
D13*
|
||||
X79375000Y-106680000D03*
|
||||
X79375000Y-91440000D03*
|
||||
X86995000Y-91440000D03*
|
||||
D17*
|
||||
X114935000Y-95885000D03*
|
||||
X114935000Y-98425000D03*
|
||||
X114935000Y-100965000D03*
|
||||
X109220000Y-95885000D03*
|
||||
X109220000Y-98425000D03*
|
||||
X109220000Y-100965000D03*
|
||||
D12*
|
||||
X96520000Y-94615000D03*
|
||||
D16*
|
||||
X104140000Y-102235000D03*
|
||||
X171776000Y-107950000D03*
|
||||
D18*
|
||||
X166770000Y-112950000D03*
|
||||
X166770000Y-102950000D03*
|
||||
X166770000Y-110450000D03*
|
||||
X166770000Y-105450000D03*
|
||||
D13*
|
||||
X118745000Y-108585000D03*
|
||||
X123745000Y-108585000D03*
|
||||
X135890000Y-113665000D03*
|
||||
X140890000Y-113665000D03*
|
||||
X156845000Y-113665000D03*
|
||||
X161845000Y-113665000D03*
|
||||
X80645000Y-113665000D03*
|
||||
X85645000Y-113665000D03*
|
||||
X93345000Y-108585000D03*
|
||||
X98345000Y-108585000D03*
|
||||
D14*
|
||||
X93980000Y-90805000D03*
|
||||
D15*
|
||||
X96520000Y-90805000D03*
|
||||
D14*
|
||||
X173990000Y-117475000D03*
|
||||
D15*
|
||||
X173990000Y-120015000D03*
|
||||
D11*
|
||||
X96520000Y-97155000D03*
|
||||
X104140000Y-99695000D03*
|
||||
X96520000Y-99695000D03*
|
||||
X104140000Y-97155000D03*
|
||||
X96520000Y-102235000D03*
|
||||
X104140000Y-94615000D03*
|
||||
D12*
|
||||
X96520000Y-112395000D03*
|
||||
D16*
|
||||
X104140000Y-135255000D03*
|
||||
X96520000Y-114935000D03*
|
||||
X104140000Y-132715000D03*
|
||||
X96520000Y-117475000D03*
|
||||
X104140000Y-130175000D03*
|
||||
X96520000Y-120015000D03*
|
||||
X104140000Y-127635000D03*
|
||||
X96520000Y-122555000D03*
|
||||
X104140000Y-125095000D03*
|
||||
X96520000Y-125095000D03*
|
||||
X104140000Y-122555000D03*
|
||||
X96520000Y-127635000D03*
|
||||
X104140000Y-120015000D03*
|
||||
X96520000Y-130175000D03*
|
||||
X104140000Y-117475000D03*
|
||||
X96520000Y-132715000D03*
|
||||
X104140000Y-114935000D03*
|
||||
X96520000Y-135255000D03*
|
||||
X104140000Y-112395000D03*
|
||||
D13*
|
||||
X94020000Y-97155000D03*
|
||||
D11*
|
||||
X113030000Y-97155000D03*
|
||||
D13*
|
||||
X115530000Y-97155000D03*
|
||||
X106045000Y-108585000D03*
|
||||
X111045000Y-108585000D03*
|
||||
D11*
|
||||
X117475000Y-112395000D03*
|
||||
D12*
|
||||
X125095000Y-135255000D03*
|
||||
X117475000Y-114935000D03*
|
||||
X125095000Y-132715000D03*
|
||||
X117475000Y-117475000D03*
|
||||
X125095000Y-130175000D03*
|
||||
X117475000Y-120015000D03*
|
||||
X125095000Y-127635000D03*
|
||||
X117475000Y-122555000D03*
|
||||
X125095000Y-125095000D03*
|
||||
X117475000Y-125095000D03*
|
||||
X125095000Y-122555000D03*
|
||||
X117475000Y-127635000D03*
|
||||
X125095000Y-120015000D03*
|
||||
X117475000Y-130175000D03*
|
||||
X125095000Y-117475000D03*
|
||||
X117475000Y-132715000D03*
|
||||
X125095000Y-114935000D03*
|
||||
X117475000Y-135255000D03*
|
||||
X125095000Y-112395000D03*
|
||||
D11*
|
||||
X134620000Y-117475000D03*
|
||||
D16*
|
||||
D12*
|
||||
X142240000Y-135255000D03*
|
||||
X134620000Y-120015000D03*
|
||||
X142240000Y-132715000D03*
|
||||
@ -192,9 +232,9 @@ X134620000Y-132715000D03*
|
||||
X142240000Y-120015000D03*
|
||||
X134620000Y-135255000D03*
|
||||
X142240000Y-117475000D03*
|
||||
D12*
|
||||
D11*
|
||||
X155575000Y-117475000D03*
|
||||
D16*
|
||||
D12*
|
||||
X163195000Y-135255000D03*
|
||||
X155575000Y-120015000D03*
|
||||
X163195000Y-132715000D03*
|
||||
@ -210,66 +250,48 @@ X155575000Y-132715000D03*
|
||||
X163195000Y-120015000D03*
|
||||
X155575000Y-135255000D03*
|
||||
X163195000Y-117475000D03*
|
||||
D12*
|
||||
X80645000Y-117475000D03*
|
||||
D16*
|
||||
X88265000Y-135255000D03*
|
||||
X80645000Y-120015000D03*
|
||||
X88265000Y-132715000D03*
|
||||
X80645000Y-122555000D03*
|
||||
X88265000Y-130175000D03*
|
||||
X80645000Y-125095000D03*
|
||||
X88265000Y-127635000D03*
|
||||
X80645000Y-127635000D03*
|
||||
X88265000Y-125095000D03*
|
||||
X80645000Y-130175000D03*
|
||||
X88265000Y-122555000D03*
|
||||
X80645000Y-132715000D03*
|
||||
X88265000Y-120015000D03*
|
||||
X80645000Y-135255000D03*
|
||||
X88265000Y-117475000D03*
|
||||
D12*
|
||||
X88265000Y-107315000D03*
|
||||
D11*
|
||||
X80645000Y-107315000D03*
|
||||
X80645000Y-92075000D03*
|
||||
X88265000Y-92075000D03*
|
||||
D18*
|
||||
X171776000Y-107950000D03*
|
||||
D19*
|
||||
X166770000Y-112950000D03*
|
||||
X166770000Y-102950000D03*
|
||||
X166770000Y-110450000D03*
|
||||
X166770000Y-105450000D03*
|
||||
D11*
|
||||
X97790000Y-90805000D03*
|
||||
X102790000Y-90805000D03*
|
||||
X81915000Y-113665000D03*
|
||||
X86915000Y-113665000D03*
|
||||
X97790000Y-108585000D03*
|
||||
X102790000Y-108585000D03*
|
||||
X135890000Y-113665000D03*
|
||||
X140890000Y-113665000D03*
|
||||
X156845000Y-113665000D03*
|
||||
X161845000Y-113665000D03*
|
||||
D13*
|
||||
X92710000Y-120015000D03*
|
||||
D14*
|
||||
X92710000Y-117475000D03*
|
||||
D13*
|
||||
X173990000Y-117475000D03*
|
||||
D14*
|
||||
X173990000Y-120015000D03*
|
||||
X92075000Y-112395000D03*
|
||||
D12*
|
||||
X113792000Y-112268000D03*
|
||||
X99695000Y-135255000D03*
|
||||
X92075000Y-114935000D03*
|
||||
X99695000Y-132715000D03*
|
||||
X92075000Y-117475000D03*
|
||||
X99695000Y-130175000D03*
|
||||
X92075000Y-120015000D03*
|
||||
X99695000Y-127635000D03*
|
||||
X92075000Y-122555000D03*
|
||||
X99695000Y-125095000D03*
|
||||
X92075000Y-125095000D03*
|
||||
X99695000Y-122555000D03*
|
||||
X92075000Y-127635000D03*
|
||||
X99695000Y-120015000D03*
|
||||
X92075000Y-130175000D03*
|
||||
X99695000Y-117475000D03*
|
||||
X92075000Y-132715000D03*
|
||||
X99695000Y-114935000D03*
|
||||
X92075000Y-135255000D03*
|
||||
X99695000Y-112395000D03*
|
||||
D11*
|
||||
X116292000Y-112268000D03*
|
||||
X104775000Y-112395000D03*
|
||||
D12*
|
||||
X147320000Y-104775000D03*
|
||||
D11*
|
||||
X149820000Y-104775000D03*
|
||||
D12*
|
||||
X123190000Y-112395000D03*
|
||||
D11*
|
||||
X125690000Y-112395000D03*
|
||||
X112395000Y-135255000D03*
|
||||
X104775000Y-114935000D03*
|
||||
X112395000Y-132715000D03*
|
||||
X104775000Y-117475000D03*
|
||||
X112395000Y-130175000D03*
|
||||
X104775000Y-120015000D03*
|
||||
X112395000Y-127635000D03*
|
||||
X104775000Y-122555000D03*
|
||||
X112395000Y-125095000D03*
|
||||
X104775000Y-125095000D03*
|
||||
X112395000Y-122555000D03*
|
||||
X104775000Y-127635000D03*
|
||||
X112395000Y-120015000D03*
|
||||
X104775000Y-130175000D03*
|
||||
X112395000Y-117475000D03*
|
||||
X104775000Y-132715000D03*
|
||||
X112395000Y-114935000D03*
|
||||
X104775000Y-135255000D03*
|
||||
X112395000Y-112395000D03*
|
||||
M02*
|
||||
|
@ -1,7 +1,7 @@
|
||||
G04 #@! TF.FileFunction,Paste,Top*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 02/14/19 14:39:51*
|
||||
G04 Created by KiCad (PCBNEW 4.0.7) date 06/23/19 18:06:46*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
M48
|
||||
;DRILL file {KiCad 4.0.7} date 02/14/19 14:39:54
|
||||
;DRILL file {KiCad 4.0.7} date 06/23/19 18:06:48
|
||||
;FORMAT={2:4/ absolute / inch / suppress leading zeros}
|
||||
FMAT,2
|
||||
INCH,TZ
|
||||
@ -12,121 +12,157 @@ G90
|
||||
G05
|
||||
M72
|
||||
T1
|
||||
X33250Y-48750
|
||||
X33500Y-48500
|
||||
X33500Y-53000
|
||||
X33750Y-50000
|
||||
X33750Y-53750
|
||||
X34000Y-51000
|
||||
X34750Y-54500
|
||||
X35000Y-54250
|
||||
X35250Y-52500
|
||||
X35500Y-51500
|
||||
X35750Y-50500
|
||||
X36000Y-52250
|
||||
X36250Y-44500
|
||||
X36500Y-48250
|
||||
X36500Y-48750
|
||||
X36500Y-49750
|
||||
X36500Y-50250
|
||||
X36500Y-50750
|
||||
X36500Y-51250
|
||||
X36500Y-51750
|
||||
X36500Y-53750
|
||||
X36750Y-44000
|
||||
X36750Y-54000
|
||||
X37000Y-54250
|
||||
X40469Y-38750
|
||||
X40500Y-45750
|
||||
X42250Y-46000
|
||||
X43750Y-54250
|
||||
X44250Y-42000
|
||||
X44750Y-42000
|
||||
X49750Y-54250
|
||||
X30250Y-48500
|
||||
X32250Y-46750
|
||||
X32250Y-48250
|
||||
X32250Y-49750
|
||||
X32250Y-51000
|
||||
X32500Y-48000
|
||||
X33000Y-45500
|
||||
X33250Y-45750
|
||||
X33500Y-50000
|
||||
X34000Y-45500
|
||||
X35250Y-46750
|
||||
X35500Y-50000
|
||||
X36750Y-51750
|
||||
X37000Y-49000
|
||||
X37250Y-48000
|
||||
X38250Y-45250
|
||||
X38750Y-52750
|
||||
X40500Y-53000
|
||||
X42250Y-52500
|
||||
X42500Y-52250
|
||||
X42750Y-51750
|
||||
X42750Y-52500
|
||||
X43000Y-50750
|
||||
X43000Y-51250
|
||||
X43000Y-52250
|
||||
X43250Y-46750
|
||||
X43250Y-47750
|
||||
X43250Y-50250
|
||||
X43250Y-52500
|
||||
X43500Y-47000
|
||||
X43500Y-52250
|
||||
X43750Y-45750
|
||||
X43750Y-52750
|
||||
X45500Y-47750
|
||||
X50000Y-54500
|
||||
X50500Y-54250
|
||||
X50500Y-54750
|
||||
X51250Y-48250
|
||||
X51250Y-51250
|
||||
X52750Y-54250
|
||||
X53000Y-54500
|
||||
X56250Y-54250
|
||||
X57500Y-54250
|
||||
X52250Y-54250
|
||||
X52500Y-54750
|
||||
X52750Y-54500
|
||||
X63250Y-45500
|
||||
X64250Y-45500
|
||||
T2
|
||||
X31750Y-36250
|
||||
X31750Y-42250
|
||||
X31750Y-46250
|
||||
X31750Y-47250
|
||||
X31750Y-48250
|
||||
X31750Y-49250
|
||||
X31750Y-50250
|
||||
X31750Y-51250
|
||||
X31750Y-52250
|
||||
X31750Y-53250
|
||||
X32250Y-44750
|
||||
X34219Y-44750
|
||||
X34750Y-36250
|
||||
X34750Y-42250
|
||||
X34750Y-46250
|
||||
X34750Y-47250
|
||||
X34750Y-48250
|
||||
X34750Y-49250
|
||||
X34750Y-50250
|
||||
X34750Y-51250
|
||||
X34750Y-52250
|
||||
X34750Y-53250
|
||||
X36600Y-38231
|
||||
X36600Y-40200
|
||||
X38000Y-37250
|
||||
X30750Y-54500
|
||||
X31250Y-36000
|
||||
X31250Y-42000
|
||||
X31250Y-46250
|
||||
X31250Y-47250
|
||||
X31250Y-48250
|
||||
X31250Y-49250
|
||||
X31250Y-50250
|
||||
X31250Y-51250
|
||||
X31250Y-52250
|
||||
X31250Y-53250
|
||||
X31750Y-44750
|
||||
X33719Y-44750
|
||||
X34250Y-36000
|
||||
X34250Y-42000
|
||||
X34250Y-46250
|
||||
X34250Y-47250
|
||||
X34250Y-48250
|
||||
X34250Y-49250
|
||||
X34250Y-50250
|
||||
X34250Y-51250
|
||||
X34250Y-52250
|
||||
X34250Y-53250
|
||||
X34750Y-54500
|
||||
X36250Y-44250
|
||||
X36250Y-45250
|
||||
X36250Y-46250
|
||||
X36250Y-47250
|
||||
X36250Y-48250
|
||||
X36250Y-49250
|
||||
X36250Y-50250
|
||||
X36250Y-51250
|
||||
X36250Y-52250
|
||||
X36250Y-53250
|
||||
X36750Y-42750
|
||||
X37016Y-38250
|
||||
X38000Y-38250
|
||||
X38000Y-39250
|
||||
X38000Y-40250
|
||||
X38000Y-44250
|
||||
X38000Y-45250
|
||||
X38000Y-46250
|
||||
X38000Y-47250
|
||||
X38000Y-48250
|
||||
X38000Y-49250
|
||||
X38000Y-50250
|
||||
X38000Y-51250
|
||||
X38000Y-52250
|
||||
X38000Y-53250
|
||||
X38500Y-35750
|
||||
X38500Y-42750
|
||||
X40469Y-35750
|
||||
X40469Y-42750
|
||||
X41000Y-37250
|
||||
X41000Y-38250
|
||||
X41000Y-39250
|
||||
X41000Y-40250
|
||||
X41000Y-44250
|
||||
X41000Y-45250
|
||||
X41000Y-46250
|
||||
X41000Y-47250
|
||||
X41000Y-48250
|
||||
X41000Y-49250
|
||||
X41000Y-50250
|
||||
X41000Y-51250
|
||||
X41000Y-52250
|
||||
X41000Y-53250
|
||||
X42500Y-44250
|
||||
X42500Y-48250
|
||||
X43000Y-37750
|
||||
X43000Y-38750
|
||||
X43000Y-39750
|
||||
X44800Y-44200
|
||||
X44800Y-47000
|
||||
X45250Y-37750
|
||||
X45250Y-38750
|
||||
X45250Y-39750
|
||||
X45784Y-44200
|
||||
X46769Y-47000
|
||||
X48200Y-47000
|
||||
X48500Y-44250
|
||||
X49484Y-44250
|
||||
X50169Y-47000
|
||||
X52750Y-41250
|
||||
X52781Y-43000
|
||||
X38719Y-42750
|
||||
X39250Y-44250
|
||||
X39250Y-45250
|
||||
X39250Y-46250
|
||||
X39250Y-47250
|
||||
X39250Y-48250
|
||||
X39250Y-49250
|
||||
X39250Y-50250
|
||||
X39250Y-51250
|
||||
X39250Y-52250
|
||||
X39250Y-53250
|
||||
X39750Y-37250
|
||||
X39750Y-38250
|
||||
X39750Y-39250
|
||||
X39750Y-40250
|
||||
X40281Y-35750
|
||||
X41250Y-44250
|
||||
X41250Y-45250
|
||||
X41250Y-46250
|
||||
X41250Y-47250
|
||||
X41250Y-48250
|
||||
X41250Y-49250
|
||||
X41250Y-50250
|
||||
X41250Y-51250
|
||||
X41250Y-52250
|
||||
X41250Y-53250
|
||||
X41750Y-42750
|
||||
X42250Y-35750
|
||||
X42750Y-37250
|
||||
X42750Y-38250
|
||||
X42750Y-39250
|
||||
X42750Y-40250
|
||||
X43719Y-42750
|
||||
X44031Y-40250
|
||||
X44250Y-44250
|
||||
X44250Y-45250
|
||||
X44250Y-46250
|
||||
X44250Y-47250
|
||||
X44250Y-48250
|
||||
X44250Y-49250
|
||||
X44250Y-50250
|
||||
X44250Y-51250
|
||||
X44250Y-52250
|
||||
X44250Y-53250
|
||||
X44500Y-38250
|
||||
X45484Y-38250
|
||||
X46000Y-40250
|
||||
X46250Y-44250
|
||||
X46250Y-45250
|
||||
X46250Y-46250
|
||||
X46250Y-47250
|
||||
X46250Y-48250
|
||||
X46250Y-49250
|
||||
X46250Y-50250
|
||||
X46250Y-51250
|
||||
X46250Y-52250
|
||||
X46250Y-53250
|
||||
X46750Y-42750
|
||||
X48719Y-42750
|
||||
X49250Y-44250
|
||||
X49250Y-45250
|
||||
X49250Y-46250
|
||||
X49250Y-47250
|
||||
X49250Y-48250
|
||||
X49250Y-49250
|
||||
X49250Y-50250
|
||||
X49250Y-51250
|
||||
X49250Y-52250
|
||||
X49250Y-53250
|
||||
X53000Y-46250
|
||||
X53000Y-47250
|
||||
X53000Y-48250
|
||||
@ -136,9 +172,7 @@ X53000Y-51250
|
||||
X53000Y-52250
|
||||
X53000Y-53250
|
||||
X53500Y-44750
|
||||
X54750Y-43000
|
||||
X55469Y-44750
|
||||
X56000Y-43000
|
||||
X56000Y-46250
|
||||
X56000Y-47250
|
||||
X56000Y-48250
|
||||
@ -147,10 +181,6 @@ X56000Y-50250
|
||||
X56000Y-51250
|
||||
X56000Y-52250
|
||||
X56000Y-53250
|
||||
X56750Y-41250
|
||||
X58000Y-41250
|
||||
X58984Y-41250
|
||||
X60000Y-43000
|
||||
X61250Y-46250
|
||||
X61250Y-47250
|
||||
X61250Y-48250
|
||||
@ -178,26 +208,26 @@ X32500Y-55750
|
||||
X33500Y-55750
|
||||
X34500Y-55750
|
||||
X35500Y-55750
|
||||
X36500Y-46250
|
||||
X36500Y-47250
|
||||
X36500Y-55750
|
||||
X37000Y-35750
|
||||
X37500Y-55750
|
||||
X38000Y-35750
|
||||
X38500Y-55750
|
||||
X39500Y-55750
|
||||
X40500Y-55750
|
||||
X41500Y-55750
|
||||
X42500Y-55750
|
||||
X43500Y-55750
|
||||
X44500Y-35750
|
||||
X44500Y-55750
|
||||
X44750Y-35750
|
||||
X45500Y-35750
|
||||
X45500Y-55750
|
||||
X45750Y-35750
|
||||
X46500Y-55750
|
||||
X47500Y-55750
|
||||
X47884Y-36884
|
||||
X48384Y-37384
|
||||
X48500Y-55750
|
||||
X49500Y-55750
|
||||
X50000Y-39000
|
||||
X50500Y-39500
|
||||
X50500Y-55750
|
||||
X51500Y-55750
|
||||
X52500Y-55750
|
||||
|
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
(fp_lib_table
|
||||
(lib (name TRS)(type KiCad)(uri D:/ownCloud/Documents/Projects/RC6502/Templates/TRS.pretty)(options "")(descr ""))
|
||||
(lib (name TRS)(type KiCad)(uri $KIPRJMOD/../Templates/TRS.pretty)(options "")(descr ""))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user