First commit

This commit is contained in:
Pierre-Yves Rollo 2019-02-18 11:04:02 +01:00
commit 237c0f8e69
153 changed files with 53506 additions and 0 deletions

2
AUTHORS Normal file
View File

@ -0,0 +1,2 @@
Pierre-Yves Rollo dev@pyrollo.com

675
COPYING Normal file
View 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:
<program> Copyright (C) <year> <name of author>
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>.

2
ChangeLog Normal file
View File

@ -0,0 +1,2 @@

1
INSTALL Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.10/INSTALL

695
Makefile.in Normal file
View File

@ -0,0 +1,695 @@
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
config.guess config.sub depcomp install-sh ltmain.sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(vinacedocdir)"
vinacedocDATA_INSTALL = $(INSTALL_DATA)
DATA = $(vinacedoc_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
{ test ! -d $(distdir) \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
GUI_CFLAGS = @GUI_CFLAGS@
GUI_LIBS = @GUI_LIBS@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PULSE_CFLAGS = @PULSE_CFLAGS@
PULSE_LIBS = @PULSE_LIBS@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = src
vinacedocdir = ${prefix}/doc/vinace
vinacedoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS
EXTRA_DIST = $(vinacedoc_DATA)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
am--refresh:
@:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
cd $(srcdir) && $(AUTOMAKE) --gnu \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
config.h: stamp-h1
@if test ! -f $@; then \
rm -f stamp-h1; \
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
else :; fi
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1
touch $@
distclean-hdr:
-rm -f config.h stamp-h1
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
distclean-libtool:
-rm -f libtool
install-vinacedocDATA: $(vinacedoc_DATA)
@$(NORMAL_INSTALL)
test -z "$(vinacedocdir)" || $(MKDIR_P) "$(DESTDIR)$(vinacedocdir)"
@list='$(vinacedoc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(vinacedocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(vinacedocdir)/$$f'"; \
$(vinacedocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(vinacedocdir)/$$f"; \
done
uninstall-vinacedocDATA:
@$(NORMAL_UNINSTALL)
@list='$(vinacedoc_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(vinacedocdir)/$$f'"; \
rm -f "$(DESTDIR)$(vinacedocdir)/$$f"; \
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
$(RECURSIVE_CLEAN_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
$(am__remove_distdir)
test -d $(distdir) || mkdir $(distdir)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
distdir) \
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" distdir="$(distdir)" \
dist-hook
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r $(distdir)
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
$(am__remove_distdir)
dist-lzma: distdir
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
$(am__remove_distdir)
dist-tarZ: distdir
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__remove_distdir)
dist-shar: distdir
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__remove_distdir)
dist-zip: distdir
-rm -f $(distdir).zip
zip -rq $(distdir).zip $(distdir)
$(am__remove_distdir)
dist dist-all: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lzma*) \
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& cd $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$$dc_install_base" \
&& ({ \
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
} || { rm -rf "$$dc_destdir"; exit 1; }) \
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& rm -rf $(DIST_ARCHIVES) \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@(echo "$(distdir) archives ready for distribution: "; \
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
@cd $(distuninstallcheck_dir) \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
echo " (check DESTDIR support)"; \
fi ; \
$(distuninstallcheck_listfiles) ; \
exit 1; } >&2
distcleancheck: distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile $(DATA) config.h
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(vinacedocdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-hdr \
distclean-libtool distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
info: info-recursive
info-am:
install-data-am: install-vinacedocDATA
install-dvi: install-dvi-recursive
install-exec-am:
install-html: install-html-recursive
install-info: install-info-recursive
install-man:
install-pdf: install-pdf-recursive
install-ps: install-ps-recursive
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am: uninstall-vinacedocDATA
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
install-strip
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am am--refresh check check-am clean clean-generic \
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
distcheck distclean distclean-generic distclean-hdr \
distclean-libtool distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip install-vinacedocDATA installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-vinacedocDATA
# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
for specfile in *.spec; do \
if test -f $$specfile; then \
cp -p $$specfile $(distdir); \
fi \
done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

0
NEWS Normal file
View File

63
README Normal file
View File

@ -0,0 +1,63 @@
Vinace - VINtage Apple Computer Emulator
========================================
Requirements
------------
Vinace needs gtkmm-2.4 and libpulse0 packages to be installed.
Vinace needs ROM image which are copyrighted and which can not be distributed with Vinace.
Current version uses file named APPLE2E.ROM contained in zip file located at :
ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/apple_iie_rom.zip
How to test Vinace ?
--------------------
If you want to build it from source :
1 - Download the source
2 - Enter trunk directory
3 - ./configure
4 - make
5 - Enter src/gui directory
6 - Copy ROM file APPLE2E.ROM into this directory
7 - ./vinace
If you don't want to build it from source but still want to try it :
1 - Download the binary
2 - tar xvf vinace.gz
3 - Enter the vinace directory
4 - Copy ROM file APPLE2E.ROM into this directory
5 - ./vinace
If you don't want to try it, get back to the dull 64 bits world.
Inside Vinace
-------------
Now you should see a color screen and two disk drives.
Use the keyboard to type text in. The special keys are :
On your machine On the emulated Apple
-------------------------------------------------------------
Ctrl-Break or Ctrl-Pause Ctrl-Reset
Left Alt Open Apple (joystick button 0)
Right Alt Closed Apple (joystick button 1)
You can issue a first Ctrl-Break to try Applesoft basic. And of course, a
Alt-Ctrl-Break will restart the computer (the Apple, not your actual computer).
If you want to use floppy disks, you can go to
ftp://ftp.apple.asimov.net/pub/apple_II/images
Vinace accept any file but works only with .dsk and .do files (DOS ordered disk
images). To insert a disk, just drag the file onto the disk drive 1. The lid
should automatically close. Then restart with a Alt-Ctrl-Break.
Disk drives are emulated with the same original speed which is quite... slow.
You can look if something is happening on the terminal output (look after
drive's head position changing, which means that the program is still alive).

1
config.guess vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.10/config.guess

59
config.h.in Normal file
View File

@ -0,0 +1,59 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION

1
config.sub vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.10/config.sub

18752
configure vendored Executable file

File diff suppressed because it is too large Load Diff

1
depcomp Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.10/depcomp

BIN
doc/html/layers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
doc/html/memorybus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
doc/html/simple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

40
doc/html/style.css Normal file
View File

@ -0,0 +1,40 @@
table { width:100%; border-collapse:collapse; }
body { margin:0; font-family:sans-serif; text-align:justify;}
body div { margin:10px; }
div.BOOK { margin:0; }
div.TOC { margin:10px; }
div.NAVHEADER, div.NAVFOOTER, div.BOOK div.TITLEPAGE {
background:orange; text-align:center; margin:0; }
div.NAVHEADER a, div.NAVFOOTER a {
text-decoration:none; font-weight:bold; color:brown; }
div.BOOK div.TITLEPAGE h1 { margin:0; padding-top:8px; padding-bottom:8px; }
hr { border:none; background:brown; height:5px; }
h1, h2, h3 { color:brown; }
td { border:solid 2px orange; }
th { border:solid 2px orange; background:orange; color:brown; }
img { text-align:center; margin:auto; display:block; }
a { text-decoration:none; color:brown; }
a:visited { }
a:hover { color:red; }
pre.programlisting { font-weight:bold; border-left:solid 3px orange; padding-left:3px;}
div.NAVHEADER table, div.NAVFOOTER table { width:95%; margin:auto; }
div.NAVHEADER td, div.NAVFOOTER td { border:none; }
div.NAVHEADER th, div.NAVFOOTER th { border:none; color:brown; }
div.NAVHEADER table { margin-top:1em; }
div.NAVFOOTER table { margin-bottom:1em; }
div.NAVFOOTER a:visited, div.NAVHEADER a:visited { font-weight:normal; }
div.NAVFOOTER a:hover, div.NAVHEADER a:hover { color:red; }

5
doc/makebook.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
rm html/*.html
jw -d vinace-en.dsl#html vinace-en.xml
jw -d vinace-fr.dsl#html vinace-fr.xml

465
doc/svg/layers.svg Normal file
View File

@ -0,0 +1,465 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="440"
height="300"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docname="layers.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
inkscape:export-filename="/home/naj/Projets/vinace/trunk/doc/layers.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend"
style="overflow:visible">
<path
id="path3748"
d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lend"
style="overflow:visible">
<path
id="path3742"
d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
transform="matrix(-0.8,0,0,-0.8,-10,0)" />
</marker>
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective10" />
<filter
inkscape:collect="always"
id="filter4426">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.171969"
id="feGaussianBlur4428" />
</filter>
<filter
inkscape:collect="always"
id="filter4448">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.5482958"
id="feGaussianBlur4450" />
</filter>
<filter
inkscape:collect="always"
id="filter4456">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.7505688"
id="feGaussianBlur4458" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="174.54651"
inkscape:cy="137.65112"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:object-paths="false"
inkscape:object-nodes="true"
gridtolerance="7"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="25"
showguides="true"
inkscape:guide-bbox="true">
<inkscape:grid
type="xygrid"
id="grid2383"
visible="true"
enabled="true" />
<sodipodi:guide
orientation="1,0"
position="0.50507627,419.71838"
id="guide4384" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="opacity:0.75;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.99999905;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter4456);enable-background:accumulate"
id="rect4454"
width="420.40308"
height="279.82443"
x="7.5969238"
y="12"
rx="19.285711"
ry="19.285707" />
<rect
style="fill:#edffed;fill-opacity:1;fill-rule:nonzero;stroke:#00aa00;stroke-width:2.99999905;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4358"
width="420.40308"
height="279.82443"
x="9.5969238"
y="10"
rx="19.285711"
ry="19.285707" />
<g
id="g4438"
transform="translate(-42.403076,-48.053211)"
style="fill:#000000;fill-opacity:0.75294118;stroke:none;filter:url(#filter4448)">
<rect
ry="19.285709"
rx="19.285709"
y="90.06189"
x="60.937351"
height="240.25568"
width="309.11148"
id="rect4430"
style="fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:2.99999905;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="114.90411"
x="379.96918"
height="60.027023"
width="60.030834"
id="rect4432"
style="opacity:1;fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.999999"
rx="5"
y="184.90411"
x="379.96918"
height="30.095892"
width="60.030834"
id="rect4434"
style="opacity:1;fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.999999"
rx="4.9999995"
y="225.00308"
x="414.06183"
height="69.996918"
width="25.938183"
id="rect4436"
style="opacity:1;fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:1.99999976;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<rect
style="fill:#fff1f7;fill-opacity:1;fill-rule:nonzero;stroke:#d35f8d;stroke-width:2.99999905;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3269"
width="309.11148"
height="240.25568"
x="20.534275"
y="40.008678"
rx="19.285709"
ry="19.285709" />
<g
id="g4406"
style="fill:#000000;fill-opacity:0.75294118;stroke:none;filter:url(#filter4426)"
transform="translate(-42.403076,-48.053211)">
<rect
style="fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4390"
width="198.61006"
height="200.14673"
x="71.389938"
y="119.85327"
rx="19.285711"
ry="19.285711" />
<g
transform="translate(-2.8417492,11.953484)"
id="g4400"
style="fill:#000000;fill-opacity:0.75294118;stroke:none">
<rect
style="opacity:1;fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:1.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4392"
width="20.86006"
height="59.47509"
x="321.98169"
y="238.57143"
rx="5"
ry="4.9999976" />
<rect
style="opacity:1;fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4394"
width="60.030834"
height="20.234104"
x="282.84174"
y="208.48874"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4396"
width="60.030834"
height="60.027023"
x="282.84174"
y="138.57143"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#000000;fill-opacity:0.75294118;fill-rule:nonzero;stroke:none;stroke-width:1.99999952;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4398"
width="32.072784"
height="35.048149"
x="282.84174"
y="263.52328"
rx="4.9999995"
ry="4.9999976" />
</g>
</g>
<g
id="g3286"
style="stroke:#d45500"
transform="translate(-40.403076,-50.053211)">
<rect
ry="19.285711"
rx="19.285711"
y="119.92879"
x="71.870224"
height="200.14673"
width="198.61006"
id="rect5953"
style="fill:#ffe6d5;fill-opacity:1;fill-rule:nonzero;stroke:#d45500;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
id="path2407"
d="M 130,220 L 159.06489,220 L 159.06489,200.08721 L 154.22074,200.08721 L 168.75318,185.15262 C 168.75318,185.15262 183.28563,200.08721 183.28563,200.08721 L 178.44148,200.08721 L 178.44148,220 L 197.81807,220 L 197.81807,215.0218 L 212.35052,229.95639 L 197.81807,244.89099 L 197.81807,239.91279 L 178.44148,239.91279 L 178.44148,259.82558 L 183.28563,259.82558 L 168.75318,274.76017 L 154.22074,259.82558 L 159.06489,259.82558 L 159.06489,239.91279 L 130,239.91279 L 130,220 z"
style="opacity:0.5;fill:#f2f2f2;fill-opacity:1;fill-rule:nonzero;stroke:#d45500;stroke-width:1.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="4.9999995"
y="205.06541"
x="81.558517"
height="49.781971"
width="48.441479"
id="rect2385"
style="opacity:0.5;fill:#f2f2f2;fill-opacity:1;fill-rule:nonzero;stroke:#d45500;stroke-width:1.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="4.9999995"
y="155.6817"
x="144.53244"
height="29.470926"
width="48.441479"
id="rect2409"
style="opacity:0.5;fill:#f2f2f2;fill-opacity:1;fill-rule:nonzero;stroke:#d45500;stroke-width:1.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="4.9999995"
y="275.15842"
x="144.53244"
height="29.470926"
width="48.441479"
id="rect2411"
style="opacity:0.5;fill:#f2f2f2;fill-opacity:1;fill-rule:nonzero;stroke:#d45500;stroke-width:1.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="4.9999995"
y="215.0218"
x="212.35049"
height="29.470926"
width="48.441479"
id="rect2413"
style="opacity:0.5;fill:#f2f2f2;fill-opacity:1;fill-rule:nonzero;stroke:#d45500;stroke-width:1.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<rect
style="opacity:1;fill:#ffe1e1;fill-opacity:1;fill-rule:nonzero;stroke:#ff0101;stroke-width:1.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3211"
width="20.86006"
height="59.47509"
x="278.73688"
y="199.94679"
rx="5"
ry="4.9999976" />
<rect
style="opacity:1;fill:#ffe1e1;fill-opacity:1;fill-rule:nonzero;stroke:#ff0101;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3213"
width="60.030834"
height="20.234104"
x="239.59692"
y="169.86411"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#ffe1e1;fill-opacity:1;fill-rule:nonzero;stroke:#ff0101;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3215"
width="60.030834"
height="60.027023"
x="239.59692"
y="99.946793"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#ffe1e1;fill-opacity:1;fill-rule:nonzero;stroke:#ff0101;stroke-width:1.99999952;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3294"
width="32.072784"
height="35.048149"
x="239.59692"
y="224.89864"
rx="4.9999995"
ry="4.9999976" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 239.59692,129.94679 C 210.52771,129.21091 196.84834,143.86488 189.59692,164.94679"
id="path3296"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 239.59692,239.94679 C 210.52771,240.68267 194.59692,214.94679 189.59692,194.94679"
id="path4340"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 279.59692,214.94679 C 234.59692,214.94679 214.59692,214.94679 204.59692,194.94679"
id="path4342"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 239.59692,179.94679 C 239.59692,179.94679 219.59692,179.94679 219.59692,179.94679"
id="path4344"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#d45500;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="44.596924"
y="89.946793"
id="text4350"><tspan
sodipodi:role="line"
id="tspan4352"
x="44.596924"
y="89.946793">Core Layer</tspan></text>
<text
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#d35f8d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="44.022705"
y="59.946789"
id="text4354"><tspan
sodipodi:role="line"
id="tspan4356"
x="44.022705"
y="59.946789">Hardware Layer</tspan></text>
<text
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#00aa00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="44.596924"
y="29.946789"
id="text4362"><tspan
sodipodi:role="line"
id="tspan4364"
x="44.596924"
y="29.946789">GUI Layer</tspan></text>
<rect
style="opacity:1;fill:#d5e5ff;fill-opacity:1;fill-rule:nonzero;stroke:#0055d4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4366"
width="60.030834"
height="60.027023"
x="339.5661"
y="64.850906"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#d5e5ff;fill-opacity:1;fill-rule:nonzero;stroke:#0055d4;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4368"
width="60.030834"
height="30.095892"
x="339.5661"
y="134.85091"
rx="5"
ry="4.999999" />
<rect
style="opacity:1;fill:#d5e5ff;fill-opacity:1;fill-rule:nonzero;stroke:#0055d4;stroke-width:1.99999976;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4370"
width="25.938183"
height="69.996918"
x="373.65875"
y="174.94987"
rx="4.9999995"
ry="4.999999" />
<text
xml:space="preserve"
style="font-size:17.6071434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#0055d4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="-148.72957"
y="424.45282"
id="text4374"
transform="matrix(0,-1.0115727,0.9885597,0,0,0)"><tspan
sodipodi:role="line"
id="tspan4376"
x="-148.72957"
y="424.45282"
style="font-weight:normal;fill:#0055d4;fill-opacity:1;stroke:none;stroke-width:1;-inkscape-font-specification:Liberation Mono">Widgets</tspan></text>
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 339.59692,74.946789 C 309.59692,74.946789 294.59692,74.946789 269.59692,99.946789"
id="path4378"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-size:17.6071434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#ff2a2a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="-179.13597"
y="323.29553"
id="text4346"
transform="matrix(0,-1.0115727,0.9885597,0,0,0)"><tspan
sodipodi:role="line"
id="tspan4348"
x="-179.13597"
y="323.29553"
style="font-weight:normal;fill:#ff2a2a;fill-opacity:1;stroke:none;stroke-width:1;-inkscape-font-specification:Liberation Mono">Peripherals</tspan></text>
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 354.59692,164.94679 C 354.59692,179.94679 329.59692,179.94679 299.59692,179.94679"
id="path4380"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 389.59692,244.94679 C 389.59692,269.94679 284.59692,289.94679 254.59692,259.94679"
id="path4382"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 374.59692,229.94679 C 359.59692,229.94679 334.59692,249.94679 299.59692,249.94679"
id="path4386"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

780
doc/svg/memorybus.svg Normal file
View File

@ -0,0 +1,780 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="320"
height="288"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docname="memorybus.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
inkscape:export-filename="/home/naj/Projets/vinace/trunk/doc/memorybus.png"
inkscape:export-xdpi="135"
inkscape:export-ydpi="135">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend"
style="overflow:visible">
<path
id="path3748"
d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lend"
style="overflow:visible">
<path
id="path3742"
d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
transform="matrix(-0.8,0,0,-0.8,-10,0)" />
</marker>
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective10" />
<filter
inkscape:collect="always"
id="filter4426">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.171969"
id="feGaussianBlur4428" />
</filter>
<filter
inkscape:collect="always"
id="filter4448">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.5482958"
id="feGaussianBlur4450" />
</filter>
<filter
inkscape:collect="always"
id="filter3743">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.3860553"
id="feGaussianBlur3745" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="81.886003"
inkscape:cy="118.75133"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:object-paths="false"
inkscape:object-nodes="true"
gridtolerance="7"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="25"
showguides="true"
inkscape:guide-bbox="true">
<inkscape:grid
type="xygrid"
id="grid2383"
visible="true"
enabled="true"
empspacing="8"
units="mm" />
<sodipodi:guide
orientation="1,0"
position="0.50507627,419.71838"
id="guide4384" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 121.99999,167.83615 L 113.99999,160.33333 L 121.99999,152.83615 L 121.99999,167.83615 z"
id="path3431"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 183.99999,240.33333 L 175.99999,216.33333 L 183.99999,192.33333 L 183.99999,240.33333 z"
id="path3486"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 183.99999,184.33333 L 175.99999,176.83051 L 183.99999,169.33333 L 183.99999,184.33333 z"
id="path3445"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 199.99999,151.33333 L 203.4543,147.80799 L 199.99999,144.33333 L 199.99999,151.33333 z"
id="path3488"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 215.99999,141.33333 L 207.99999,147.8317 L 203.48353,147.8317"
id="path3490"
sodipodi:nodetypes="ccc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 217.99999,146.33333 L 207.99999,147.84294"
id="path3492"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 219.99999,149.33333 L 207.99999,147.87394"
id="path3494"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 215.99999,138.33333 L 199.99999,138.33333"
id="path3496"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 215.99999,140.33333 L 199.99999,140.33333"
id="path3498"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 215.99999,142.33333 L 199.99999,142.33333"
id="path3500"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 184,151.33333 L 176,143.83051 L 184,136.33333 L 184,151.33333 z"
id="path3443"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 271.99999,272.33333 L 263.99999,256.33333 L 271.99999,240.33333 L 271.99999,272.33333 z"
id="path3365"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 271.99999,240.33333 L 263.99999,232.33333 L 271.99999,224.33333 L 271.99999,240.33333 z"
id="path3367"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 271.99999,224.33333 L 263.99999,216.33333 L 271.99999,208.33333 L 271.99999,224.33333 z"
id="path3369"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 271.99999,208.33333 L 256,96.33333 L 271.99999,16.333328 L 271.99999,208.33333 z"
id="path3361"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 79.999993,208.33333 L 96,96.33333 L 79.999993,16.333328 L 79.999993,208.33333 z"
id="path3359"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 79.999993,224.33333 L 87.999993,216.83051 L 79.999993,209.33333 L 79.999993,224.33333 z"
id="path3425"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 79.999993,272.33333 L 87.999993,248.33333 L 79.999993,224.33333 L 79.999993,272.33333 z"
id="path3345"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 119.99997,272.33333 L 111.99997,248.33333 L 119.99997,224.33333 L 119.99997,272.33333 z"
id="path3355"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 135.99999,272.33333 L 143.99999,256.33333 L 135.99999,240.33333 L 135.99999,272.33333 z"
id="path3371"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 135.99999,240.33333 L 143.99999,232.33333 L 135.99999,224.33333 L 135.99999,240.33333 z"
id="path3373"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:0.50196078;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 135.99997,272.33333 L 143.99997,248.33333 L 135.99997,224.33333 L 135.99997,272.33333 z"
id="path3484"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 64,272 L 48,144 L 64,16.000001 L 64,272 z"
id="path3510"
sodipodi:nodetypes="cccc" />
<g
id="g3714"
style="opacity:0.5;fill:#000000;fill-opacity:1;filter:url(#filter3743)"
transform="translate(-10,-1.6666698)">
<rect
ry="0"
rx="0"
y="19.66667"
x="280"
height="256.33331"
width="32"
id="rect3684"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
transform="scale(1,-1)"
ry="0"
rx="0"
y="-243.99998"
x="192"
height="48.000011"
width="32"
id="rect3686"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="0"
rx="0"
y="20"
x="72"
height="256"
width="16"
id="rect3688"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="8.0000076"
rx="8.0000076"
y="124"
x="128.50002"
height="16.000015"
width="23.499977"
id="rect3690"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
transform="scale(1,-1)"
ry="0"
rx="0"
y="-188"
x="192"
height="15"
width="32"
id="rect3692"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="0"
rx="0"
y="156.50282"
x="130"
height="15"
width="16"
id="rect3694"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="0"
rx="0"
y="140"
x="192"
height="15"
width="16"
id="rect3696"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
transform="scale(1,-1)"
ry="0"
rx="0"
y="-153"
x="228"
height="8"
width="32"
id="rect3698"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
transform="scale(1,-1)"
ry="0"
rx="0"
y="-145"
x="228"
height="1"
width="32"
id="rect3700"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
transform="scale(1,-1)"
ry="0"
rx="0"
y="-151"
x="226"
height="8"
width="32"
id="rect3702"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
transform="scale(1,-1)"
ry="0"
rx="0"
y="-143"
x="226"
height="1"
width="32"
id="rect3704"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
transform="scale(1,-1)"
ry="0"
rx="0"
y="-149"
x="224"
height="8"
width="32"
id="rect3706"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
transform="scale(1,-1)"
ry="0"
rx="0"
y="-141"
x="224"
height="1"
width="32"
id="rect3708"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="130.95493"
x="15.911226"
height="32.809208"
width="32.088772"
id="rect3710"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#00a012;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="0"
rx="0"
y="228"
x="127.99997"
height="48"
width="16.000031"
id="rect3712"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<rect
style="opacity:1;fill:#ffffbb;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3270"
width="16"
height="256"
x="64"
y="16.33333"
rx="0"
ry="0" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 137.99999,167.83615 L 145.99999,160.33333 L 137.99999,152.83615 L 137.99999,167.83615 z"
id="path3435"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 79.999993,208.84672 L 87.999993,208.84672 L 103.99999,128.33333 L 119.99999,128.33333"
id="path3417"
sodipodi:nodetypes="cccc" />
<rect
style="opacity:1;fill:#ffcffd;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3347"
width="32"
height="256.33331"
x="272"
y="16"
rx="0"
ry="0" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 271.99999,240.33332 L 303.99999,240.33332"
id="path3312" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 271.99999,224.33333 L 303.99999,224.33333"
id="path3343" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 271.99999,208.33333 L 303.99999,208.33333"
id="path3349" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 87.999993,248.33333 L 111.99999,248.33333"
id="path3357"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 96,96.33333 L 256.00001,96.33333"
id="path3363"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 264,232.33333 L 256,232.33333 L 224,248.33333 L 167.99999,248.33333 L 151.99999,232.33333 L 143.99999,232.33333"
id="path3377"
sodipodi:nodetypes="cccccc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 223.99999,248.33333 L 255.99999,216.33333 L 263.99999,216.33333"
id="path3379"
sodipodi:nodetypes="ccc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 264,256.33333 L 143.99999,256.33333"
id="path3381"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 143.99999,248.33333 L 151.99999,248.33333 L 167.99999,216.33333 L 175.99999,216.33333 L 175.99999,216.33333"
id="path3397"
sodipodi:nodetypes="ccccc" />
<rect
style="opacity:1;fill:#b6b9ef;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3314"
width="32"
height="48.000011"
x="184"
y="-240.33331"
rx="0"
ry="0"
transform="scale(1,-1)" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 64,224.33333 L 80,224.33333"
id="path3411"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 63.999993,208.33333 L 80,208.33333"
id="path3413"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 64,209.33333 C nan,nan nan,nan 80,209.33333"
id="path3415"
sodipodi:nodetypes="cc" />
<rect
style="fill:#ff7272;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3419"
width="23.499977"
height="16.000015"
x="120.50002"
y="120.33333"
rx="8.0000076"
ry="8.0000076" />
<text
xml:space="preserve"
style="font-size:9px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="132.12038"
y="131.29965"
id="text3421"><tspan
sodipodi:role="line"
id="tspan3423"
x="132.12038"
y="131.29965">IOU</tspan></text>
<rect
style="opacity:1;fill:#b6b9ef;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3427"
width="32"
height="15"
x="184"
y="-184.33333"
rx="0"
ry="0"
transform="scale(1,-1)" />
<rect
style="opacity:1;fill:#ffffbb;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3429"
width="16"
height="15"
x="122"
y="152.83615"
rx="0"
ry="0" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 88.000013,216.83841 L 95.99999,216.83841 L 108.99999,160.33333 L 113.89469,160.33333"
id="path3433"
sodipodi:nodetypes="cccc" />
<rect
style="opacity:1;fill:#ffffbb;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3441"
width="16"
height="15"
x="184"
y="136.33333"
rx="0"
ry="0" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 145.99999,160.33333 L 151.99999,160.33333 L 167.99999,143.82825 L 175.99999,143.82825"
id="path3447"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 151.99999,160.33333 L 167.99999,176.89177 L 175.99999,176.89562"
id="path3449"
sodipodi:nodetypes="ccc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 184,143.33333 L 200,143.33333"
id="path3453"
sodipodi:nodetypes="cc" />
<rect
style="opacity:1;fill:#b6b9ef;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3467"
width="32"
height="8"
x="220"
y="-149.33333"
rx="0"
ry="0"
transform="scale(1,-1)" />
<rect
style="opacity:1;fill:#b6b9ef;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3469"
width="32"
height="1"
x="220"
y="-141.33333"
rx="0"
ry="0"
transform="scale(1,-1)" />
<rect
style="opacity:1;fill:#b6b9ef;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3471"
width="32"
height="8"
x="218"
y="-147.33333"
rx="0"
ry="0"
transform="scale(1,-1)" />
<rect
style="opacity:1;fill:#b6b9ef;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3473"
width="32"
height="1"
x="218"
y="-139.33333"
rx="0"
ry="0"
transform="scale(1,-1)" />
<rect
style="opacity:1;fill:#b6b9ef;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3475"
width="32"
height="8"
x="216"
y="-145.33333"
rx="0"
ry="0"
transform="scale(1,-1)" />
<rect
style="opacity:1;fill:#b6b9ef;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3477"
width="32"
height="1"
x="216"
y="-137.33333"
rx="0"
ry="0"
transform="scale(1,-1)" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 183.99999,137.33333 L 200,137.33333"
id="path3502"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 183.99999,139.33333 L 200,139.33333"
id="path3504"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 183.99999,141.33333 L 200,141.33333"
id="path3506"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 40,144 L 47.999997,144"
id="path3512"
sodipodi:nodetypes="cc" />
<rect
style="opacity:1;fill:#e1ffe5;fill-opacity:1;fill-rule:nonzero;stroke:#00a012;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2385"
width="32.088772"
height="32.809208"
x="7.9112263"
y="127.28825"
rx="5"
ry="4.9999995" />
<text
xml:space="preserve"
style="font-size:10.38303757px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#0f8000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
x="24.344711"
y="145.52861"
id="text2415"
transform="scale(0.9889599,1.0111634)"><tspan
sodipodi:role="line"
id="tspan2417"
x="24.344711"
y="145.52861">CPU</tspan></text>
<rect
style="opacity:1;fill:#ffffbb;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3306"
width="16.000031"
height="48"
x="119.99997"
y="224.33333"
rx="0"
ry="0" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 119.99997,240.33333 L 136,240.33333"
id="path3451"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-size:9px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="199.92749"
y="213.67462"
id="text3609"><tspan
sodipodi:role="line"
id="tspan3611"
x="199.92749"
y="213.67462">LC</tspan><tspan
sodipodi:role="line"
x="199.92749"
y="224.92462"
id="tspan3613">ROM</tspan></text>
<text
xml:space="preserve"
style="font-size:9px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="287.28464"
y="160.33333"
id="text3615"><tspan
sodipodi:role="line"
id="tspan3617"
x="287.28464"
y="160.33333">Main</tspan><tspan
sodipodi:role="line"
x="287.28464"
y="171.58333"
id="tspan3619">RAM</tspan></text>
<text
xml:space="preserve"
style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="199.86816"
y="175.22786"
id="text3621"><tspan
sodipodi:role="line"
id="tspan3623"
x="199.86816"
y="175.22786">Internal</tspan><tspan
sodipodi:role="line"
x="199.86816"
y="182.72786"
id="tspan3625">ROM</tspan></text>
<text
xml:space="preserve"
style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="232.02344"
y="143.46907"
id="text3627"><tspan
sodipodi:role="line"
x="232.02344"
y="143.46907"
id="tspan3631">Card ROM</tspan></text>
<text
xml:space="preserve"
style="font-size:9px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="129.8396"
y="176.33333"
id="text3643"><tspan
sodipodi:role="line"
x="129.8396"
y="176.33333"
id="tspan3651">IO ROM</tspan><tspan
sodipodi:role="line"
x="129.8396"
y="187.58333"
id="tspan3653">BUS</tspan></text>
<text
xml:space="preserve"
style="font-size:9px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="192.29004"
y="110.06049"
id="text3655"><tspan
sodipodi:role="line"
x="192.29004"
y="110.06049"
id="tspan3657">Slot</tspan><tspan
sodipodi:role="line"
x="192.29004"
y="121.31049"
id="tspan3659">ROM</tspan><tspan
sodipodi:role="line"
x="192.29004"
y="132.56049"
id="tspan3661">BUS</tspan></text>
<text
xml:space="preserve"
style="font-size:9px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="127.86375"
y="208.33333"
id="text3635"><tspan
sodipodi:role="line"
x="127.86375"
y="208.33333"
id="tspan3639">LC</tspan><tspan
sodipodi:role="line"
x="127.86375"
y="219.58333"
id="tspan3665">BUS</tspan></text>
<text
xml:space="preserve"
style="font-size:9px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="144.26961"
y="-69.673096"
id="text3669"
transform="matrix(0,1,-1,0,0,0)"><tspan
sodipodi:role="line"
x="144.26961"
y="-69.673096"
id="tspan3673">Main Memory BUS</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 52 KiB

406
doc/svg/numpad-joystick.svg Normal file
View File

@ -0,0 +1,406 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docname="numpad-joystick.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
inkscape:export-filename="/home/naj/Projets/vinace/docbook/html/numpad-joystick.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow1Sstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Sstart"
style="overflow:visible">
<path
id="path3351"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
transform="scale(0.2) translate(6,0)" />
</marker>
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective10" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="61.169772"
inkscape:cy="93.809677"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:object-nodes="true"
gridtolerance="5">
<inkscape:grid
type="xygrid"
id="grid2403"
visible="true"
enabled="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g4648"
transform="translate(-2.5,-2.5)">
<g
id="g3259">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2405"
width="40"
height="40"
x="15"
y="15"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="34.995117"
y="41.879883"
id="text3203"><tspan
sodipodi:role="line"
id="tspan3205"
x="34.995117"
y="41.879883">7</tspan></text>
</g>
<g
id="g3264">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3177"
width="40"
height="40"
x="60"
y="15"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="80.004883"
y="41.884766"
id="text3207"><tspan
sodipodi:role="line"
id="tspan3209"
x="80.004883"
y="41.884766">8</tspan></text>
</g>
<g
id="g3269">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3179"
width="40"
height="40"
x="105"
y="15"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="125.00977"
y="41.884766"
id="text3211"><tspan
sodipodi:role="line"
id="tspan3213"
x="125.00977"
y="41.884766">9</tspan></text>
</g>
<rect
rx="10"
ry="10"
y="15"
x="150"
height="40"
width="40"
id="rect3193"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<text
id="text3215"
y="40.3125"
x="170.00977"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
xml:space="preserve"><tspan
y="40.3125"
x="170.00977"
id="tspan3217"
sodipodi:role="line">-</tspan></text>
<path
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0101;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 35,125 L 125,35"
id="path3334" />
<path
id="path4631"
d="M 80,35 L 70,45 L 75,45 L 75,68.03125 L 50.9375,44.03125 L 55,40 L 40,40 L 40,55 L 43.84375,51.09375 L 67.8125,75 L 45,75 L 45,70 L 35,80 L 45,90 L 45,85 L 67.875,85 L 43.53125,109.40625 L 40,105.84375 L 40,120 L 54.15625,120 L 50.59375,116.46875 L 75,92 L 75,115 L 70,115 L 80,125 L 90,115 L 85,115 L 85,92.125 L 109.40625,116.46875 L 105.84375,120 L 120,120 L 120,105.84375 L 116.46875,109.40625 L 92,85 L 115,85 L 115,90 L 125,80 L 115,70 L 115,75 L 91.96875,75 L 115.96875,50.9375 L 120,55 L 120,40 L 105,40 L 108.90625,43.84375 L 85,67.8125 L 85,45 L 90,45 L 80,35 z"
style="fill:#ff0101;fill-opacity:0.50196078;fill-rule:nonzero;stroke:#ff0101;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
id="g3279">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3195"
width="40"
height="40"
x="150"
y="60"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="170.00488"
y="86.650391"
id="text3219"><tspan
sodipodi:role="line"
id="tspan3221"
x="170.00488"
y="86.650391">+</tspan></text>
</g>
<g
id="g3294">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3183"
width="40"
height="40"
x="105"
y="60"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="124.93652"
y="86.884766"
id="text3223"><tspan
sodipodi:role="line"
id="tspan3225"
x="124.93652"
y="86.884766">6</tspan></text>
</g>
<g
id="g3289">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3181"
width="40"
height="40"
x="60"
y="60"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="80.024414"
y="86.782227"
id="text3227"><tspan
sodipodi:role="line"
id="tspan3229"
x="80.024414"
y="86.782227">5</tspan></text>
</g>
<g
id="g3284">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3189"
width="40"
height="40"
x="15"
y="60"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="35.068359"
y="86.879883"
id="text3231"><tspan
sodipodi:role="line"
id="tspan3233"
x="35.068359"
y="86.879883">4</tspan></text>
</g>
<g
id="g3303">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3191"
width="40"
height="40"
x="15"
y="105"
ry="10"
rx="10" />
<g
id="g3299">
<text
id="text3235"
y="131.87988"
x="34.731445"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
xml:space="preserve"><tspan
y="131.87988"
x="34.731445"
id="tspan3237"
sodipodi:role="line">1</tspan></text>
</g>
</g>
<g
id="g3309">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3187"
width="40"
height="40"
x="60"
y="105"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="80.004883"
y="131.98242"
id="text3239"><tspan
sodipodi:role="line"
id="tspan3241"
x="80.004883"
y="131.98242">2</tspan></text>
</g>
<g
id="g3314">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3185"
width="40"
height="40"
x="105"
y="105"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="125.06348"
y="131.88477"
id="text3243"><tspan
sodipodi:role="line"
id="tspan3245"
x="125.06348"
y="131.88477">3</tspan></text>
</g>
<g
id="g3319">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3197"
width="40"
height="84.986946"
x="150"
y="105.00001"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="169.48438"
y="131.95508"
id="text3247"><tspan
sodipodi:role="line"
id="tspan3249"
x="169.48438"
y="131.95508">Entr</tspan></text>
</g>
<g
id="g3324">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3201"
width="40"
height="40"
x="105"
y="150"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="124.99512"
y="177.33713"
id="text3251"><tspan
sodipodi:role="line"
id="tspan3253"
x="124.99512"
y="177.33713">.</tspan></text>
</g>
<g
id="g3329">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3199"
width="84.986961"
height="40"
x="15.000001"
y="150"
ry="10"
rx="10" />
<text
xml:space="preserve"
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99921262;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans"
x="57.498363"
y="177.14182"
id="text3255"><tspan
sodipodi:role="line"
id="tspan3257"
x="57.498363"
y="177.14182">0</tspan></text>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

557
doc/svg/simple.svg Normal file
View File

@ -0,0 +1,557 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="460"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docname="simple.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
inkscape:export-filename="/home/naj/Projets/apple/doc/simple.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend"
style="overflow:visible">
<path
id="path3748"
d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lend"
style="overflow:visible">
<path
id="path3742"
d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
transform="matrix(-0.8,0,0,-0.8,-10,0)" />
</marker>
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective10" />
<filter
inkscape:collect="always"
id="filter5959">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.1449526"
id="feGaussianBlur5961" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="359.20013"
inkscape:cy="219.40734"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:object-paths="false"
inkscape:object-nodes="true"
gridtolerance="7"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="25">
<inkscape:grid
type="xygrid"
id="grid2383"
visible="true"
enabled="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="opacity:0.5;fill:#ffdec1;fill-opacity:1;fill-rule:nonzero;stroke:#ff7801;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect5953"
width="410"
height="320"
x="19.800018"
y="90"
rx="19.285713"
ry="19.285713" />
<g
id="g5920"
style="filter:url(#filter5959)"
transform="translate(-20.199982,-72.36218)">
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
id="path5786"
d="M 154,307.36217 L 214,307.36217 L 214,267.36217 L 204,267.36217 L 234,237.36217 C 234,237.36217 264,267.36217 264,267.36217 L 254,267.36217 L 254,307.36217 L 294,307.36217 L 294,297.36217 L 324,327.36217 L 294,357.36217 L 294,347.36217 L 254,347.36217 L 254,387.36217 L 264,387.36217 L 234,417.36217 L 204,387.36217 L 214,387.36217 L 214,347.36217 L 154,347.36217 L 154,307.36217 z"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="277.36218"
x="54"
height="100"
width="100"
id="rect5788"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="178.16217"
x="184"
height="59.200001"
width="100"
id="rect5790"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="418.16217"
x="184"
height="59.200001"
width="100"
id="rect5792"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="297.36218"
x="324"
height="59.200001"
width="100"
id="rect5794"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="287.36218"
x="464"
height="59.200001"
width="110.2"
id="rect5796"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="298.16217"
x="474"
height="59.200001"
width="110.2"
id="rect5798"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="4.9999995"
rx="5"
y="308.16217"
x="484"
height="59.200001"
width="110.2"
id="rect5800"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
transform="translate(-4.0473757,-58.838301)"
id="g5802"
style="fill:#808080;fill-opacity:1;stroke:none">
<g
id="g5804"
style="fill:#808080;fill-opacity:1;stroke:none;stroke-opacity:1">
<path
transform="matrix(0.6140168,0,0,0.6152417,36.317984,131.29921)"
d="M 130,37.362183 A 10,5 0 1 1 110,37.362183 A 10,5 0 1 1 130,37.362183 z"
sodipodi:ry="5"
sodipodi:rx="10"
sodipodi:cy="37.362183"
sodipodi:cx="120"
id="path5806"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:type="arc" />
<path
transform="matrix(0.6140168,0,0,0.6152417,36.317984,131.29921)"
d="M 160,82.362183 A 40,40 0 1 1 80,82.362183 A 40,40 0 1 1 160,82.362183 z"
sodipodi:ry="40"
sodipodi:rx="40"
sodipodi:cy="82.362183"
sodipodi:cx="120"
id="path5808"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:type="arc" />
</g>
<g
id="g5810"
style="fill:#808080;fill-opacity:1;stroke:none;stroke-opacity:1">
<g
transform="matrix(0.6140168,0,0,0.6152417,36.317984,131.29921)"
id="g5812"
style="fill:#808080;fill-opacity:1;stroke:none;stroke-opacity:1">
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 120,47.362183 L 120,52.362183"
id="path5814"
inkscape:transform-center-y="-32.5" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 120,117.36218 L 120,112.36218"
id="path5816"
inkscape:transform-center-y="32.499997" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 155,82.362184 L 150,82.362184"
id="path5818"
inkscape:transform-center-y="-32.5" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 85,82.362184 L 90,82.362184"
id="path5820"
inkscape:transform-center-y="32.499997" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 137.5,52.051292 L 135,56.381419"
id="path5822"
inkscape:transform-center-y="-32.5" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 102.5,112.67307 L 105,108.34294"
id="path5824"
inkscape:transform-center-y="32.499997" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 150.31089,99.86218 L 145.98076,97.36218"
id="path5826"
inkscape:transform-center-y="-32.5" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 89.689111,64.862182 L 94.019238,67.362182"
id="path5828"
inkscape:transform-center-y="32.499997" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 150.31089,64.862182 L 145.98076,67.362182"
id="path5830"
inkscape:transform-center-y="-32.5" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 89.689111,99.862181 L 94.019238,97.362181"
id="path5832"
inkscape:transform-center-y="32.499997" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 137.49999,112.67307 L 134.99999,108.34294"
id="path5834"
inkscape:transform-center-y="-32.5" />
<path
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 102.49999,52.051294 L 104.99999,56.381421"
id="path5836"
inkscape:transform-center-y="32.499997" />
</g>
<path
id="path5838"
d="M 120.82713,163.5146 L 110,181.97186 L 122.28033,188.12427"
style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
</g>
<path
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#5858d5;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 139.80002,230 L 199.80002,230 L 199.80002,190 L 189.80002,190 L 219.80002,160 C 219.80002,160 249.80002,190 249.80002,190 L 239.80002,190 L 239.80002,230 L 279.80002,230 L 279.80002,220 L 309.80002,250 L 279.80002,280 L 279.80002,270 L 239.80002,270 L 239.80002,310 L 249.80002,310 L 219.80002,340 L 189.80002,310 L 199.80002,310 L 199.80002,270 L 139.80002,270 L 139.80002,230 z"
id="path2407"
sodipodi:nodetypes="cccccccccccccccccccccc" />
<rect
style="opacity:1;fill:#e1ffe5;fill-opacity:1;fill-rule:nonzero;stroke:#00a012;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2385"
width="100"
height="100"
x="39.800018"
y="200"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#5858d5;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2409"
width="100"
height="59.200001"
x="169.80002"
y="100.8"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#5858d5;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2411"
width="100"
height="59.200001"
x="169.80002"
y="340.79999"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#fee1ff;fill-opacity:1;fill-rule:nonzero;stroke:#c037c9;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2413"
width="100"
height="59.200001"
x="309.79999"
y="220"
rx="5"
ry="4.9999995" />
<text
xml:space="preserve"
style="font-size:32px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#0f8000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
x="90.175018"
y="260.54688"
id="text2415"><tspan
sodipodi:role="line"
id="tspan2417"
x="90.175018"
y="260.54688">CPU</tspan></text>
<text
xml:space="preserve"
style="font-size:32px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#5858d4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
x="190.71408"
y="140.93907"
id="text3189"><tspan
sodipodi:role="line"
id="tspan3191"
x="190.71408"
y="140.93907">RAM</tspan></text>
<text
xml:space="preserve"
style="font-size:32px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#5858d4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
x="190.71408"
y="380.94687"
id="text3193"><tspan
sodipodi:role="line"
id="tspan3195"
x="190.71408"
y="380.94687">ROM</tspan></text>
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#c136ca;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
x="359.94061"
y="255.31876"
id="text3197"><tspan
sodipodi:role="line"
id="tspan3199"
x="359.94061"
y="255.31876">I/O Unit</tspan></text>
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#5858d4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="220.55783"
y="254.13672"
id="text3201"><tspan
sodipodi:role="line"
x="220.55783"
y="254.13672"
id="tspan3205">Memory bus</tspan></text>
<rect
style="opacity:1;fill:#ffe1e1;fill-opacity:1;fill-rule:nonzero;stroke:#ff0101;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3211"
width="110.2"
height="59.200001"
x="449.79999"
y="210"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#ffe1e1;fill-opacity:1;fill-rule:nonzero;stroke:#ff0101;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3213"
width="110.2"
height="59.200001"
x="459.79999"
y="220.79999"
rx="5"
ry="4.9999995" />
<rect
style="opacity:1;fill:#ffe1e1;fill-opacity:1;fill-rule:nonzero;stroke:#ff0101;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3215"
width="110.2"
height="59.200001"
x="469.79999"
y="230.79999"
rx="5"
ry="4.9999995" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#ff0101;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="472.15784"
y="264.53671"
id="text3217"><tspan
sodipodi:role="line"
id="tspan3219"
x="472.15784"
y="264.53671">Peripherals</tspan></text>
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 409.80002,250 L 459.80002,250"
id="path3223"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 519.80002,289.99999 L 519.80002,440 L 89.800018,440 L 89.800018,298.73437"
id="path5037"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 89.800018,70 L 89.800018,200.90507"
id="path5712"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="303.37811"
y="430"
id="text5714"><tspan
sodipodi:role="line"
id="tspan5716"
x="303.37811"
y="430">Signals</tspan></text>
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono"
x="-136.01562"
y="79.800018"
id="text5774"
transform="matrix(0,-1,1,0,0,0)"><tspan
sodipodi:role="line"
id="tspan5776"
x="-136.01562"
y="79.800018">Cycle</tspan></text>
<g
id="g5754"
transform="translate(-20.199982,-137.36219)">
<g
style="fill:#fffecd;fill-opacity:1;stroke:#b8b400;stroke-opacity:1"
id="g5750">
<path
sodipodi:type="arc"
style="fill:#fffecd;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path5564"
sodipodi:cx="120"
sodipodi:cy="37.362183"
sodipodi:rx="10"
sodipodi:ry="5"
d="M 130,37.362183 A 10,5 0 1 1 110,37.362183 A 10,5 0 1 1 130,37.362183 z"
transform="matrix(0.6140168,0,0,0.6152417,36.317984,131.29921)" />
<path
sodipodi:type="arc"
style="fill:#fffecd;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path5562"
sodipodi:cx="120"
sodipodi:cy="82.362183"
sodipodi:rx="40"
sodipodi:ry="40"
d="M 160,82.362183 A 40,40 0 1 1 80,82.362183 A 40,40 0 1 1 160,82.362183 z"
transform="matrix(0.6140168,0,0,0.6152417,36.317984,131.29921)" />
</g>
<g
style="fill:none;fill-opacity:1;stroke:#b8b400;stroke-opacity:1"
id="g5734">
<g
style="fill:none;fill-opacity:1;stroke:#b8b400;stroke-opacity:1"
id="g5678"
transform="matrix(0.6140168,0,0,0.6152417,36.317984,131.29921)">
<path
inkscape:transform-center-y="-32.5"
id="path5566"
d="M 120,47.362183 L 120,52.362183"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="32.499997"
id="path5568"
d="M 120,117.36218 L 120,112.36218"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="-32.5"
id="path5576"
d="M 155,82.362184 L 150,82.362184"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="32.499997"
id="path5578"
d="M 85,82.362184 L 90,82.362184"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="-32.5"
id="path5624"
d="M 137.5,52.051292 L 135,56.381419"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="32.499997"
id="path5626"
d="M 102.5,112.67307 L 105,108.34294"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="-32.5"
id="path5630"
d="M 150.31089,99.86218 L 145.98076,97.36218"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="32.499997"
id="path5632"
d="M 89.689111,64.862182 L 94.019238,67.362182"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="-32.5"
id="path5638"
d="M 150.31089,64.862182 L 145.98076,67.362182"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="32.499997"
id="path5640"
d="M 89.689111,99.862181 L 94.019238,97.362181"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="-32.5"
id="path5644"
d="M 137.49999,112.67307 L 134.99999,108.34294"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:transform-center-y="32.499997"
id="path5646"
d="M 102.49999,52.051294 L 104.99999,56.381421"
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3.25399613;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<path
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b8b400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 120.82713,163.5146 L 110,181.97186 L 122.28033,188.12427"
id="path5692" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 39 KiB

119
doc/vinace-en.dsl Normal file
View File

@ -0,0 +1,119 @@
<!-- This file defines the DocBook-utils Style Sheet for DocBook
Eric Bischoff <eric@caldera.de>
-->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY % html "IGNORE">
<![%html; [
<!ENTITY % print "IGNORE">
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
]]>
<!ENTITY % print "INCLUDE">
<![%print; [
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl>
]]>
]>
<STYLE-SHEET>
<STYLE-SPECIFICATION ID="UTILS" USE="DOCBOOK">
<STYLE-SPECIFICATION-BODY>
;; ===================================================================
;; Generic Parameters
;; (Generic currently means: both print and html)
(define %chapter-autolabel% #t)
(define %section-autolabel% #t)
(define (toc-depth nd) 3)
</STYLE-SPECIFICATION-BODY>
</STYLE-SPECIFICATION>
<STYLE-SPECIFICATION ID="PRINT" USE="UTILS">
<STYLE-SPECIFICATION-BODY>
;; ===================================================================
;; Print Parameters
;; Call: jade -d docbook-utils.dsl#print
; === Page layout ===
;; (define %paper-type% "A4") ;; use A4 paper - comment this out if needed
; === Media objects ===
(define preferred-mediaobject-extensions ;; this magic allows to use different graphical
(list "eps")) ;; formats for printing and putting online
(define acceptable-mediaobject-extensions
'())
(define preferred-mediaobject-notations
(list "EPS"))
(define acceptable-mediaobject-notations
(list "linespecific"))
; === Rendering ===
(define %head-after-factor% 0.2) ;; not much whitespace after orderedlist head
(define ($paragraph$) ;; more whitespace after paragraph than before
(make paragraph
first-line-start-indent: (if (is-first-para)
%para-indent-firstpara%
%para-indent%)
space-before: (* %para-sep% 4)
space-after: (/ %para-sep% 4)
quadding: %default-quadding%
hyphenate?: %hyphenation%
language: (dsssl-language-code)
(process-children)))
</STYLE-SPECIFICATION-BODY>
</STYLE-SPECIFICATION>
<STYLE-SPECIFICATION ID="HTML" USE="UTILS">
<STYLE-SPECIFICATION-BODY>
;; ===================================================================
;; HTML Parameters
;; Call: jade -d docbook-utils.dsl#html
; === File names ===
(define %root-filename% "en-index") ;; name for the root html file
(define %html-ext% ".html") ;; default extension for html output files
(define %html-prefix% "en-") ;; prefix for all filenames generated (except root)
(define %use-id-as-filename% #f) ;; if #t uses ID value, if present, as filename
;; otherwise a code is used to indicate level
;; of chunk, and general element number
;; (nth element in the document)
(define use-output-dir #t) ;; output in separate directory?
(define %output-dir% "html") ;; if output in directory, it's called HTML
; === HTML settings ===
(define %html-pubid% "-//W3C//DTD HTML 4.01 Transitional//EN") ;; Nearly true :-(
(define %html40% #t)
(define %stylesheet% "style.css") ;; Add a CSS stylesheet
(define %body-attr% (list)) ;; Remove tags from body
; === Media objects ===
(define preferred-mediaobject-extensions ;; this magic allows to use different graphical
(list "png" "jpg" "jpeg")) ;; formats for printing and putting online
(define acceptable-mediaobject-extensions
(list "bmp" "gif" "eps" "epsf" "avi" "mpg" "mpeg" "qt"))
(define preferred-mediaobject-notations
(list "PNG" "JPG" "JPEG"))
(define acceptable-mediaobject-notations
(list "EPS" "BMP" "GIF" "linespecific"))
; === Rendering ===
(define %admon-graphics% #t) ;; use symbols for Caution|Important|Note|Tip|Warning
; === Books only ===
(define %generate-book-titlepage% #t)
(define %generate-book-toc% #t)
(define ($generate-chapter-toc$) #f) ;; never generate a chapter TOC in books
; === Articles only ===
(define %generate-article-titlepage% #t)
(define %generate-article-toc% #t) ;; make TOC
</STYLE-SPECIFICATION-BODY>
</STYLE-SPECIFICATION>
<EXTERNAL-SPECIFICATION ID="DOCBOOK" DOCUMENT="docbook.dsl">
</STYLE-SHEET>

1132
doc/vinace-en.xml Normal file

File diff suppressed because it is too large Load Diff

119
doc/vinace-fr.dsl Normal file
View File

@ -0,0 +1,119 @@
<!-- This file defines the DocBook-utils Style Sheet for DocBook
Eric Bischoff <eric@caldera.de>
-->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY % html "IGNORE">
<![%html; [
<!ENTITY % print "IGNORE">
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
]]>
<!ENTITY % print "INCLUDE">
<![%print; [
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl>
]]>
]>
<STYLE-SHEET>
<STYLE-SPECIFICATION ID="UTILS" USE="DOCBOOK">
<STYLE-SPECIFICATION-BODY>
;; ===================================================================
;; Generic Parameters
;; (Generic currently means: both print and html)
(define %chapter-autolabel% #t)
(define %section-autolabel% #t)
(define (toc-depth nd) 3)
</STYLE-SPECIFICATION-BODY>
</STYLE-SPECIFICATION>
<STYLE-SPECIFICATION ID="PRINT" USE="UTILS">
<STYLE-SPECIFICATION-BODY>
;; ===================================================================
;; Print Parameters
;; Call: jade -d docbook-utils.dsl#print
; === Page layout ===
;; (define %paper-type% "A4") ;; use A4 paper - comment this out if needed
; === Media objects ===
(define preferred-mediaobject-extensions ;; this magic allows to use different graphical
(list "eps")) ;; formats for printing and putting online
(define acceptable-mediaobject-extensions
'())
(define preferred-mediaobject-notations
(list "EPS"))
(define acceptable-mediaobject-notations
(list "linespecific"))
; === Rendering ===
(define %head-after-factor% 0.2) ;; not much whitespace after orderedlist head
(define ($paragraph$) ;; more whitespace after paragraph than before
(make paragraph
first-line-start-indent: (if (is-first-para)
%para-indent-firstpara%
%para-indent%)
space-before: (* %para-sep% 4)
space-after: (/ %para-sep% 4)
quadding: %default-quadding%
hyphenate?: %hyphenation%
language: (dsssl-language-code)
(process-children)))
</STYLE-SPECIFICATION-BODY>
</STYLE-SPECIFICATION>
<STYLE-SPECIFICATION ID="HTML" USE="UTILS">
<STYLE-SPECIFICATION-BODY>
;; ===================================================================
;; HTML Parameters
;; Call: jade -d docbook-utils.dsl#html
; === File names ===
(define %root-filename% "fr-index") ;; name for the root html file
(define %html-ext% ".html") ;; default extension for html output files
(define %html-prefix% "fr-") ;; prefix for all filenames generated (except root)
(define %use-id-as-filename% #f) ;; if #t uses ID value, if present, as filename
;; otherwise a code is used to indicate level
;; of chunk, and general element number
;; (nth element in the document)
(define use-output-dir #t) ;; output in separate directory?
(define %output-dir% "html") ;; if output in directory, it's called HTML
; === HTML settings ===
(define %html-pubid% "-//W3C//DTD HTML 4.01 Transitional//EN") ;; Nearly true :-(
(define %html40% #t)
(define %stylesheet% "style.css") ;; Add a CSS stylesheet
(define %body-attr% (list)) ;; Remove tags from body
; === Media objects ===
(define preferred-mediaobject-extensions ;; this magic allows to use different graphical
(list "png" "jpg" "jpeg")) ;; formats for printing and putting online
(define acceptable-mediaobject-extensions
(list "bmp" "gif" "eps" "epsf" "avi" "mpg" "mpeg" "qt"))
(define preferred-mediaobject-notations
(list "PNG" "JPG" "JPEG"))
(define acceptable-mediaobject-notations
(list "EPS" "BMP" "GIF" "linespecific"))
; === Rendering ===
(define %admon-graphics% #t) ;; use symbols for Caution|Important|Note|Tip|Warning
; === Books only ===
(define %generate-book-titlepage% #t)
(define %generate-book-toc% #t)
(define ($generate-chapter-toc$) #f) ;; never generate a chapter TOC in books
; === Articles only ===
(define %generate-article-titlepage% #t)
(define %generate-article-toc% #t) ;; make TOC
</STYLE-SPECIFICATION-BODY>
</STYLE-SPECIFICATION>
<EXTERNAL-SPECIFICATION ID="DOCBOOK" DOCUMENT="docbook.dsl">
</STYLE-SHEET>

1131
doc/vinace-fr.xml Normal file

File diff suppressed because it is too large Load Diff

1
install-sh Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.10/install-sh

8527
libtool Executable file

File diff suppressed because it is too large Load Diff

7880
ltmain.sh Executable file

File diff suppressed because it is too large Load Diff

1
missing Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.10/missing

506
src/Makefile Normal file
View File

@ -0,0 +1,506 @@
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# src/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
pkgdatadir = $(datadir)/Vinace
pkglibdir = $(libdir)/Vinace
pkgincludedir = $(includedir)/Vinace
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
subdir = src
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/naj/Projets/vinace/trunk/missing --run aclocal-1.10
AMTAR = ${SHELL} /home/naj/Projets/vinace/trunk/missing --run tar
AR = ar
AUTOCONF = ${SHELL} /home/naj/Projets/vinace/trunk/missing --run autoconf
AUTOHEADER = ${SHELL} /home/naj/Projets/vinace/trunk/missing --run autoheader
AUTOMAKE = ${SHELL} /home/naj/Projets/vinace/trunk/missing --run automake-1.10
AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2
CPP = gcc -E
CPPFLAGS =
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DSYMUTIL =
DUMPBIN =
ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = /bin/grep -E
EXEEXT =
FGREP = /bin/grep -F
GREP = /bin/grep
GUI_CFLAGS = -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0
GUI_LIBS = -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LD = /usr/bin/ld
LDFLAGS =
LIBOBJS =
LIBS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIPO =
LN_S = ln -s
LTLIBOBJS =
MAINT = #
MAKEINFO = ${SHELL} /home/naj/Projets/vinace/trunk/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
NM = /usr/bin/nm -B
NMEDIT =
OBJEXT = o
OTOOL =
OTOOL64 =
PACKAGE = Vinace
PACKAGE_BUGREPORT = http://vinace.sourceforge.net
PACKAGE_NAME = Vinace
PACKAGE_STRING = Vinace 0.1
PACKAGE_TARNAME = vinace
PACKAGE_VERSION = 0.1
PATH_SEPARATOR = :
PKG_CONFIG = /usr/bin/pkg-config
PULSE_CFLAGS = -D_REENTRANT
PULSE_LIBS = -lpulse-simple -lpulse
RANLIB = ranlib
SED = /bin/sed
SET_MAKE =
SHELL = /bin/bash
STRIP = strip
VERSION = 0.1
abs_builddir = /home/naj/Projets/vinace/trunk/src
abs_srcdir = /home/naj/Projets/vinace/trunk/src
abs_top_builddir = /home/naj/Projets/vinace/trunk
abs_top_srcdir = /home/naj/Projets/vinace/trunk
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_DUMPBIN =
am__include = include
am__leading_dot = .
am__quote =
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
build = i686-pc-linux-gnu
build_alias =
build_cpu = i686
build_os = linux-gnu
build_vendor = pc
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = i686-pc-linux-gnu
host_alias =
host_cpu = i686
host_os = linux-gnu
host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = $(SHELL) /home/naj/Projets/vinace/trunk/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
lt_ECHO = echo
mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = .
sysconfdir = ${prefix}/etc
target_alias =
top_builddir = ..
top_srcdir = ..
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
$(GUI_CFLAGS)
AM_CFLAGS = \
-Wall\
-g
SUBDIRS = \
core \
hardware \
gui
all: all-recursive
.SUFFIXES:
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu src/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: # $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
$(RECURSIVE_CLEAN_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-recursive
all-am: Makefile
installdirs: installdirs-recursive
installdirs-am:
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
info: info-recursive
info-am:
install-data-am:
install-dvi: install-dvi-recursive
install-exec-am:
install-html: install-html-recursive
install-info: install-info-recursive
install-man:
install-pdf: install-pdf-recursive
install-ps: install-ps-recursive
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am:
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
install-strip
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic clean-libtool \
ctags ctags-recursive distclean distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

20
src/Makefile.am Normal file
View File

@ -0,0 +1,20 @@
## Process this file with automake to produce Makefile.in
## Created by Anjuta
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
$(GUI_CFLAGS)
AM_CFLAGS =\
-Wall\
-g
SUBDIRS = \
core \
hardware \
gui

506
src/Makefile.in Normal file
View File

@ -0,0 +1,506 @@
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = src
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
GUI_CFLAGS = @GUI_CFLAGS@
GUI_LIBS = @GUI_LIBS@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PULSE_CFLAGS = @PULSE_CFLAGS@
PULSE_LIBS = @PULSE_LIBS@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
$(GUI_CFLAGS)
AM_CFLAGS = \
-Wall\
-g
SUBDIRS = \
core \
hardware \
gui
all: all-recursive
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu src/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
$(RECURSIVE_CLEAN_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-recursive
all-am: Makefile
installdirs: installdirs-recursive
installdirs-am:
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
info: info-recursive
info-am:
install-data-am:
install-dvi: install-dvi-recursive
install-exec-am:
install-html: install-html-recursive
install-info: install-info-recursive
install-man:
install-pdf: install-pdf-recursive
install-ps: install-ps-recursive
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am:
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
install-strip
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic clean-libtool \
ctags ctags-recursive distclean distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

53
src/core/Makefile.am Normal file
View File

@ -0,0 +1,53 @@
lib_LIBRARIES = \
libapplecore.a
libapplecore_a_SOURCES = \
c-io-unit.cpp \
c-io-unit.hpp \
c-memory.cpp \
c-memory.hpp \
c-observable.cpp \
c-observable.hpp \
c-observer.hpp \
c-processor.cpp \
c-processor.hpp \
c-processor6502.cpp \
c-processor6502.hpp \
busses/c-io-rom-bus.cpp \
busses/c-io-rom-bus.hpp \
busses/c-language-card-bus.cpp \
busses/c-language-card-bus.hpp \
busses/c-main-memory-bus.cpp \
busses/c-main-memory-bus.hpp \
busses/c-slot-rom-bus.cpp \
busses/c-slot-rom-bus.hpp \
units/c-disk-unit.cpp \
units/c-disk-unit.hpp \
units/c-game-unit.cpp \
units/c-game-unit.hpp \
units/c-graphic-mode-unit.cpp \
units/c-graphic-mode-unit.hpp \
units/c-io-rom-unit.cpp \
units/c-io-rom-unit.hpp \
units/c-keyboard-unit.cpp \
units/c-keyboard-unit.hpp \
units/c-language-card-unit.cpp \
units/c-language-card-unit.hpp \
units/c-slots-unit.cpp \
units/c-slots-unit.hpp \
units/c-speaker-unit.cpp \
units/c-speaker-unit.hpp \
units/c-text-mode-unit.cpp \
units/c-text-mode-unit.hpp \
units/c-unit.cpp \
units/c-unit.hpp \
models/c-computer-core.cpp \
models/c-computer-core.hpp \
models/c-apple2e-core.cpp \
models/c-apple2e-core.hpp \
types.h
## File created by the gnome-build tools

789
src/core/Makefile.in Normal file
View File

@ -0,0 +1,789 @@
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = src/core
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(libdir)"
libLIBRARIES_INSTALL = $(INSTALL_DATA)
LIBRARIES = $(lib_LIBRARIES)
ARFLAGS = cru
libapplecore_a_AR = $(AR) $(ARFLAGS)
libapplecore_a_LIBADD =
am_libapplecore_a_OBJECTS = c-io-unit.$(OBJEXT) c-memory.$(OBJEXT) \
c-observable.$(OBJEXT) c-processor.$(OBJEXT) \
c-processor6502.$(OBJEXT) c-io-rom-bus.$(OBJEXT) \
c-language-card-bus.$(OBJEXT) c-main-memory-bus.$(OBJEXT) \
c-slot-rom-bus.$(OBJEXT) c-disk-unit.$(OBJEXT) \
c-game-unit.$(OBJEXT) c-graphic-mode-unit.$(OBJEXT) \
c-io-rom-unit.$(OBJEXT) c-keyboard-unit.$(OBJEXT) \
c-language-card-unit.$(OBJEXT) c-slots-unit.$(OBJEXT) \
c-speaker-unit.$(OBJEXT) c-text-mode-unit.$(OBJEXT) \
c-unit.$(OBJEXT) c-computer-core.$(OBJEXT) \
c-apple2e-core.$(OBJEXT)
libapplecore_a_OBJECTS = $(am_libapplecore_a_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(libapplecore_a_SOURCES)
DIST_SOURCES = $(libapplecore_a_SOURCES)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
GUI_CFLAGS = @GUI_CFLAGS@
GUI_LIBS = @GUI_LIBS@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PULSE_CFLAGS = @PULSE_CFLAGS@
PULSE_LIBS = @PULSE_LIBS@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
lib_LIBRARIES = \
libapplecore.a
libapplecore_a_SOURCES = \
c-io-unit.cpp \
c-io-unit.hpp \
c-memory.cpp \
c-memory.hpp \
c-observable.cpp \
c-observable.hpp \
c-observer.hpp \
c-processor.cpp \
c-processor.hpp \
c-processor6502.cpp \
c-processor6502.hpp \
busses/c-io-rom-bus.cpp \
busses/c-io-rom-bus.hpp \
busses/c-language-card-bus.cpp \
busses/c-language-card-bus.hpp \
busses/c-main-memory-bus.cpp \
busses/c-main-memory-bus.hpp \
busses/c-slot-rom-bus.cpp \
busses/c-slot-rom-bus.hpp \
units/c-disk-unit.cpp \
units/c-disk-unit.hpp \
units/c-game-unit.cpp \
units/c-game-unit.hpp \
units/c-graphic-mode-unit.cpp \
units/c-graphic-mode-unit.hpp \
units/c-io-rom-unit.cpp \
units/c-io-rom-unit.hpp \
units/c-keyboard-unit.cpp \
units/c-keyboard-unit.hpp \
units/c-language-card-unit.cpp \
units/c-language-card-unit.hpp \
units/c-slots-unit.cpp \
units/c-slots-unit.hpp \
units/c-speaker-unit.cpp \
units/c-speaker-unit.hpp \
units/c-text-mode-unit.cpp \
units/c-text-mode-unit.hpp \
units/c-unit.cpp \
units/c-unit.hpp \
models/c-computer-core.cpp \
models/c-computer-core.hpp \
models/c-apple2e-core.cpp \
models/c-apple2e-core.hpp \
types.h
all: all-am
.SUFFIXES:
.SUFFIXES: .cpp .lo .o .obj
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/core/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu src/core/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-libLIBRARIES: $(lib_LIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
f=$(am__strip_dir) \
echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
$(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
done
@$(POST_INSTALL)
@list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
p=$(am__strip_dir) \
echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
$(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
else :; fi; \
done
uninstall-libLIBRARIES:
@$(NORMAL_UNINSTALL)
@list='$(lib_LIBRARIES)'; for p in $$list; do \
p=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
clean-libLIBRARIES:
-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
libapplecore.a: $(libapplecore_a_OBJECTS) $(libapplecore_a_DEPENDENCIES)
-rm -f libapplecore.a
$(libapplecore_a_AR) libapplecore.a $(libapplecore_a_OBJECTS) $(libapplecore_a_LIBADD)
$(RANLIB) libapplecore.a
mostlyclean-compile:
-rm -f *.$(OBJEXT)
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-apple2e-core.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-computer-core.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-disk-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-game-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-graphic-mode-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-io-rom-bus.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-io-rom-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-io-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-keyboard-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-language-card-bus.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-language-card-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-main-memory-bus.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-memory.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-observable.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-processor.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-processor6502.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-slot-rom-bus.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-slots-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-speaker-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-text-mode-unit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-unit.Po@am__quote@
.cpp.o:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
.cpp.obj:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.cpp.lo:
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
c-io-rom-bus.o: busses/c-io-rom-bus.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-io-rom-bus.o -MD -MP -MF $(DEPDIR)/c-io-rom-bus.Tpo -c -o c-io-rom-bus.o `test -f 'busses/c-io-rom-bus.cpp' || echo '$(srcdir)/'`busses/c-io-rom-bus.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-io-rom-bus.Tpo $(DEPDIR)/c-io-rom-bus.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='busses/c-io-rom-bus.cpp' object='c-io-rom-bus.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-io-rom-bus.o `test -f 'busses/c-io-rom-bus.cpp' || echo '$(srcdir)/'`busses/c-io-rom-bus.cpp
c-io-rom-bus.obj: busses/c-io-rom-bus.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-io-rom-bus.obj -MD -MP -MF $(DEPDIR)/c-io-rom-bus.Tpo -c -o c-io-rom-bus.obj `if test -f 'busses/c-io-rom-bus.cpp'; then $(CYGPATH_W) 'busses/c-io-rom-bus.cpp'; else $(CYGPATH_W) '$(srcdir)/busses/c-io-rom-bus.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-io-rom-bus.Tpo $(DEPDIR)/c-io-rom-bus.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='busses/c-io-rom-bus.cpp' object='c-io-rom-bus.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-io-rom-bus.obj `if test -f 'busses/c-io-rom-bus.cpp'; then $(CYGPATH_W) 'busses/c-io-rom-bus.cpp'; else $(CYGPATH_W) '$(srcdir)/busses/c-io-rom-bus.cpp'; fi`
c-language-card-bus.o: busses/c-language-card-bus.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-language-card-bus.o -MD -MP -MF $(DEPDIR)/c-language-card-bus.Tpo -c -o c-language-card-bus.o `test -f 'busses/c-language-card-bus.cpp' || echo '$(srcdir)/'`busses/c-language-card-bus.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-language-card-bus.Tpo $(DEPDIR)/c-language-card-bus.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='busses/c-language-card-bus.cpp' object='c-language-card-bus.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-language-card-bus.o `test -f 'busses/c-language-card-bus.cpp' || echo '$(srcdir)/'`busses/c-language-card-bus.cpp
c-language-card-bus.obj: busses/c-language-card-bus.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-language-card-bus.obj -MD -MP -MF $(DEPDIR)/c-language-card-bus.Tpo -c -o c-language-card-bus.obj `if test -f 'busses/c-language-card-bus.cpp'; then $(CYGPATH_W) 'busses/c-language-card-bus.cpp'; else $(CYGPATH_W) '$(srcdir)/busses/c-language-card-bus.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-language-card-bus.Tpo $(DEPDIR)/c-language-card-bus.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='busses/c-language-card-bus.cpp' object='c-language-card-bus.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-language-card-bus.obj `if test -f 'busses/c-language-card-bus.cpp'; then $(CYGPATH_W) 'busses/c-language-card-bus.cpp'; else $(CYGPATH_W) '$(srcdir)/busses/c-language-card-bus.cpp'; fi`
c-main-memory-bus.o: busses/c-main-memory-bus.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-main-memory-bus.o -MD -MP -MF $(DEPDIR)/c-main-memory-bus.Tpo -c -o c-main-memory-bus.o `test -f 'busses/c-main-memory-bus.cpp' || echo '$(srcdir)/'`busses/c-main-memory-bus.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-main-memory-bus.Tpo $(DEPDIR)/c-main-memory-bus.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='busses/c-main-memory-bus.cpp' object='c-main-memory-bus.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-main-memory-bus.o `test -f 'busses/c-main-memory-bus.cpp' || echo '$(srcdir)/'`busses/c-main-memory-bus.cpp
c-main-memory-bus.obj: busses/c-main-memory-bus.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-main-memory-bus.obj -MD -MP -MF $(DEPDIR)/c-main-memory-bus.Tpo -c -o c-main-memory-bus.obj `if test -f 'busses/c-main-memory-bus.cpp'; then $(CYGPATH_W) 'busses/c-main-memory-bus.cpp'; else $(CYGPATH_W) '$(srcdir)/busses/c-main-memory-bus.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-main-memory-bus.Tpo $(DEPDIR)/c-main-memory-bus.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='busses/c-main-memory-bus.cpp' object='c-main-memory-bus.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-main-memory-bus.obj `if test -f 'busses/c-main-memory-bus.cpp'; then $(CYGPATH_W) 'busses/c-main-memory-bus.cpp'; else $(CYGPATH_W) '$(srcdir)/busses/c-main-memory-bus.cpp'; fi`
c-slot-rom-bus.o: busses/c-slot-rom-bus.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-slot-rom-bus.o -MD -MP -MF $(DEPDIR)/c-slot-rom-bus.Tpo -c -o c-slot-rom-bus.o `test -f 'busses/c-slot-rom-bus.cpp' || echo '$(srcdir)/'`busses/c-slot-rom-bus.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-slot-rom-bus.Tpo $(DEPDIR)/c-slot-rom-bus.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='busses/c-slot-rom-bus.cpp' object='c-slot-rom-bus.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-slot-rom-bus.o `test -f 'busses/c-slot-rom-bus.cpp' || echo '$(srcdir)/'`busses/c-slot-rom-bus.cpp
c-slot-rom-bus.obj: busses/c-slot-rom-bus.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-slot-rom-bus.obj -MD -MP -MF $(DEPDIR)/c-slot-rom-bus.Tpo -c -o c-slot-rom-bus.obj `if test -f 'busses/c-slot-rom-bus.cpp'; then $(CYGPATH_W) 'busses/c-slot-rom-bus.cpp'; else $(CYGPATH_W) '$(srcdir)/busses/c-slot-rom-bus.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-slot-rom-bus.Tpo $(DEPDIR)/c-slot-rom-bus.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='busses/c-slot-rom-bus.cpp' object='c-slot-rom-bus.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-slot-rom-bus.obj `if test -f 'busses/c-slot-rom-bus.cpp'; then $(CYGPATH_W) 'busses/c-slot-rom-bus.cpp'; else $(CYGPATH_W) '$(srcdir)/busses/c-slot-rom-bus.cpp'; fi`
c-disk-unit.o: units/c-disk-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-disk-unit.o -MD -MP -MF $(DEPDIR)/c-disk-unit.Tpo -c -o c-disk-unit.o `test -f 'units/c-disk-unit.cpp' || echo '$(srcdir)/'`units/c-disk-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-disk-unit.Tpo $(DEPDIR)/c-disk-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-disk-unit.cpp' object='c-disk-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-disk-unit.o `test -f 'units/c-disk-unit.cpp' || echo '$(srcdir)/'`units/c-disk-unit.cpp
c-disk-unit.obj: units/c-disk-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-disk-unit.obj -MD -MP -MF $(DEPDIR)/c-disk-unit.Tpo -c -o c-disk-unit.obj `if test -f 'units/c-disk-unit.cpp'; then $(CYGPATH_W) 'units/c-disk-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-disk-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-disk-unit.Tpo $(DEPDIR)/c-disk-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-disk-unit.cpp' object='c-disk-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-disk-unit.obj `if test -f 'units/c-disk-unit.cpp'; then $(CYGPATH_W) 'units/c-disk-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-disk-unit.cpp'; fi`
c-game-unit.o: units/c-game-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-game-unit.o -MD -MP -MF $(DEPDIR)/c-game-unit.Tpo -c -o c-game-unit.o `test -f 'units/c-game-unit.cpp' || echo '$(srcdir)/'`units/c-game-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-game-unit.Tpo $(DEPDIR)/c-game-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-game-unit.cpp' object='c-game-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-game-unit.o `test -f 'units/c-game-unit.cpp' || echo '$(srcdir)/'`units/c-game-unit.cpp
c-game-unit.obj: units/c-game-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-game-unit.obj -MD -MP -MF $(DEPDIR)/c-game-unit.Tpo -c -o c-game-unit.obj `if test -f 'units/c-game-unit.cpp'; then $(CYGPATH_W) 'units/c-game-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-game-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-game-unit.Tpo $(DEPDIR)/c-game-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-game-unit.cpp' object='c-game-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-game-unit.obj `if test -f 'units/c-game-unit.cpp'; then $(CYGPATH_W) 'units/c-game-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-game-unit.cpp'; fi`
c-graphic-mode-unit.o: units/c-graphic-mode-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-graphic-mode-unit.o -MD -MP -MF $(DEPDIR)/c-graphic-mode-unit.Tpo -c -o c-graphic-mode-unit.o `test -f 'units/c-graphic-mode-unit.cpp' || echo '$(srcdir)/'`units/c-graphic-mode-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-graphic-mode-unit.Tpo $(DEPDIR)/c-graphic-mode-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-graphic-mode-unit.cpp' object='c-graphic-mode-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-graphic-mode-unit.o `test -f 'units/c-graphic-mode-unit.cpp' || echo '$(srcdir)/'`units/c-graphic-mode-unit.cpp
c-graphic-mode-unit.obj: units/c-graphic-mode-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-graphic-mode-unit.obj -MD -MP -MF $(DEPDIR)/c-graphic-mode-unit.Tpo -c -o c-graphic-mode-unit.obj `if test -f 'units/c-graphic-mode-unit.cpp'; then $(CYGPATH_W) 'units/c-graphic-mode-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-graphic-mode-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-graphic-mode-unit.Tpo $(DEPDIR)/c-graphic-mode-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-graphic-mode-unit.cpp' object='c-graphic-mode-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-graphic-mode-unit.obj `if test -f 'units/c-graphic-mode-unit.cpp'; then $(CYGPATH_W) 'units/c-graphic-mode-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-graphic-mode-unit.cpp'; fi`
c-io-rom-unit.o: units/c-io-rom-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-io-rom-unit.o -MD -MP -MF $(DEPDIR)/c-io-rom-unit.Tpo -c -o c-io-rom-unit.o `test -f 'units/c-io-rom-unit.cpp' || echo '$(srcdir)/'`units/c-io-rom-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-io-rom-unit.Tpo $(DEPDIR)/c-io-rom-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-io-rom-unit.cpp' object='c-io-rom-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-io-rom-unit.o `test -f 'units/c-io-rom-unit.cpp' || echo '$(srcdir)/'`units/c-io-rom-unit.cpp
c-io-rom-unit.obj: units/c-io-rom-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-io-rom-unit.obj -MD -MP -MF $(DEPDIR)/c-io-rom-unit.Tpo -c -o c-io-rom-unit.obj `if test -f 'units/c-io-rom-unit.cpp'; then $(CYGPATH_W) 'units/c-io-rom-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-io-rom-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-io-rom-unit.Tpo $(DEPDIR)/c-io-rom-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-io-rom-unit.cpp' object='c-io-rom-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-io-rom-unit.obj `if test -f 'units/c-io-rom-unit.cpp'; then $(CYGPATH_W) 'units/c-io-rom-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-io-rom-unit.cpp'; fi`
c-keyboard-unit.o: units/c-keyboard-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-keyboard-unit.o -MD -MP -MF $(DEPDIR)/c-keyboard-unit.Tpo -c -o c-keyboard-unit.o `test -f 'units/c-keyboard-unit.cpp' || echo '$(srcdir)/'`units/c-keyboard-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-keyboard-unit.Tpo $(DEPDIR)/c-keyboard-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-keyboard-unit.cpp' object='c-keyboard-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-keyboard-unit.o `test -f 'units/c-keyboard-unit.cpp' || echo '$(srcdir)/'`units/c-keyboard-unit.cpp
c-keyboard-unit.obj: units/c-keyboard-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-keyboard-unit.obj -MD -MP -MF $(DEPDIR)/c-keyboard-unit.Tpo -c -o c-keyboard-unit.obj `if test -f 'units/c-keyboard-unit.cpp'; then $(CYGPATH_W) 'units/c-keyboard-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-keyboard-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-keyboard-unit.Tpo $(DEPDIR)/c-keyboard-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-keyboard-unit.cpp' object='c-keyboard-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-keyboard-unit.obj `if test -f 'units/c-keyboard-unit.cpp'; then $(CYGPATH_W) 'units/c-keyboard-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-keyboard-unit.cpp'; fi`
c-language-card-unit.o: units/c-language-card-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-language-card-unit.o -MD -MP -MF $(DEPDIR)/c-language-card-unit.Tpo -c -o c-language-card-unit.o `test -f 'units/c-language-card-unit.cpp' || echo '$(srcdir)/'`units/c-language-card-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-language-card-unit.Tpo $(DEPDIR)/c-language-card-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-language-card-unit.cpp' object='c-language-card-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-language-card-unit.o `test -f 'units/c-language-card-unit.cpp' || echo '$(srcdir)/'`units/c-language-card-unit.cpp
c-language-card-unit.obj: units/c-language-card-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-language-card-unit.obj -MD -MP -MF $(DEPDIR)/c-language-card-unit.Tpo -c -o c-language-card-unit.obj `if test -f 'units/c-language-card-unit.cpp'; then $(CYGPATH_W) 'units/c-language-card-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-language-card-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-language-card-unit.Tpo $(DEPDIR)/c-language-card-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-language-card-unit.cpp' object='c-language-card-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-language-card-unit.obj `if test -f 'units/c-language-card-unit.cpp'; then $(CYGPATH_W) 'units/c-language-card-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-language-card-unit.cpp'; fi`
c-slots-unit.o: units/c-slots-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-slots-unit.o -MD -MP -MF $(DEPDIR)/c-slots-unit.Tpo -c -o c-slots-unit.o `test -f 'units/c-slots-unit.cpp' || echo '$(srcdir)/'`units/c-slots-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-slots-unit.Tpo $(DEPDIR)/c-slots-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-slots-unit.cpp' object='c-slots-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-slots-unit.o `test -f 'units/c-slots-unit.cpp' || echo '$(srcdir)/'`units/c-slots-unit.cpp
c-slots-unit.obj: units/c-slots-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-slots-unit.obj -MD -MP -MF $(DEPDIR)/c-slots-unit.Tpo -c -o c-slots-unit.obj `if test -f 'units/c-slots-unit.cpp'; then $(CYGPATH_W) 'units/c-slots-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-slots-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-slots-unit.Tpo $(DEPDIR)/c-slots-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-slots-unit.cpp' object='c-slots-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-slots-unit.obj `if test -f 'units/c-slots-unit.cpp'; then $(CYGPATH_W) 'units/c-slots-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-slots-unit.cpp'; fi`
c-speaker-unit.o: units/c-speaker-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-speaker-unit.o -MD -MP -MF $(DEPDIR)/c-speaker-unit.Tpo -c -o c-speaker-unit.o `test -f 'units/c-speaker-unit.cpp' || echo '$(srcdir)/'`units/c-speaker-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-speaker-unit.Tpo $(DEPDIR)/c-speaker-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-speaker-unit.cpp' object='c-speaker-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-speaker-unit.o `test -f 'units/c-speaker-unit.cpp' || echo '$(srcdir)/'`units/c-speaker-unit.cpp
c-speaker-unit.obj: units/c-speaker-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-speaker-unit.obj -MD -MP -MF $(DEPDIR)/c-speaker-unit.Tpo -c -o c-speaker-unit.obj `if test -f 'units/c-speaker-unit.cpp'; then $(CYGPATH_W) 'units/c-speaker-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-speaker-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-speaker-unit.Tpo $(DEPDIR)/c-speaker-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-speaker-unit.cpp' object='c-speaker-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-speaker-unit.obj `if test -f 'units/c-speaker-unit.cpp'; then $(CYGPATH_W) 'units/c-speaker-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-speaker-unit.cpp'; fi`
c-text-mode-unit.o: units/c-text-mode-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-text-mode-unit.o -MD -MP -MF $(DEPDIR)/c-text-mode-unit.Tpo -c -o c-text-mode-unit.o `test -f 'units/c-text-mode-unit.cpp' || echo '$(srcdir)/'`units/c-text-mode-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-text-mode-unit.Tpo $(DEPDIR)/c-text-mode-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-text-mode-unit.cpp' object='c-text-mode-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-text-mode-unit.o `test -f 'units/c-text-mode-unit.cpp' || echo '$(srcdir)/'`units/c-text-mode-unit.cpp
c-text-mode-unit.obj: units/c-text-mode-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-text-mode-unit.obj -MD -MP -MF $(DEPDIR)/c-text-mode-unit.Tpo -c -o c-text-mode-unit.obj `if test -f 'units/c-text-mode-unit.cpp'; then $(CYGPATH_W) 'units/c-text-mode-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-text-mode-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-text-mode-unit.Tpo $(DEPDIR)/c-text-mode-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-text-mode-unit.cpp' object='c-text-mode-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-text-mode-unit.obj `if test -f 'units/c-text-mode-unit.cpp'; then $(CYGPATH_W) 'units/c-text-mode-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-text-mode-unit.cpp'; fi`
c-unit.o: units/c-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-unit.o -MD -MP -MF $(DEPDIR)/c-unit.Tpo -c -o c-unit.o `test -f 'units/c-unit.cpp' || echo '$(srcdir)/'`units/c-unit.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-unit.Tpo $(DEPDIR)/c-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-unit.cpp' object='c-unit.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-unit.o `test -f 'units/c-unit.cpp' || echo '$(srcdir)/'`units/c-unit.cpp
c-unit.obj: units/c-unit.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-unit.obj -MD -MP -MF $(DEPDIR)/c-unit.Tpo -c -o c-unit.obj `if test -f 'units/c-unit.cpp'; then $(CYGPATH_W) 'units/c-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-unit.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-unit.Tpo $(DEPDIR)/c-unit.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='units/c-unit.cpp' object='c-unit.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-unit.obj `if test -f 'units/c-unit.cpp'; then $(CYGPATH_W) 'units/c-unit.cpp'; else $(CYGPATH_W) '$(srcdir)/units/c-unit.cpp'; fi`
c-computer-core.o: models/c-computer-core.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-computer-core.o -MD -MP -MF $(DEPDIR)/c-computer-core.Tpo -c -o c-computer-core.o `test -f 'models/c-computer-core.cpp' || echo '$(srcdir)/'`models/c-computer-core.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-computer-core.Tpo $(DEPDIR)/c-computer-core.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='models/c-computer-core.cpp' object='c-computer-core.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-computer-core.o `test -f 'models/c-computer-core.cpp' || echo '$(srcdir)/'`models/c-computer-core.cpp
c-computer-core.obj: models/c-computer-core.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-computer-core.obj -MD -MP -MF $(DEPDIR)/c-computer-core.Tpo -c -o c-computer-core.obj `if test -f 'models/c-computer-core.cpp'; then $(CYGPATH_W) 'models/c-computer-core.cpp'; else $(CYGPATH_W) '$(srcdir)/models/c-computer-core.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-computer-core.Tpo $(DEPDIR)/c-computer-core.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='models/c-computer-core.cpp' object='c-computer-core.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-computer-core.obj `if test -f 'models/c-computer-core.cpp'; then $(CYGPATH_W) 'models/c-computer-core.cpp'; else $(CYGPATH_W) '$(srcdir)/models/c-computer-core.cpp'; fi`
c-apple2e-core.o: models/c-apple2e-core.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-apple2e-core.o -MD -MP -MF $(DEPDIR)/c-apple2e-core.Tpo -c -o c-apple2e-core.o `test -f 'models/c-apple2e-core.cpp' || echo '$(srcdir)/'`models/c-apple2e-core.cpp
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-apple2e-core.Tpo $(DEPDIR)/c-apple2e-core.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='models/c-apple2e-core.cpp' object='c-apple2e-core.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-apple2e-core.o `test -f 'models/c-apple2e-core.cpp' || echo '$(srcdir)/'`models/c-apple2e-core.cpp
c-apple2e-core.obj: models/c-apple2e-core.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT c-apple2e-core.obj -MD -MP -MF $(DEPDIR)/c-apple2e-core.Tpo -c -o c-apple2e-core.obj `if test -f 'models/c-apple2e-core.cpp'; then $(CYGPATH_W) 'models/c-apple2e-core.cpp'; else $(CYGPATH_W) '$(srcdir)/models/c-apple2e-core.cpp'; fi`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/c-apple2e-core.Tpo $(DEPDIR)/c-apple2e-core.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='models/c-apple2e-core.cpp' object='c-apple2e-core.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c-apple2e-core.obj `if test -f 'models/c-apple2e-core.cpp'; then $(CYGPATH_W) 'models/c-apple2e-core.cpp'; else $(CYGPATH_W) '$(srcdir)/models/c-apple2e-core.cpp'; fi`
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(LIBRARIES)
installdirs:
for dir in "$(DESTDIR)$(libdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libLIBRARIES clean-libtool \
mostlyclean-am
distclean: distclean-am
-rm -rf ./$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am:
install-dvi: install-dvi-am
install-exec-am: install-libLIBRARIES
install-html: install-html-am
install-info: install-info-am
install-man:
install-pdf: install-pdf-am
install-ps: install-ps-am
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-libLIBRARIES
.MAKE: install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
clean-libLIBRARIES clean-libtool ctags distclean \
distclean-compile distclean-generic distclean-libtool \
distclean-tags distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am \
install-libLIBRARIES install-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libLIBRARIES
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -0,0 +1,53 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-io-rom-bus.hpp"
CIoRomBus::CIoRomBus(CIoRomUnit *ioRomUnit, CMemory *slotRom, CMemory *internalRom) {
this->ioRomUnit = ioRomUnit;
this->slotRom = slotRom;
this->internalRom = internalRom;
notify((CObservable *)ioRomUnit);
ioRomUnit->subscribe((CObserver *)this);
}
CIoRomBus::~CIoRomBus() {
ioRomUnit->unsubscribe((CObserver *)this);
}
BYTE CIoRomBus::read(WORD addr) {
if ((addr&0xff00) == 0x0300)
return selectedC3Rom->read(addr);
else
return selectedRom->read(addr);
}
void CIoRomBus::notify(CObservable * obs) {
if (ioRomUnit->get_cxrom()) {
selectedRom = internalRom;
selectedC3Rom = internalRom;
} else {
selectedRom = slotRom;
if (ioRomUnit->get_c3rom()) {
selectedC3Rom = slotRom;
} else {
selectedC3Rom = internalRom;
}
}
}

View File

@ -0,0 +1,44 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_IO_ROM_BUS_HPP_
#define _C_IO_ROM_BUS_HPP_
#include "../c-memory.hpp"
#include "../c-observer.hpp"
#include "../units/c-io-rom-unit.hpp"
class CIoRomBus: public CMemory, public CObserver {
public:
CIoRomBus(CIoRomUnit *ioRomUnit, CMemory *slotRom, CMemory *internalRom);
~CIoRomBus();
BYTE read(WORD addr);
void notify(CObservable * obs);
protected:
CIoRomUnit *ioRomUnit;
CMemory *slotRom;
CMemory *internalRom;
CMemory *c3Rom;
CMemory *selectedRom;
CMemory *selectedC3Rom;
};
#endif // _C_IO_ROM_BUS_HPP_

View File

@ -0,0 +1,73 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-language-card-bus.hpp"
#
CLanguageCardBus::CLanguageCardBus(CLanguageCardUnit *unit, CMemory *rom12k, CMemory *ram16k) {
this->unit = unit;
this->loRom = rom12k;
this->hiRom = new CMemoryProxy(rom12k, 0x1000);
this->loRam1 = ram16k;
this->loRam2 = new CMemoryProxy(ram16k, 0x1000);
this->hiRam = new CMemoryProxy(ram16k, 0x2000);
unit->subscribe(this);
// Suppose settings have changed
notify((CObservable *)unit);
}
CLanguageCardBus::~CLanguageCardBus() {
unit->unsubscribe(this);
delete hiRom;
delete loRam2;
delete hiRam;
}
BYTE CLanguageCardBus::read(WORD addr) {
if (addr <0x1000) return loMemRead->read(addr);
if (addr <0x3000) return hiMemRead->read(addr-0x1000);
}
void CLanguageCardBus::write(WORD addr, BYTE byte) {
if (addr <0x1000 and loMemWrite) {loMemWrite->write(addr, byte); return; }
if (addr <0x3000 and hiMemWrite) {hiMemWrite->write(addr-0x1000, byte); return; }
}
// Language card settings have changed, so change memory mapping
void CLanguageCardBus::notify(CObservable * obs) {
if (unit->get_lcram()) {
loMemRead = (unit->get_lcbnk2())?loRam2:loRam1;
hiMemRead = hiRam;
} else {
loMemRead = loRom;
hiMemRead = hiRom;
}
if (unit->get_lcwrite()) {
loMemWrite = (unit->get_lcbnk2())?loRam2:loRam1;
hiMemWrite = hiRam;
} else {
loMemWrite = 0;
hiMemWrite = 0;
}
}

View File

@ -0,0 +1,52 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_LANGUAGE_CARD_BUS_HPP_
#define _C_LANGUAGE_CARD_BUS_HPP_
#include "../c-memory.hpp"
#include "../c-observer.hpp"
#include "../units/c-language-card-unit.hpp"
class CLanguageCardBus: public CMemory, CObserver {
public:
CLanguageCardBus(CLanguageCardUnit *unit, CMemory *rom12k, CMemory *ram16k);
~CLanguageCardBus();
BYTE read(WORD addr);
void write(WORD addr, BYTE byte);
void notify(CObservable * obs);
protected:
CLanguageCardUnit *unit;
// Existing memory
CMemory *loRom;
CMemory *hiRom;
CMemory *loRam1;
CMemory *loRam2;
CMemory *hiRam;
// Selected memory
CMemory *loMemRead;
CMemory *hiMemRead;
CMemory *loMemWrite;
CMemory *hiMemWrite;
};
#endif // _C_LANGUAGE_CARD_BUS_HPP_

View File

@ -0,0 +1,56 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-main-memory-bus.hpp"
CMainMemoryBus::CMainMemoryBus(CMemory *ram, CMemory *iou, CMemory *ioBus, CMemory *lcBus) {
this->ram = ram;
this->iou = iou;
this->ioBus = ioBus;
this->lcBus = lcBus;
}
BYTE CMainMemoryBus::read(WORD addr) {
// Language Card ($D000-$FFFF)
if (addr >= 0xD000) return lcBus->read(addr-0xD000);
// Main ram ($0000-$BFFF)
if (addr < 0xC000) return ram->read(addr);
// Slot rom
if (addr >= 0xC100) return ioBus->read(addr-0xC000);
// Input Output Unit
return iou->read(addr-0xC000);
}
void CMainMemoryBus::write(WORD addr, BYTE byte) {
// Main ram ($0000-$BFFF)
if (addr < 0xC000) { ram->write(addr, byte); return; }
// Language Card ($D000-$FFFF)
if (addr >= 0xD000) { lcBus->write(addr-0xD000, byte); return; }
// Input Output Unit
if (addr < 0xC100) { iou->write(addr-0xC000, byte); return; }
// Slot rom -> No write
};

View File

@ -0,0 +1,49 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_MAIN_MEMORY_BUS_HPP_
#define _C_MAIN_MEMORY_BUS_HPP_
#include "../c-memory.hpp"
//
// The main 64K memory bus
//
class CMainMemoryBus: public CMemory
{
public:
CMainMemoryBus(CMemory *ram, CMemory *iou, CMemory *ioBus, CMemory *lcBus);
BYTE read(WORD addr);
void write(WORD addr, BYTE byte);
protected:
CMemory *ram;
CMemory *iou;
CMemory *ioBus;
CMemory *lcBus;
// Proxies
CMemory *lcRom; // $D000-$FFFF rom
CMemory *internalRom; // $C100-$CFFF internal rom
};
#endif // _C_MAIN_MEMORY_BUS_HPP_

View File

@ -0,0 +1,63 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-slot-rom-bus.hpp"
CSlotRomBus::CSlotRomBus() {
this->dummy = new CDummyMemory();
// Actually, there is no slot #0 but it is used when no rom is selected
for (int index = 0; index < 8; index ++) {
rom[index] = dummy;
romExt[index] = dummy;
}
selectedRom = 0;
}
void CSlotRomBus::insert_card(int slot, CMemory *cardRom, CMemory *cardRomExt) {
if (slot > 0 and slot < 8) {
rom[slot] = (cardRom)?cardRom:dummy;
romExt[slot] = (cardRomExt)?cardRomExt:dummy;
}
}
void CSlotRomBus::remove_card(int slot) {
if (slot > 0 and slot < 8)
rom[slot] = dummy;
romExt[slot] = dummy;
}
// ROM management is explained (not so well) in IIe Reference Manual page 132
// Overview : when the card ROM is accessed, then its expansion ROM is visible
// in $C800-$CFFF.
BYTE CSlotRomBus::read(WORD addr) {
// 256 bytes ROMs
if (addr < 0x800) {
selectedRom = (addr>>8);
return rom[addr>>8]->read(addr&0xff);
} else {
if (addr == 0x0fff) // CLRROM - Rom extension selection cancel
// TODO : check CLRROM behavior : which byte is returned by CLRROM?
selectedRom = 0;
return romExt[selectedRom]->read(addr-0x800);
}
}

View File

@ -0,0 +1,45 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_SLOT_ROM_BUS_HPP_
#define _C_SLOT_ROM_BUS_HPP_
#include "../c-memory.hpp"
class CSlotRomBus: public CMemory
{
public:
CSlotRomBus();
BYTE read(WORD addr);
void insert_card(int slot, CMemory *cardRom, CMemory *cardRomExt);
void remove_card(int slot);
private:
// Pointer toward cards roms
CMemory *rom[8];
CMemory *romExt[8];
int selectedRom;
CMemory *dummy;
};
#endif // _C_SLOT_ROM_MEMORY_BUS_HPP_

77
src/core/c-io-unit.cpp Normal file
View File

@ -0,0 +1,77 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-io-unit.hpp"
CIoUnit::CIoUnit() {
dummy = new CDummyUnit();
// Assign dummy unit to each address
for (int addr=0; addr<256; addr++) {
read_map[addr] = dummy;
write_map[addr] = dummy;
}
}
//
// Memory read and write methods
//
void CIoUnit::write(WORD addr, BYTE byte) {
write_map[addr&0xff]->write(addr&0xff, byte);
}
BYTE CIoUnit::read(WORD addr) {
return read_map[addr&0xff]->read(addr&0xff);
}
//
// Unit assignation
//
void CIoUnit::assign_read(BYTE addr, CUnit *unit) {
read_map[addr&0xff] = unit;
}
void CIoUnit::assign_write(BYTE addr, CUnit *unit) {
write_map[addr] = unit;
}
void CIoUnit::assign_read_write(BYTE addr, CUnit *unit) {
assign_read(addr, unit);
assign_write(addr, unit);
}
void CIoUnit::assign_read(BYTE startaddr, BYTE endaddr, CUnit *unit) {
for (int addr = startaddr; addr <= endaddr; addr++)
assign_read(addr, unit);
}
void CIoUnit::assign_write(BYTE startaddr, BYTE endaddr, CUnit *unit) {
for (int addr = startaddr; addr <= endaddr; addr++)
assign_write(addr, unit);
}
void CIoUnit::assign_read_write(BYTE startaddr, BYTE endaddr, CUnit *unit) {
for (int addr = startaddr; addr <= endaddr; addr++) {
assign_read(addr, unit);
assign_write(addr, unit);
}
}

53
src/core/c-io-unit.hpp Normal file
View File

@ -0,0 +1,53 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_IO_UNIT_HPP_
#define _C_IO_UNIT_HPP_
#include "c-memory.hpp"
#include "units/c-unit.hpp"
class CDummyUnit:public CUnit
{
public:
void write(BYTE addr, BYTE byte) {};
BYTE read(BYTE addr) { return dummy_byte() & 0x7F; };
};
class CIoUnit: public CMemory
{
public:
CIoUnit();
virtual void reset() = 0;
virtual void write(WORD addr, BYTE byte);
virtual BYTE read(WORD addr);
void assign_read(BYTE addr, CUnit *unit);
void assign_write(BYTE addr, CUnit *unit);
void assign_read_write(BYTE addr, CUnit *unit);
void assign_read(BYTE startaddr, BYTE endaddr, CUnit *unit);
void assign_write(BYTE startaddr, BYTE endaddr, CUnit *unit);
void assign_read_write(BYTE startaddr, BYTE endaddr, CUnit *unit);
protected:
CUnit *dummy;
CUnit *read_map[256];
CUnit *write_map[256];
};
#endif // _C_IO_UNIT_HPP_

53
src/core/c-memory.cpp Normal file
View File

@ -0,0 +1,53 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-memory.hpp"
//
// CMemoryProxy : A subpart of a memory with addresses translation
//
CMemoryProxy::CMemoryProxy(CMemoryProxy *proxy, WORD start) {
this->start = proxy->get_start()+start;
this->memory = proxy->get_memory();
}
CMemoryProxy::CMemoryProxy(CMemory *memory, WORD start) {
this->start = start;
this->memory = memory;
}
int CMemoryProxy::get_start() {
return start;
}
CMemory *CMemoryProxy::get_memory() {
return memory;
}
//
// CRamMemory : Read / Write standard memory
//
CRamMemory::CRamMemory(int size) {
this->size = size;
this->buffer = new BYTE[size];
for (int addr = 0; addr<size; addr++)
buffer[addr] = (addr & 0x02)?0x00:0xFF;
}

98
src/core/c-memory.hpp Normal file
View File

@ -0,0 +1,98 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* vinace 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.
*
* vinace 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/>.
*/
#ifndef _C_MEMORY_HPP_
#define _C_MEMORY_HPP_
#include "types.h"
//
// CMemory : Abstract memory class
//
class CMemory
{
public:
virtual BYTE read(WORD) = 0;
virtual void write(WORD, BYTE) {};
};
//
// CDummyMemory : A dummy memory that does not remember anything
//
class CDummyMemory : public CMemory
{
public:
BYTE read(WORD) { return dummy_byte(); };
void write(WORD, BYTE) {};
};
//
// CMemoryProxy : A subpart of a memory with addresses translation
//
class CMemoryProxy: public CMemory
{
public:
CMemoryProxy(CMemoryProxy *proxy, WORD start);
CMemoryProxy(CMemory *memory, WORD start);
BYTE read(WORD addr) { return memory->read(addr + start); }
void write(WORD addr, BYTE byte) { memory->write(addr + start, byte); }
// These methods are used when pipelining several proxies
int get_start();
CMemory *get_memory();
protected:
int start;
CMemory *memory;
};
//
// CRamMemory : Read / Write standard memory
//
class CRamMemory: public CMemory
{
public:
CRamMemory(int size);
BYTE read(WORD addr) { return (addr < size)?buffer[addr]:dummy_byte(); };
void write(WORD addr, BYTE byte) { if (addr < size) buffer[addr] = byte; };
BYTE *get_buffer() { return buffer; }
int get_size() { return size; }
protected:
int size;
BYTE *buffer;
};
//
// CRomMemory : Read only memory
//
class CRomMemory: public CRamMemory
{
public:
CRomMemory(int size):CRamMemory(size) { };
void write(WORD addr, BYTE byte) { };
};
#endif // _C_MEMORY_HPP_

72
src/core/c-observable.cpp Normal file
View File

@ -0,0 +1,72 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-observable.hpp"
CObservable::CObservable() {
observers = 0;
}
CObservable::~CObservable() {
observerChain *entry = observers;
observerChain *nextentry;
while (entry) {
nextentry = entry->next;
delete entry;
entry = nextentry;
}
}
void CObservable::subscribe(CObserver *obs) {
observerChain *entry = new observerChain;
// Add observer to the chained list
entry->next = observers;
entry->obs = obs;
observers = entry;
}
void CObservable::unsubscribe(CObserver *obs) {
observerChain *entry = observers;
observerChain *lastentry = 0;
while (entry) {
if (entry->obs==obs)
if (lastentry) {
lastentry->next = entry->next;
delete entry;
entry = lastentry->next;
} else {
observers = entry->next;
delete entry;
entry = observers;
}
else
entry = entry->next;
}
}
void CObservable::notifyUpdate() {
observerChain *entry = observers;
while (entry) {
entry->obs->notify(this);
entry = entry->next;
}
}

45
src/core/c-observable.hpp Normal file
View File

@ -0,0 +1,45 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_OBSERVABLE_HPP_
#define _C_OBSERVABLE_HPP_
#include "c-observer.hpp"
class CObserver;
struct observerChain {
CObserver *obs;
observerChain *next;
};
class CObservable
{
public:
CObservable();
~CObservable();
void subscribe(CObserver *obs);
void unsubscribe(CObserver *obs);
void notifyUpdate();
observerChain *observers;
protected:
};
#endif // _C_OBSERVABLE_HPP_

33
src/core/c-observer.hpp Normal file
View File

@ -0,0 +1,33 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_OBSERVER_HPP_
#define _C_OBSERVER_HPP_
#include "c-observable.hpp"
class CObservable;
class CObserver
{
public:
virtual void notify(CObservable *obs) = 0;
};
#endif // _C_OBSERVER_HPP_

58
src/core/c-processor.cpp Normal file
View File

@ -0,0 +1,58 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-processor.hpp"
CProcessor::CProcessor(CMemory *memory, int number_of_signals) {
this->memory = memory;
this->number_of_signals = number_of_signals;
// Initializing signals
signals = new int[number_of_signals];
for (int signal=0; signal < number_of_signals; signal++)
signals[signal] = 0;
// Other members
cycles = 0;
waiting = false;
// Issue a first reset to initialize processor
reset();
}
CProcessor::~CProcessor() {
delete signals;
}
void CProcessor::signal(int signal) {
if (signal < number_of_signals)
signals[signal]++;
}
void CProcessor::cycle() {
// Beware thats a =, not a ==
if (waiting = cycles)
cycles--; // Wait for the last instruction to finish
else {
if (process_signals()); // First, process pending signals
process_instruction(); // If no signal, process instruction
if (cycles) cycles--; // Begin cycle countdown
}
}

56
src/core/c-processor.hpp Normal file
View File

@ -0,0 +1,56 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_PROCESSOR_HPP_
#define _C_PROCESSOR_HPP_
#define SIGNAL_RESET 0 // Reset signal
#include "c-memory.hpp"
class CProcessor
{
public:
CProcessor(CMemory *memory, int number_of_signals = 0);
~CProcessor();
void cycle(); // Play one machine cycle (may do nothing)
void signal(int signal); // Send a signal (IRQ, Reset, ...) to the processor
// Access to internal processor state
int get_cycles() { return cycles; };
bool is_waiting() { return waiting; };
protected:
CMemory *memory; // Memory (or bus) accessed by the processor
int number_of_signals;
int *signals; // Pending signals
int cycles; // Remaining cycles before end of instruction
bool waiting; // Indicates if cycle() has just waited
virtual void reset() {} ; // Reset the processor
virtual void process_instruction() {}; // Execute the next opcode
virtual bool process_signals() {}; // Process signals, returns true if no signal and false if there was one
private:
};
#endif // _C_PROCESSOR_HPP_

1087
src/core/c-processor6502.cpp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,134 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_PROCESSOR6502_HPP_
#define _C_PROCESSOR6502_HPP_
#include "types.h"
#include "c-processor.hpp"
#include "c-memory.hpp"
// Signals
#define NUMBER_OF_SIGNALS 4
#define SIGNAL_RESET 0 // Reset signal
#define SIGNAL_NMI 1 // Non masquable interrupt signal
#define SIGNAL_IRQ 2 // Interrupt request signal
#define SIGNAL_BRK 3 // Break signal
// State register bits
#define N_BIT 0X80
#define V_BIT 0X40
#define B_BIT 0x10
#define D_BIT 0x08
#define I_BIT 0x04
#define Z_BIT 0x02
#define C_BIT 0x01
class CProcessor6502: public CProcessor
{
public:
CProcessor6502(CMemory *memory);
void cycle(); // Play one machine cycle (may do nothing)
// Direct access to registers
WORD get_PC() { return PC; };
BYTE get_A() { return A; };
BYTE get_X() { return X; };
BYTE get_Y() { return Y; };
BYTE get_P() { return P; };
BYTE get_S() { return S; };
// Access to last executed instruction address
WORD get_last_PC() { return last_PC; };
protected:
// Registers
WORD PC;
BYTE A;
BYTE X;
BYTE Y;
BYTE P;
BYTE S;
// Last processed instruction address
WORD last_PC;
// Mandatory CProcessor virtual methods
virtual void reset(); // Reset the processor
virtual void process_instruction(); // Execute the next opcode
virtual bool process_signals(); // Process signals, returns true if no signal and false if there was one
// Memory methods
void write_byte(WORD addr, BYTE byte);
BYTE read_byte(WORD addr);
WORD read_word(WORD addr);
BYTE next_byte();
WORD next_word();
// Stack
void push(BYTE byte);
BYTE pull();
void push_word(WORD word);
WORD pull_word();
// Status register
void set_p(short bit, bool state);
int get_p(short bit);
// Pseudo decimal mode
WORD bcdadjustadd(WORD result);
WORD bcdadjustsub(WORD result);
// Addresses methods
void check_page_crossing(WORD addr, int offset);
WORD eazp(BYTE offset=0);
WORD eaabs(BYTE offset=0, bool extracycle = true);
WORD eazpxind();
WORD eazpindy(bool extracycle = true);
// Factorized code
void branch(BYTE operand);
void testresult(WORD result);
void testvalue(BYTE value);
void opadd(BYTE operand);
void opsub(BYTE operand);
void oprol(WORD addr, bool rotate);
void opror(WORD addr, bool rotate);
void opcmp(BYTE operand1, BYTE operand2);
void opdec(WORD addr);
void opinc(WORD addr);
private:
// Some variables put here for optimisation purpose (avoid memory reservation once proc started)
BYTE opcode;
BYTE operand;
BYTE byte;
WORD word;
WORD addr;
};
#endif // _C_PROCESSOR6502_HPP_

View File

@ -0,0 +1,144 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-apple2e-core.hpp"
#include "c-processor6502.hpp"
#include "busses/c-io-rom-bus.hpp"
#include "busses/c-language-card-bus.hpp"
#include "busses/c-main-memory-bus.hpp"
#include "busses/c-slot-rom-bus.hpp"
//
// IO UNIT
//
CApple2eIoUnit::CApple2eIoUnit() {
// Apple ][+ units
slots = new CSlotsUnit();
keyboard = new CKeyboardUnit();
game = new CGameUnit();
speaker = new CSpeakerUnit();
graphicMode = new CGraphicModeUnit();
languageCard = new CLanguageCardUnit();
// Apple //e extra units
textMode = new CTextModeUnit();
ioRom = new CIoRomUnit();
// Apple ][+ IOU Map:
assign_read( 0x00, keyboard);
assign_read_write(0x10, keyboard);
assign_read( 0x30, speaker);
assign_read( 0x40, game);
assign_read_write(0x50, 0x57, graphicMode);
assign_read_write(0x58, 0x5F, game);
assign_read( 0x61, 0x67, game);
assign_read( 0x69, 0x70, game);
assign_read_write(0x80, 0x8F, languageCard);
assign_read_write(0x90, 0xFF, slots);
// Apple //e extra IOU Map
assign_write( 0x06, 0x07, ioRom);
assign_write( 0x0A, 0x0B, ioRom);
assign_write( 0x0C, 0x0F, textMode);
assign_read( 0x11, 0x12, languageCard);
assign_read( 0x15, ioRom);
assign_read( 0x17, ioRom);
assign_read( 0x1E, 0x1F, textMode);
reset();
}
CApple2eIoUnit::~CApple2eIoUnit() {
delete slots;
delete keyboard;
delete game;
delete speaker;
delete graphicMode;
delete languageCard;
delete textMode;
delete ioRom;
}
void CApple2eIoUnit::reset() {
slots->reset();
keyboard->reset();
game->reset();
speaker->reset();
graphicMode->reset();
languageCard->reset();
textMode->reset();
ioRom->reset();
}
//
// The computer
//
CApple2eCore::CApple2eCore(CMemory *lcRom, CMemory *intRom) {
// ROM : internal and language card
this->intRom = intRom;
this->lcRom = lcRom;
// Input Output Unit
iou = new CApple2eIoUnit();
// RAM : main and language card
ram = new CRamMemory(0x10000); // To be replaced by a AuxiliaryBus for 128K ram
lcRam = new CMemoryProxy(ram, 0xC000);
slotBus = new CSlotRomBus();
ioBus = new CIoRomBus(iou->ioRom, slotBus, intRom);
lcBus = new CLanguageCardBus(iou->languageCard, lcRom, lcRam);
// memory as seen by the processor
memory = new CMainMemoryBus(ram, iou, ioBus, lcBus);
// 6502 processor
processor = new CProcessor6502(memory);
// Issue a first reset
reset();
}
CApple2eCore::~CApple2eCore() {
delete processor;
delete memory;
delete lcBus;
delete ioBus;
delete slotBus;
delete lcRam;
delete ram;
delete iou;
}
void CApple2eCore::reset() {
iou->reset();
processor->signal(SIGNAL_RESET);
}
void CApple2eCore::insertCard(int slot, CUnit *cardUnit, CMemory *cardRom, CMemory *cardRomExt) {
iou->slots->insert_card(slot, cardUnit);
slotBus->insert_card(slot, cardRom, cardRomExt);
};
void CApple2eCore::removeCard(int slot) {
iou->slots->remove_card(slot);
slotBus->remove_card(slot);
};

View File

@ -0,0 +1,79 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_APPLE2E_CORE_HPP_
#define _C_APPLE2E_CORE_HPP_
#include "c-computer-core.hpp"
#include "../c-io-unit.hpp"
#include "../units/c-game-unit.hpp"
#include "../units/c-graphic-mode-unit.hpp"
#include "../units/c-io-rom-unit.hpp"
#include "../units/c-keyboard-unit.hpp"
#include "../units/c-language-card-unit.hpp"
#include "../units/c-slots-unit.hpp"
#include "../units/c-speaker-unit.hpp"
#include "../units/c-text-mode-unit.hpp"
#include "../busses/c-slot-rom-bus.hpp"
class CApple2eIoUnit: public CIoUnit {
public:
CApple2eIoUnit();
~CApple2eIoUnit();
void reset();
CSlotsUnit *slots;
CKeyboardUnit *keyboard;
CGameUnit *game;
CSpeakerUnit *speaker;
CGraphicModeUnit *graphicMode;
CLanguageCardUnit *languageCard;
CTextModeUnit *textMode;
CIoRomUnit *ioRom;
};
class CApple2eCore: public CComputerCore
{
public:
CApple2eCore(CMemory *lcRom, CMemory *intRom);
~CApple2eCore();
void reset();
// In core, a card is a unit plus some rom
void insertCard(int slot, CUnit *cardUnit, CMemory *cardRom, CMemory *cardRomExt);
void removeCard(int slot);
CMemory *rom; // The whole ROM
CApple2eIoUnit *iou;
protected:
// Memory proxies and busses
CMemory *intRom; // Internal ROM ($C100-$CFFF)
CMemory *lcRom; // Language card ROM ($D000-FFFF)
CMemory *ram; // The whole RAM (64K)
CMemory *lcRam; // Language card RAM
CMemory *ioBus; // Slots ROM or internal ROM bus
CMemory *lcBus; // Language card bus
CSlotRomBus *slotBus; // Slots ROMs bus
};
#endif // _C_APPLE2E_CORE_HPP_

View File

@ -0,0 +1,25 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-computer-core.hpp"
void CComputerCore::cycle() {
processor->cycle();
};

View File

@ -0,0 +1,35 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_COMPUTER_CORE_HPP_
#define _C_COMPUTER_CORE_HPP_
#include "../c-memory.hpp"
#include "../c-processor.hpp"
class CComputerCore
{
public:
virtual void reset() {};
virtual void cycle();
CProcessor *processor;
CMemory *memory;
};
#endif // _C_COMPUTER_CORE_HPP_

33
src/core/types.h Normal file
View File

@ -0,0 +1,33 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _TYPES_H_
#define _TYPES_H_
typedef unsigned char BYTE;
typedef unsigned short WORD;
inline BYTE dummy_byte() { return 0xFF; }
// Put state in b7
inline BYTE bool_to_b7(BYTE byte, bool state) { return (state)?byte|0x80:byte&0x7F; }
inline BYTE bool_to_b7(bool state) { return bool_to_b7(dummy_byte(), state); }
#endif // _TYPES_H_

View File

@ -0,0 +1,129 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-disk-unit.hpp"
//
// Duplicate drive interface
//
CDriveInterface::CDriveInterface() {
action = action_none;
protection = false;
ready = false;
}
void CDriveInterface::set_motor(bool onoff) {
action=action_motor;
this->onoff=onoff;
notifyUpdate();
}
void CDriveInterface::set_magnet(char number, bool onoff) {
action=action_magnet;
this->number=number;
this->onoff=onoff;
notifyUpdate();
}
void CDriveInterface::ask_read() {
action = action_read;
notifyUpdate();
}
void CDriveInterface::ask_write() {
action = action_write;
notifyUpdate();
}
CDiskUnit::CDiskUnit() {
interfaces[0] = new CDriveInterface();
interfaces[1] = new CDriveInterface();
selected = interfaces[0];
mode = mode_none;
dummy = 0;
}
//
// Main controler
//
// Stop motors on reset
void CDiskUnit::reset() {
interfaces[0]->set_motor(false);
interfaces[1]->set_motor(false);
}
void CDiskUnit::access(BYTE addr) {
// Switches common to read and write
// Stepper command
if (addr < 0x08)
selected->set_magnet(addr>>1, addr&0x01);
else
switch (addr) {
// Motor
case 0x08: selected->set_motor(false); break;
case 0x09: selected->set_motor(true); break;
// Drive select
case 0x0A: selected = interfaces[0]; break;
case 0x0B: selected = interfaces[1]; break;
// Mode
case 0x0C: mode = mode_read; break;
case 0x0D: mode = mode_check; break;
case 0x0E: mode = mode_read; break;
case 0x0F: mode = mode_write; break;
}
if (addr==0x0C and mode == mode_write) selected->ask_write();
notifyUpdate();
}
BYTE CDiskUnit::read(BYTE addr) {
BYTE byte = dummy_byte()&0x7F;
if (addr==0x0E and mode == mode_check)
byte = bool_to_b7(selected->get_protection());
if (addr==0x0C and mode == mode_read) {
selected->ask_read();
if (selected->data_ready())
byte = selected->get_data();
else
// The value must change in order to pass motor on test
// For this test, the software usualy waits for data to change.
// Lack of change induces very poor read performances
// TODO : This should be managed somewhere else (in disk drive for
// example).
byte = (dummy++)&0x7F;
}
access(addr);
return byte;
}
void CDiskUnit::write(BYTE addr, BYTE byte){
if (addr==0x0D or addr==0x0F)
selected->set_data(byte);
access(addr);
}

View File

@ -0,0 +1,83 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_DISK_UNIT_HPP_
#define _C_DISK_UNIT_HPP_
#include "c-unit.hpp"
enum drive_action {
action_none,
action_motor,
action_write,
action_read,
action_magnet
};
class CDriveInterface:public CObservable
{
public:
CDriveInterface();
drive_action get_action() { return action; };
void set_protection(bool onoff) { this->protection = onoff; };
bool get_protection() { return this->protection; };
void set_motor(bool onoff);
void set_magnet(char number, bool onoff);
void ask_read();
bool data_ready() { return ready; };
void ask_write();
void set_data(BYTE data) { ready=true; this->data=data; };
BYTE get_data() { ready=false; return data; };
bool onoff;
char number;
protected:
drive_action action;
BYTE data;
bool ready;
bool protection;
};
class CDiskUnit:public CUnit
{
public:
CDiskUnit();
void write(BYTE addr, BYTE byte);
BYTE read(BYTE addr);
void reset();
CDriveInterface *interfaces[2];
protected:
CDriveInterface *selected;
enum {mode_none, mode_read, mode_write, mode_check} mode;
BYTE buffered_data;
private:
void access(BYTE addr);
BYTE dummy;
};
#endif // _C_DISK_UNIT_HPP_

View File

@ -0,0 +1,101 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-game-unit.hpp"
//
// Game unit
//
/*
C040 49216 STROBE OE R Game I/O Strobe Output
C058 49240 CLRAN0 OE G WR Annunciator 0 Off
C059 49241 SETAN0 OE G WR Annunciator 0 On
C05A 49242 CLRAN1 OE G WR Annunciator 1 Off
C05B 49243 SETAN1 OE G WR Annunciator 1 On
C05C 49244 CLRAN2 OE G WR Annunciator 2 Off
C05D 49245 SETAN2 OE G WR Annunciator 2 On
C05E 49246 CLRAN3 OE G WR Annunciator 3 Off
C05F 49247 SETAN3 OE G WR Annunciator 3 On
C061 49249 RDBTN0 ECG R7 Switch Input 0 / Open Apple
C062 49250 BUTN1 E G R7 Switch Input 1 / Solid Apple
C063 49251 RD63 E G R7 Switch Input 2 / Shift Key
C064 49252 PADDL0 OECG R7 Analog Input 0
C065 49253 PADDL1 OECG R7 Analog Input 1
C066 49254 PADDL2 OE G R7 Analog Input 2
C067 49255 PADDL3 OE G R7 Analog Input 3
C070 49264 PTRIG E R Analog Input Reset
*/
CGameUnit::CGameUnit() {
// As there is not change during reset, it is important to init these flags
s_pb0 = false;
s_pb1 = false;
s_pb2 = false;
}
void CGameUnit::reset() {
// No reset for buttons or we loose their physical state
s_an0 = false;
s_an1 = false;
s_an2 = false;
s_an3 = false;
notifyUpdate();
}
void CGameUnit::write(BYTE addr, BYTE byte) {
access(addr);
}
BYTE CGameUnit::read(BYTE addr) {
access(addr);
switch(addr & 0x0f) {
CASE_READ(pb0, 1);
CASE_READ(pb1, 2);
CASE_READ(pb2, 3);
CASE_READ(paddl0, 4);
CASE_READ(paddl1, 5);
CASE_READ(paddl2, 6);
CASE_READ(paddl3, 7);
}
return dummy_byte();
};
void CGameUnit::access(BYTE addr) {
switch(addr) {
case 0x40: break; // STROBE - Not managed
case 0x70:
s_paddl0 = true;
s_paddl1 = true;
s_paddl2 = true;
s_paddl3 = true;
s_ptrig = true;
notifyUpdate(); // Give a chance to observers to see PTRIG change.
s_ptrig = false;
notifyUpdate();
break; // PTRIG
CASE_SWITCH(an0, 0x58, 0x59);
CASE_SWITCH(an1, 0x5A, 0x5B);
CASE_SWITCH(an2, 0x5C, 0x5D);
CASE_SWITCH(an3, 0x5E, 0x5F);
default:return; // Do not notify
}
notifyUpdate();
}

View File

@ -0,0 +1,53 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_GAME_UNIT_HPP_
#define _C_GAME_UNIT_HPP_
#include "c-unit.hpp"
//
// Game unit : Joystick/Paddles, buttons and outputs
//
class CGameUnit: public CUnit {
public:
CGameUnit();
void reset();
void write(BYTE addr, BYTE byte);
BYTE read(BYTE addr);
FLAG_RW(pb0);
FLAG_RW(pb1);
FLAG_RW(pb2);
FLAG_RO(an0);
FLAG_RO(an1);
FLAG_RO(an2);
FLAG_RO(an3);
FLAG_RW(paddl0);
FLAG_RW(paddl1);
FLAG_RW(paddl2);
FLAG_RW(paddl3);
FLAG_RO(ptrig);
private:
void access(BYTE addr);
};
#endif // _C_GAME_UNIT_HPP_

View File

@ -0,0 +1,75 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-graphic-mode-unit.hpp"
//
// Graphic mode unit
//
// See "Apple IIe Technical Reference Manual" page 29 (PDF p63)
/*
C01A 49178 RDTEXT ECG R7 Status of Text/Graphics
C01B 49179 RDMIXED ECG R7 Status of Full Screen/Mixed Graphics
C01C 49180 RDPAGE2 ECG R7 Status of Page 1/Page 2
C01D 49181 RDHIRES ECG R7 Status of LoRes/HiRes
C050 49232 TXTCLR OECG WR Display Graphics
C051 49233 TXTSET OECG WR Display Text
C052 49234 MIXCLR OECG WR Display Full Screen
C053 49235 MIXSET OECG WR Display Split Screen
C054 49236 TXTPAGE1 OECG WR Display Page 1
C055 49237 TXTPAGE2 OECG WR Display Page 2
C056 49238 LORES OECG WR Display LoRes Graphics
C057 49239 HIRES OECG WR Display HiRes Graphics
*/
void CGraphicModeUnit::reset() {
s_text = false;
s_mixed = false;
s_page2 = false;
s_hires = false;
notifyUpdate();
}
void CGraphicModeUnit::access(BYTE addr) {
switch(addr) {
CASE_SWITCH(text, 0x50, 0x51);
CASE_SWITCH(mixed, 0x52, 0x53);
CASE_SWITCH(page2, 0x54, 0x55);
CASE_SWITCH(hires, 0x56, 0x57);
default:return;
}
notifyUpdate();
}
void CGraphicModeUnit::write(BYTE addr, BYTE byte) {
access(addr);
}
BYTE CGraphicModeUnit::read(BYTE addr) {
access(addr);
switch (addr) {
CASE_READ(text, 0x1A);
CASE_READ(mixed, 0x1B);
CASE_READ(page2, 0x1C);
CASE_READ(hires, 0x1D);
}
return dummy_byte();
}

View File

@ -0,0 +1,47 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_GRAPHIC_MODE_UNIT_HPP_
#define _C_GRAPHIC_MODE_UNIT_HPP_
#include "c-unit.hpp"
//
// Graphic Mode
//
// This unit takes care of graphic mode switches. It does not include
// DHGR switches which should be in another unit.
//
class CGraphicModeUnit: public CUnit {
public:
void reset();
void write(BYTE addr, BYTE byte);
BYTE read(BYTE addr);
FLAG_RO(text);
FLAG_RO(mixed);
FLAG_RO(page2);
FLAG_RO(hires);
private:
void access(BYTE addr);
};
#endif // _C_GRAPHIC_MODE_UNIT_HPP_

View File

@ -0,0 +1,65 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-io-rom-unit.hpp"
//
// Input Output Rom Unit
//
// This unit takes care of $C100-$CFFF memory management switches
//
/*
C006 49158 SETSLOTCXROM E G W Peripheral ROM ($C100-$CFFF)
C007 49159 SETINTCXROM E G W Internal ROM ($C100-$CFFF)
C00A 49162 SETINTC3ROM E G W ROM in Slot 3
C00B 49163 SETSLOTC3ROM E G W ROM in Aux Slot
C015 49173 RDCXROM E G R7 Status of Periph/ROM Access
C017 49175 RDC3ROM E G R7 Status of Slot 3/Aux Slot ROM
*/
void CIoRomUnit::reset() {
s_cxrom = false;
s_c3rom = false;
notifyUpdate();
}
void CIoRomUnit::access(BYTE addr) {
switch(addr) {
CASE_SWITCH(cxrom, 0x06, 0X07);
// CASE_SWITCH(c3rom, 0x0B, 0X0A);
CASE_SWITCH(c3rom, 0x0A, 0X0B);
default:return;
}
notifyUpdate();
}
void CIoRomUnit::write(BYTE addr, BYTE byte) {
access(addr);
}
BYTE CIoRomUnit::read(BYTE addr) {
access(addr);
switch (addr) {
CASE_READ(cxrom, 0x15);
CASE_READ(c3rom, 0x17);
}
return dummy_byte();
}

View File

@ -0,0 +1,45 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_IO_ROM_UNIT_HPP_
#define _C_IO_ROM_UNIT_HPP_
#include "c-unit.hpp"
//
// Input Output Rom Unit
//
// This unit takes care of $C100-$CFFF memory management switches
//
// See "Apple IIe Technical Reference Manual" page 142
class CIoRomUnit: public CUnit {
public:
void reset();
void write(BYTE addr, BYTE byte);
BYTE read(BYTE addr);
FLAG_RO(cxrom); // true=slots, false=internal
FLAG_RO(c3rom); // true=slot3, false=internal
private:
void access(BYTE addr);
};
#endif // _C_IO_ROM_UNIT_HPP_

View File

@ -0,0 +1,74 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-keyboard-unit.hpp"
//
// Keyboard unit
//
/*
C000 49152 KBD OECG R Last Key Pressed + 128
C010 49168 KBDSTRB OECG WR Keyboard Strobe
*/
void CKeyboardUnit::reset() {
// TODO : check real behavior if a key is held down during reset
lastkey = 0x00;
keydown = false;
keywaiting = false;
notifyUpdate();
}
void CKeyboardUnit::access(BYTE addr) {
if (addr == 0x10) {
keywaiting = false;
notifyUpdate();
}
}
void CKeyboardUnit::write(BYTE addr, BYTE byte) {
access(addr);
}
BYTE CKeyboardUnit::read(BYTE addr) {
access(addr);
if (addr == 0x00)
return bool_to_b7(lastkey, keywaiting);
if (addr == 0x10)
return bool_to_b7(lastkey, keydown);
return dummy_byte();
}
void CKeyboardUnit::press_key(BYTE key) {
lastkey = key;
keydown = true;
keywaiting = true;
notifyUpdate();
}
void CKeyboardUnit::release_key() {
keydown = false;
notifyUpdate();
}
bool CKeyboardUnit::key_waiting() {
return keywaiting;
}

View File

@ -0,0 +1,49 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_KEYBOARD_UNIT_HPP_
#define _C_KEYBOARD_UNIT_HPP_
#include "c-unit.hpp"
//
// Keyboard
//
class CKeyboardUnit: public CUnit {
public:
void reset();
void write(BYTE addr, BYTE byte);
BYTE read(BYTE addr);
void press_key(BYTE key);
void release_key();
bool key_waiting();
protected:
BYTE lastkey;
bool keydown;
bool keywaiting;
private:
void access(BYTE addr);
};
#endif // _C_KEYBOARD_UNIT_HPP_

View File

@ -0,0 +1,97 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-language-card-unit.hpp"
//
// Language Card unit
//
/*
C011 49169 RDLCBNK2 ECG R7 Status of Selected $Dx Bank
C012 49170 RDLCRAM ECG R7 Status of $Dx ROM / $Dx RAM
C080 49280 OECG R Read RAM bank 2; no write
C081 49281 ROMIN OECG RR Read ROM; write RAM bank 2
C082 49282 OECG R Read ROM; no write
C083 49283 LCBANK2 OECG RR Read/write RAM bank 2
C084 49284 OECG R Read RAM bank 2; no write
C085 49285 ROMIN OECG RR Read ROM; write RAM bank 2
C086 49286 OECG R Read ROM; no write
C087 49287 LCBANK2 OECG RR Read/write RAM bank 2
C088 49288 OECG R Read RAM bank 1; no write
C089 49289 OECG RR Read ROM; write RAM bank 1
C08A 49290 OECG R Read ROM; no write
C08B 49291 OECG RR Read/write RAM bank 1
C08C 49292 OECG R Read RAM bank 1; no write
C08D 49293 OECG RR Read ROM; write RAM bank 1
C08E 49294 OECG R Read ROM; no write
C08F 49295 OECG RR Read/write RAM bank 1
*/
void CLanguageCardUnit::reset() {
s_lcbnk2 = false;
s_lcram = false;
s_lcwrite = false;
s_lcwchg = false;
notifyUpdate();
}
void CLanguageCardUnit::access(BYTE addr) {
// Addresses from 0x80 to 0x8f
if ((addr&0xf0) == 0x80) {
s_lcbnk2 = addr&0x08; // Ram bank
switch(addr&0x03) {
case 0:
s_lcram = true;
s_lcwrite = false;
s_lcwchg = false;
break;
case 1:
s_lcram = false;
s_lcwrite = true;
s_lcwchg = true;
break;
case 2:
s_lcram = false;
s_lcwrite = false;
s_lcwchg = false;
break;
case 3:
s_lcram = s_lcwchg or s_lcram;
s_lcwrite = s_lcwchg or s_lcwrite;
s_lcwchg = true; // Will be ok for the next time
break;
}
notifyUpdate();
}
}
void CLanguageCardUnit::write(BYTE addr, BYTE byte) {
access(addr);
}
BYTE CLanguageCardUnit::read(BYTE addr) {
access(addr);
switch (addr) {
CASE_READ(lcbnk2, 0x11);
CASE_READ(lcram, 0x12);
}
return dummy_byte();
}

View File

@ -0,0 +1,48 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_LANGUAGE_CARD_UNIT_HPP_
#define _C_LANGUAGE_CARD_UNIT_HPP_
#include "c-unit.hpp"
//
// Language Card Unit
//
// This unit takes care of $D000-$FFFF memory management switches
//
// See "Apple IIe Technical Reference Manual" pages 79 to 83 (PDF pp113-117)
class CLanguageCardUnit: public CUnit {
public:
void reset();
BYTE read(BYTE addr);
void write(BYTE addr, BYTE byte);
// Language Card ($D000-DFFF and $E000-FFFF spaces)
FLAG_RO(lcbnk2); // Using $D000-$DFFF RAM bank 1 (0) or bank 2 (1)
FLAG_RO(lcram); // Reading ROM(0) or RAM (1)
FLAG_RO(lcwrite); // Allow writing into RAM (1) or not (0)
FLAG_RO(lcwchg); // lcwrite changeable (1) or not (0) (to switch write, it is needed to switch twice)
private:
void access(BYTE addr);
};
#endif // _C_LANGUAGE_CARD_UNIT_HPP_

View File

@ -0,0 +1,69 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-slots-unit.hpp"
CSlotsUnit::CSlotsUnit() {
for (int index = 0; index <7; index++)
slots[index] = 0;
}
// Spread reset signal to cards
void CSlotsUnit::reset() {
for (int index = 0; index <7; index++)
if (slots[index]) slots[index]->reset();
notifyUpdate();
}
// Dispatch write requests to cards
void CSlotsUnit::write(BYTE addr, BYTE byte) {
if (addr > 0x8F) {
if (slots[(addr>>4)-0x9]) {
slots[(addr>>4)-0x9]->write(addr&0x0f, byte);
}
}
}
// Dispatch read requests to cards
BYTE CSlotsUnit::read(BYTE addr) {
if (addr > 0x8F) {
if (slots[(addr>>4)-0x9]) {
return slots[(addr>>4)-0x9]->read(addr&0x0f);
}
}
return dummy_byte()&0x7F;
}
void CSlotsUnit::insert_card(int slot, CUnit *cardUnit) {
if (slot > 0 and slot < 8)
slots[slot-1] = cardUnit;
notifyUpdate();
}
void CSlotsUnit::remove_card(int slot) {
if (slot > 0 and slot < 8)
slots[slot-1] = 0;
notifyUpdate();
}
/*
CCard *CSlotsUnit::get_card(int slot) {
if (slot >= 0 and slot < 8)
return slots[slot];
}
*/

View File

@ -0,0 +1,43 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_SLOTS_UNIT_HPP_
#define _C_SLOTS_UNIT_HPP_
#include "c-unit.hpp"
//
// Slots
//
class CSlotsUnit: public CUnit {
public:
CSlotsUnit();
void reset();
void write(BYTE addr, BYTE byte);
BYTE read(BYTE addr);
void insert_card(int slot, CUnit *cardUnit);
void remove_card(int slot);
private:
CUnit *slots[7];
};
#endif // _C_SLOTS_UNIT_HPP_

View File

@ -0,0 +1,38 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-speaker-unit.hpp"
//
// Speaker unit
//
void CSpeakerUnit::reset() {
s_speaker = false;
notifyUpdate();
};
void CSpeakerUnit::write(BYTE addr, BYTE byte) {
}
BYTE CSpeakerUnit::read(BYTE addr) {
s_speaker = not s_speaker;
notifyUpdate();
return dummy_byte();
}

View File

@ -0,0 +1,38 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_SPEAKER_UNIT_HPP_
#define _C_SPEAKER_UNIT_HPP_
#include "c-unit.hpp"
//
// Speaker
//
class CSpeakerUnit: public CUnit {
public:
void reset();
void write(BYTE addr, BYTE byte);
BYTE read(BYTE addr);
FLAG_RO(speaker);
};
#endif // _C_SPEAKER_UNIT_HPP_

View File

@ -0,0 +1,64 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-text-mode-unit.hpp"
//
// Text Mode Unit
//
// This unit takes care 80 column and charset switches
//
/*
C00C 49164 CLR80VID ECG W 40 Columns
C00D 49165 SET80VID ECG W 80 Columns
C00E 49166 CLRALTCHAR ECG W Primary Character Set
C00F 49167 SETALTCHAR ECG W Alternate Character Set
C01E 49182 RDALTCHAR ECG R7 Status of Primary/Alternate Character Set
C01F 49183 RD80VID ECG R7 Status of 40/80 Columns
*/
void CTextModeUnit::reset() {
s_80vid = false;
s_altchar = false;
notifyUpdate();
}
void CTextModeUnit::write(BYTE addr, BYTE byte) {
switch(addr) {
case 0x0C: s_80vid = false; break;
case 0x0D: s_80vid = true; break;
case 0x0E: s_altchar = false; break;
case 0x0F: s_altchar = true; break;
default:return;
}
notifyUpdate();
};
BYTE CTextModeUnit::read(BYTE addr) {
switch (addr) {
case 0x1E: return bool_to_b7(not s_altchar);
case 0x1F: return bool_to_b7(s_80vid);
}
return dummy_byte();
};

View File

@ -0,0 +1,42 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_TEXT_MODE_UNIT_HPP_
#define _C_TEXT_MODE_UNIT_HPP_
#include "c-unit.hpp"
//
// Text Mode Unit
//
// This unit takes care 80 column and charset switches
//
class CTextModeUnit: public CUnit {
public:
void reset();
void write(BYTE addr, BYTE byte);
BYTE read(BYTE addr);
FLAG_RO(80vid); // true=80 column display, false=40 column display
FLAG_RO(altchar); // true=alternative charset, false=primary chatset
};
#endif // _C_TEXT_MODE_UNIT_HPP_

27
src/core/units/c-unit.cpp Normal file
View File

@ -0,0 +1,27 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-unit.hpp"
// Issue a first reset at creation
CUnit::CUnit() {
reset();
}

63
src/core/units/c-unit.hpp Normal file
View File

@ -0,0 +1,63 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_UNIT_HPP_
#define _C_UNIT_HPP_
#include "../types.h"
#include "../c-memory.hpp"
#include "../c-observable.hpp"
// Helpers macros
#define FLAG_RO(flag) \
protected: \
bool s_##flag; \
public: \
bool get_##flag() { return s_##flag; }
#define FLAG_RW(flag) \
protected: \
bool s_##flag; \
public: \
bool get_ ##flag() { return s_##flag; } \
void set_ ##flag(bool value) { s_##flag = value; notifyUpdate(); }
#define CASE_READ(flag, addr) \
case addr: return bool_to_b7(s_##flag);
#define CASE_SWITCH(flag, addr0, addr1) \
case addr0: s_##flag = false; break; \
case addr1: s_##flag = true; break;
//
// CUnit : An abstract class for I/O Units
//
class CUnit: public CObservable
{
public:
CUnit();
virtual void reset() {};
virtual BYTE read(BYTE addr) = 0;
virtual void write(BYTE addr, BYTE byte) = 0;
};
#endif // _C_UNIT_HPP_

45
src/gui/Makefile.am Normal file
View File

@ -0,0 +1,45 @@
SUBDIRS = \
resources
bin_PROGRAMS = \
vinace
vinace_SOURCES = \
../hardware/libapplehardware.a \
../core/libapplecore.a \
c-gui-color-monitor.cpp \
c-gui-color-monitor.hpp \
c-gui-green-monitor.cpp \
c-gui-green-monitor.hpp \
c-gui-monitor.cpp \
c-gui-monitor.hpp \
c-gui-keyboard.hpp \
c-gui-keyboard.cpp \
c-gui-numpad-joystick.hpp \
c-gui-numpad-joystick.cpp \
c-gui-disk-drive.hpp \
c-gui-disk-drive.cpp \
c-sound.hpp \
c-sound.cpp \
c-pulse-audio-sound.hpp \
c-pulse-audio-sound.cpp \
main.cc
vinace_LDADD = \
$(GUI_LIBS)\
$(PULSE_LIBS)
vinace_LDFLAGS = \
-L../core \
-L../hardware \
-lapplehardware \
-lapplecore \
-lrt
AM_CPPFLAGS = \
$(GUI_CFLAGS)\
$(PULSE_CFLAGS)
## File created by the gnome-build tools

666
src/gui/Makefile.in Normal file
View File

@ -0,0 +1,666 @@
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = vinace$(EXEEXT)
subdir = src/gui
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(bindir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_vinace_OBJECTS = c-gui-color-monitor.$(OBJEXT) \
c-gui-green-monitor.$(OBJEXT) c-gui-monitor.$(OBJEXT) \
c-gui-keyboard.$(OBJEXT) c-gui-numpad-joystick.$(OBJEXT) \
c-gui-disk-drive.$(OBJEXT) c-sound.$(OBJEXT) \
c-pulse-audio-sound.$(OBJEXT) main.$(OBJEXT)
vinace_OBJECTS = $(am_vinace_OBJECTS)
am__DEPENDENCIES_1 =
vinace_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
vinace_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
$(vinace_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(vinace_SOURCES)
DIST_SOURCES = $(vinace_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
GUI_CFLAGS = @GUI_CFLAGS@
GUI_LIBS = @GUI_LIBS@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PULSE_CFLAGS = @PULSE_CFLAGS@
PULSE_LIBS = @PULSE_LIBS@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = \
resources
vinace_SOURCES = \
../hardware/libapplehardware.a \
../core/libapplecore.a \
c-gui-color-monitor.cpp \
c-gui-color-monitor.hpp \
c-gui-green-monitor.cpp \
c-gui-green-monitor.hpp \
c-gui-monitor.cpp \
c-gui-monitor.hpp \
c-gui-keyboard.hpp \
c-gui-keyboard.cpp \
c-gui-numpad-joystick.hpp \
c-gui-numpad-joystick.cpp \
c-gui-disk-drive.hpp \
c-gui-disk-drive.cpp \
c-sound.hpp \
c-sound.cpp \
c-pulse-audio-sound.hpp \
c-pulse-audio-sound.cpp \
main.cc
vinace_LDADD = \
$(GUI_LIBS)\
$(PULSE_LIBS)
vinace_LDFLAGS = \
-L../core \
-L../hardware \
-lapplehardware \
-lapplecore \
-lrt
AM_CPPFLAGS = \
$(GUI_CFLAGS)\
$(PULSE_CFLAGS)
all: all-recursive
.SUFFIXES:
.SUFFIXES: .cc .cpp .lo .o .obj
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/gui/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu src/gui/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
@list='$(bin_PROGRAMS)'; for p in $$list; do \
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
if test -f $$p \
|| test -f $$p1 \
; then \
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
else :; fi; \
done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
rm -f "$(DESTDIR)$(bindir)/$$f"; \
done
clean-binPROGRAMS:
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
echo " rm -f $$p $$f"; \
rm -f $$p $$f ; \
done
vinace$(EXEEXT): $(vinace_OBJECTS) $(vinace_DEPENDENCIES)
@rm -f vinace$(EXEEXT)
$(vinace_LINK) $(vinace_OBJECTS) $(vinace_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-gui-color-monitor.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-gui-disk-drive.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-gui-green-monitor.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-gui-keyboard.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-gui-monitor.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-gui-numpad-joystick.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-pulse-audio-sound.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-sound.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
.cc.o:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
.cc.obj:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.cc.lo:
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
.cpp.o:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
.cpp.obj:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.cpp.lo:
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
$(RECURSIVE_CLEAN_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-recursive
all-am: Makefile $(PROGRAMS)
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(bindir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive
-rm -rf ./$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
info: info-recursive
info-am:
install-data-am:
install-dvi: install-dvi-recursive
install-exec-am: install-binPROGRAMS
install-html: install-html-recursive
install-info: install-info-recursive
install-man:
install-pdf: install-pdf-recursive
install-ps: install-ps-recursive
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -rf ./$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am: uninstall-binPROGRAMS
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
install-strip
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-binPROGRAMS \
clean-generic clean-libtool ctags ctags-recursive distclean \
distclean-compile distclean-generic distclean-libtool \
distclean-tags distdir dvi dvi-am html html-am info info-am \
install install-am install-binPROGRAMS install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-recursive uninstall uninstall-am \
uninstall-binPROGRAMS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -0,0 +1,33 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-gui-color-monitor.hpp"
#define IMAGE_MONITOR "resources/colormon.jpg"
CGuiColorMonitor::CGuiColorMonitor(CVideoOutput *vo):CGuiMonitor(vo, IMAGE_MONITOR) {
}
inline void CGuiColorMonitor::get_color(char color, int &r, int &g, int &b) {
r = color_b[color];
g = color_g[color];
b = color_r[color];
}

View File

@ -0,0 +1,34 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_GUI_COLOR_MONITOR_HPP_
#define _C_GUI_COLOR_MONITOR_HPP_
#include <gtkmm.h>
#include "c-gui-monitor.hpp"
class CGuiColorMonitor:public CGuiMonitor
{
public:
CGuiColorMonitor(CVideoOutput *vo);
protected:
inline void get_color(char color, int &r, int &g, int &b);
};
#endif // _C_GUI_GREEN_MONITOR_HPP_

View File

@ -0,0 +1,195 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include <iostream>
#include "c-gui-disk-drive.hpp"
/* Pictures:
*
* The hole picture size is 300x178
* The "open" picture is 79x123 and should be placed at 110,16
* The "on" picture is 18x18 and should be placed at 56,120
*/
bool in_rect(int x, int y, Gdk::Rectangle *rect) {
return
(x>=rect->get_x() and
x<=(rect->get_x()+rect->get_width()) and
y>=rect->get_y() and
y<=(rect->get_y()+rect->get_height()));
};
#define IMAGE_DRIVE_1 "resources/drive_1.jpg"
#define IMAGE_DRIVE_2 "resources/drive_2.jpg"
#define IMAGE_CLOSED "resources/closed.jpg"
#define IMAGE_ON "resources/on.jpg"
#define PIX_ON_X (63)
#define PIX_ON_Y (140)
#define PIX_CLOSED_X (129)
#define PIX_CLOSED_Y (20)
CGuiDiskDrive::CGuiDiskDrive(CDiskDrive *drive, bool drive2) {
this->drive = drive;
this->disk = new CFloppyDisk(); // Blank disk
this->motor_on = drive->get_motor();
this->loaded = drive->loaded();
// Pixbuf preparation
if (drive2)
mainpix = Gdk::Pixbuf::create_from_file(IMAGE_DRIVE_2);
else
mainpix = Gdk::Pixbuf::create_from_file(IMAGE_DRIVE_1);
closedpix = Gdk::Pixbuf::create_from_file(IMAGE_CLOSED);
closedrect = new Gdk::Rectangle(PIX_CLOSED_X, PIX_CLOSED_Y, closedpix->get_width(), closedpix->get_height());
onpix = Gdk::Pixbuf::create_from_file(IMAGE_ON);
onrect = new Gdk::Rectangle(PIX_ON_X, PIX_ON_Y, onpix->get_width(), onpix->get_height());
pressed_rect = 0;
// Text layout for displaying disk name
layout_disk_name = create_pango_layout("disk name");
layout_disk_name->set_text(disk->get_name());
layout_disk_name->set_alignment(Pango::ALIGN_CENTER);
layout_disk_name->set_width(mainpix->get_width()*PANGO_SCALE);
// Adjust drawing area size
set_size_request(mainpix->get_width(), mainpix->get_height());
signal_expose_event().connect(sigc::mem_fun(this, &CGuiDiskDrive::on_expose_event));
// Signals for clicking
signal_button_press_event().connect(sigc::mem_fun(this, &CGuiDiskDrive::button_press));
signal_button_release_event().connect(sigc::mem_fun(this, &CGuiDiskDrive::button_release));
add_events(Gdk::BUTTON_PRESS_MASK|Gdk::BUTTON_RELEASE_MASK);
// Become a Drag and Drop destination
signal_drag_data_received().connect(sigc::mem_fun(this, &CGuiDiskDrive::on_drag_data_received));
drag_dest_set(Gtk::DestDefaults(), Gdk::DragAction());
signal_drag_drop().connect(sigc::mem_fun(this, &CGuiDiskDrive::on_drag_drop));
signal_drag_motion().connect(sigc::mem_fun(this, &CGuiDiskDrive::on_drag_motion));
// Observe the drive
drive->subscribe(this);
}
CGuiDiskDrive::~CGuiDiskDrive() {
drive->unsubscribe(this);
delete closedrect;
delete onrect;
if (disk) delete disk;
}
void CGuiDiskDrive::notify(CObservable *obs) {
if (obs == drive) {
// Has a disk been ejected or loaded ?
if (drive->loaded() != loaded) {
this->loaded = drive->loaded();
if (get_window())
get_window()->invalidate_rect(*closedrect, false);
}
// Has the motor been switched ?
if (drive->get_motor() != motor_on) {
this->motor_on = drive->get_motor();
if (get_window())
get_window()->invalidate_rect(*onrect, false);
}
}
}
void CGuiDiskDrive::load_disk(std::string filename) {
delete disk;
disk = new CFloppyDisk(filename);
drive->eject();
drive->insert(disk);
layout_disk_name->set_text(disk->get_name());
get_window()->invalidate_region(get_window()->get_visible_region()); // A bit brutal but changing disk wont append so often
}
void CGuiDiskDrive::on_drag_data_received(
const Glib::RefPtr<Gdk::DragContext>& context, int, int,
const Gtk::SelectionData& selection_data, guint, guint time)
{
Glib::StringArrayHandle uris = selection_data.get_uris();
if (uris.size() == 1) {
Glib::ustring url = *(uris.begin());
if (url.substr(0,7) == "file://") {
load_disk(Glib::uri_unescape_string(url.substr(7).raw()));
context->drop_finish(true, time);
return;
}
}
context->drop_finish(false, time);
}
bool CGuiDiskDrive::on_drag_drop(const Glib::RefPtr<Gdk::DragContext>& context,
int, int, guint time) {
drag_get_data(context, "text/uri-list", time);
}
bool CGuiDiskDrive::on_drag_motion(const Glib::RefPtr<Gdk::DragContext>& context,
int, int, guint time) {
context->drag_status(Gdk::ACTION_COPY, time);
}
//http://gtk.php.net/manual1/fr/html/gdk.gdkeventbutton.html
bool CGuiDiskDrive::button_press(GdkEventButton* event) {
int x = (int)event->x;
int y = (int)event->y;
if (in_rect(x, y, closedrect)) {
pressed_rect = closedrect;
}
}
bool CGuiDiskDrive::button_release(GdkEventButton* event) {
int x = (int)event->x;
int y = (int)event->y;
if (event->button == 1
and in_rect(x, y, closedrect)
and pressed_rect == closedrect)
{
if (loaded)
drive->eject();
else
drive->insert(disk);
get_window()->invalidate_rect(*closedrect, false);
}
pressed_rect = 0;
}
bool CGuiDiskDrive::on_expose_event(GdkEventExpose* ev)
{
if (get_window()) {
mainpix->render_to_drawable(get_window(), get_style()->get_black_gc(), 0, 0, 0, 0, -1, -1, Gdk::RGB_DITHER_NONE, 0, 0);
if (motor_on)
onpix->render_to_drawable(get_window(), get_style()->get_black_gc(), 0, 0, PIX_ON_X, PIX_ON_Y, -1, -1, Gdk::RGB_DITHER_NONE, 0, 0);
if (loaded)
closedpix->render_to_drawable(get_window(), get_style()->get_black_gc(), 0, 0, PIX_CLOSED_X, PIX_CLOSED_Y, -1, -1, Gdk::RGB_DITHER_NONE, 0, 0);
get_window()->draw_layout(get_style()->get_white_gc(), 0, mainpix->get_height() - 30, layout_disk_name);
}
return true;
}

View File

@ -0,0 +1,70 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_GUI_DISK_DRIVE_HPP_
#define _C_GUI_DISK_DRIVE_HPP_
#include "../hardware/c-disk-drive.hpp"
#include "../core/c-observer.hpp"
#include <gtkmm.h>
class CGuiDiskDrive: public Gtk::DrawingArea, public CObserver
{
public:
CGuiDiskDrive(CDiskDrive *drive, bool drive2);
~CGuiDiskDrive();
void notify(CObservable *obs);
bool on_expose_event(GdkEventExpose* ev);
void eject();
bool button_press(GdkEventButton* event);
bool button_release(GdkEventButton* event);
void load_disk(std::string filename);
void on_drag_data_received(
const Glib::RefPtr<Gdk::DragContext>& context, int, int,
const Gtk::SelectionData& selection_data, guint, guint time);
bool on_drag_drop(const Glib::RefPtr<Gdk::DragContext>& context,
int, int, guint time);
bool on_drag_motion(const Glib::RefPtr<Gdk::DragContext>& context,
int, int, guint time);
protected:
CDiskDrive *drive;
CFloppyDisk *disk;
Glib::RefPtr<Pango::Layout> layout_disk_name;
Glib::RefPtr<Gdk::Pixbuf> mainpix;
Glib::RefPtr<Gdk::Pixbuf> onpix;
Glib::RefPtr<Gdk::Pixbuf> closedpix;
Gdk::Rectangle *onrect;
Gdk::Rectangle *closedrect;
bool motor_on;
bool loaded;
private:
Gdk::Rectangle *pressed_rect;
};
#endif // _C_GUI_DISK_DRIVE_HPP_

View File

@ -0,0 +1,33 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-gui-green-monitor.hpp"
#define IMAGE_MONITOR "resources/monitor.jpg"
CGuiGreenMonitor::CGuiGreenMonitor(CVideoOutput *vo):CGuiMonitor(vo, IMAGE_MONITOR) {
}
inline void CGuiGreenMonitor::get_color(char color, int &r, int &g, int &b) {
r = bw_value[color]>>2;
g = bw_value[color]>>0;
b = bw_value[color]>>2;
}

View File

@ -0,0 +1,34 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_GUI_GREEN_MONITOR_HPP_
#define _C_GUI_GREEN_MONITOR_HPP_
#include <gtkmm.h>
#include "c-gui-monitor.hpp"
class CGuiGreenMonitor:public CGuiMonitor
{
public:
CGuiGreenMonitor(CVideoOutput *vo);
protected:
inline void get_color(char color, int &r, int &g, int &b);
};
#endif // _C_GUI_GREEN_MONITOR_HPP_

107
src/gui/c-gui-keyboard.cpp Normal file
View File

@ -0,0 +1,107 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-gui-keyboard.hpp"
CGuiKeyboard::CGuiKeyboard(Gtk::Widget *eventSource, CKeyboard *keyboard) {
this->widget = eventSource;
this->keyboard = keyboard;
this->widget->signal_key_press_event().connect(sigc::mem_fun(this, &CGuiKeyboard::on_key_pressed));
this->widget->signal_key_release_event().connect(sigc::mem_fun(this, &CGuiKeyboard::on_key_release));
this->widget->property_can_focus().set_value(true);
this->widget->set_sensitive();
this->widget->grab_focus();
}
CGuiKeyboard::~CGuiKeyboard() {
// TODO : Disconnect signal handlers
}
// https://stage.maemo.org/svn/maemo/projects/haf/trunk/gtk+/gdk/gdkkeysyms.h
char CGuiKeyboard::get_ascii_key(GdkEventKey* event) {
int key = event->keyval;
// Control keys
if (event->state & Gdk::CONTROL_MASK) {
if (key > GDK_Z)
key = key- GDK_a + GDK_A; // Shift key to uppercase
if (key >= GDK_A and key <= GDK_Z)
return key & 0x1F;// Control-<key>
}
// Standard keys
else
// Ascii characters
if (key >= 0x20 and key<0x7F) return key;
// Special char
switch(event->keyval) {
case GDK_Left: return 0x08;
case GDK_Tab: return 0x09;
case GDK_Down: return 0x0A;
case GDK_Up: return 0x0B;
case GDK_Return: return 0x0D;
case GDK_Right: return 0x15;
case GDK_Escape: return 0x1B;
case GDK_BackSpace: return 0x7F;
}
return -1;
}
// TODO : Put the special keys in a configuration file
bool CGuiKeyboard::on_key_pressed(GdkEventKey* event) {
char key;
// Apple keys -> bound to game buttons
if (event->keyval == GDK_Alt_L) { keyboard->press_open_apple(); return true; }
if (event->keyval == 0xfe03 /*GDK_Alt_R*/ ) { keyboard->press_closed_apple(); return true; }
// Ascii keys
key = get_ascii_key(event);
if (key>=0) {
keyboard->press_key(key);
return true;
}
// Reset : Ctrl + Scroll Lock
if ((event->state & Gdk::CONTROL_MASK) and (event->keyval == GDK_Scroll_Lock or event->keyval == GDK_Break)) {
keyboard->press_reset();
return true;
}
return false;
}
bool CGuiKeyboard::on_key_release(GdkEventKey* event) {
// Apple keys -> bound to game buttons
if (event->keyval == GDK_Alt_L) { keyboard->release_open_apple(); return true; }
if (event->keyval == 0xfe03 /*GDK_Alt_R*/) { keyboard->release_closed_apple(); return true; }
// Normal keys
if (get_ascii_key(event)>=0) {
keyboard->release_key();
return true;
}
return false;
}

View File

@ -0,0 +1,41 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_GUI_KEYBOARD_HPP_
#define _C_GUI_KEYBOARD_HPP_
#include <gtkmm.h>
#include "src/hardware/c-keyboard.hpp"
class CGuiKeyboard
{
public:
CGuiKeyboard(Gtk::Widget *eventSource, CKeyboard *keyboard);
~CGuiKeyboard();
bool on_key_pressed(GdkEventKey* event);
bool on_key_release(GdkEventKey* event);
protected:
char get_ascii_key(GdkEventKey* event);
Gtk::Widget *widget;
CKeyboard *keyboard;
};
#endif // _C_GUI_KEYBOARD_HPP_

123
src/gui/c-gui-monitor.cpp Normal file
View File

@ -0,0 +1,123 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-gui-monitor.hpp"
CGuiMonitor::CGuiMonitor(CVideoOutput *vo, char *imagefile) {
this->vo = vo;
this->background = Gdk::Pixbuf::create_from_file(imagefile);
this->rendered = background->copy(); // Copy background
xmargin = (background->get_width() - VIDEO_OUTPUT_WIDTH)/2;
ymargin = background->get_height()/2 - VIDEO_OUTPUT_HEIGHT; // Pixels are twice as hight than they are wide
set_size_request(rendered->get_width(), rendered->get_height());
Glib::signal_timeout().connect(sigc::mem_fun(this, &CGuiMonitor::on_timer_event), /*40*/ 80 );
}
bool CGuiMonitor::on_expose_event(GdkEventExpose* ev) {
rendered->render_to_drawable(this->get_window(), this->get_style()->get_black_gc(), 0, 0, 0, 0, -1, -1, Gdk::RGB_DITHER_NONE, 0, 0);
}
bool CGuiMonitor::on_timer_event() {
render();
return TRUE;
}
#define ADD_COL(c1, c2) (((c1)+(c2)<256)?((c1)+(c2)):255)
//#define ADD_COL(c1, c2) (c2)
void CGuiMonitor::render() {
vo->render();
int x, y, pixaddr, basey;
int r, g ,b;
int multx = rendered->get_n_channels();
int multy = rendered->get_rowstride();
char *vopixels = vo->get_pixels();
guint8 *pbpixels = rendered->get_pixels();
guint8 *bgpixels = background->get_pixels();
// Reset top and left borders to background
pixaddr = multx*xmargin + multy*(ymargin-1);
for (x = 0; x<VIDEO_OUTPUT_WIDTH; x++) {
pbpixels[pixaddr] = bgpixels[pixaddr];
pbpixels[pixaddr+1] = bgpixels[pixaddr+1];
pbpixels[pixaddr+2] = bgpixels[pixaddr+2];
pixaddr+=multx;
}
pixaddr = multx*(xmargin-1) + multy*(ymargin);
for (y = 0; y<VIDEO_OUTPUT_HEIGHT; y++) {
pbpixels[pixaddr] = bgpixels[pixaddr];
pbpixels[pixaddr+1] = bgpixels[pixaddr+1];
pbpixels[pixaddr+2] = bgpixels[pixaddr+2];
pixaddr+=multy;
pbpixels[pixaddr] = bgpixels[pixaddr];
pbpixels[pixaddr+1] = bgpixels[pixaddr+1];
pbpixels[pixaddr+2] = bgpixels[pixaddr+2];
pixaddr+=multy;
}
// Draw screen
for (y = 0; y<VIDEO_OUTPUT_HEIGHT; y++) {
basey = VIDEO_OUTPUT_WIDTH*y;
pixaddr = multx*xmargin + multy*(y*2+ymargin);
for (x = 0; x<VIDEO_OUTPUT_WIDTH; x++) {
get_color(vopixels[x+basey], r, g, b);
// Center pixel
pbpixels[pixaddr ] = ADD_COL(bgpixels[pixaddr ],r);
pbpixels[pixaddr+1] = ADD_COL(bgpixels[pixaddr+1],g);
pbpixels[pixaddr+2] = ADD_COL(bgpixels[pixaddr+2],b);
// Fade color
r=r>>2; g=g>>2; b=b>>2;
// Top pixel (mix with existing)
pbpixels[pixaddr-multy ] = ADD_COL(pbpixels[pixaddr-multy ],r);
pbpixels[pixaddr-multy+1] = ADD_COL(pbpixels[pixaddr-multy+1],g);
pbpixels[pixaddr-multy+2] = ADD_COL(pbpixels[pixaddr-multy+2],b);
// Left pixel (mix with existing)
pbpixels[pixaddr-multx ] = ADD_COL(pbpixels[pixaddr-multx ],r);
pbpixels[pixaddr-multx+1] = ADD_COL(pbpixels[pixaddr-multx+1],g);
pbpixels[pixaddr-multx+2] = ADD_COL(pbpixels[pixaddr-multx+2],b);
// Bottom pixel (mix with background)
pbpixels[pixaddr+multy ] = ADD_COL(bgpixels[pixaddr+multy ],r);
pbpixels[pixaddr+multy+1] = ADD_COL(bgpixels[pixaddr+multy+1],g);
pbpixels[pixaddr+multy+2] = ADD_COL(bgpixels[pixaddr+multy+2],b);
// Right pixel (mix with background)
pbpixels[pixaddr+multx ] = ADD_COL(bgpixels[pixaddr+multx ],r);
pbpixels[pixaddr+multx+1] = ADD_COL(bgpixels[pixaddr+multx+1],g);
pbpixels[pixaddr+multx+2] = ADD_COL(bgpixels[pixaddr+multx+2],b);
pixaddr += multx; // Next pixel please !
}
}
// All the screen is dirty (almost... could be improved by creating a rectangle for the display)
if (get_window())
get_window()->invalidate_region(get_window()->get_visible_region());
}

44
src/gui/c-gui-monitor.hpp Normal file
View File

@ -0,0 +1,44 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_GUI_MONITOR_HPP_
#define _C_GUI_MONITOR_HPP_
#include <gtkmm.h>
#include "src/hardware/video/c-video-output.hpp"
class CGuiMonitor:public Gtk::DrawingArea
{
public:
CGuiMonitor(CVideoOutput *vo, char *imagefile);
void render();
bool on_expose_event(GdkEventExpose* ev);
bool on_timer_event();
protected:
Glib::RefPtr<Gdk::Pixbuf> background;
Glib::RefPtr<Gdk::Pixbuf> rendered;
CVideoOutput *vo;
virtual void get_color(char color, int &r, int &g, int &b) {};
private:
int xmargin, ymargin;
};
#endif // _C_GUI_MONITOR_HPP_

View File

@ -0,0 +1,77 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include "c-gui-numpad-joystick.hpp"
CGuiNumpadJoystick::CGuiNumpadJoystick(Gtk::Widget *eventSource, CPaddles *paddles) {
this->widget = eventSource;
this->paddles = paddles;
this->widget->signal_key_press_event().connect(sigc::mem_fun(this, &CGuiNumpadJoystick::on_key_pressed));
this->widget->signal_key_release_event().connect(sigc::mem_fun(this, &CGuiNumpadJoystick::on_key_release));
for (int key=0; key<10; key++) keys[key]=false;
}
CGuiNumpadJoystick::~CGuiNumpadJoystick() {
// TODO : Disconnect signal handlers
}
// https://stage.maemo.org/svn/maemo/projects/haf/trunk/gtk+/gdk/gdkkeysyms.h
// TODO : Put the special keys in a configuration file
bool CGuiNumpadJoystick::set_key(int key, bool onoff) {
BYTE value;
switch (key) {
// case GDK_KP_0: paddles->set_button(0, onoff); return true;
// case GDK_KP_Enter: paddles->set_button(1, onoff); return true;
case GDK_KP_1: keys[1] = onoff; break;
case GDK_KP_2: keys[2] = onoff; break;
case GDK_KP_3: keys[3] = onoff; break;
case GDK_KP_4: keys[4] = onoff; break;
case GDK_KP_5: keys[5] = onoff; break;
case GDK_KP_6: keys[6] = onoff; break;
case GDK_KP_7: keys[7] = onoff; break;
case GDK_KP_8: keys[8] = onoff; break;
case GDK_KP_9: keys[9] = onoff; break;
default:return false;
}
value = 0x80;
if (keys[7] or keys[4] or keys[1]) value = 0x00;
if (keys[9] or keys[6] or keys[3]) value += 0x7F;
paddles->set_paddle(0, value);
value = 0x80;
if (keys[7] or keys[8] or keys[9]) value = 0x00;
if (keys[1] or keys[2] or keys[3]) value += 0x7F;
paddles->set_paddle(1, value);
return true;
}
bool CGuiNumpadJoystick::on_key_pressed(GdkEventKey* event) {
return set_key(event->keyval, true);
}
bool CGuiNumpadJoystick::on_key_release(GdkEventKey* event) {
return set_key(event->keyval, false);
}

View File

@ -0,0 +1,43 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#ifndef _C_GUI_NUMPAD_JOYSTICK_HPP_
#define _C_GUI_NUMPAD_JOYSTICK_HPP_
#include <gtkmm.h>
#include "src/hardware/c-paddles.hpp"
class CGuiNumpadJoystick
{
public:
CGuiNumpadJoystick(Gtk::Widget *eventSource, CPaddles *paddles);
~CGuiNumpadJoystick();
bool on_key_pressed(GdkEventKey* event);
bool on_key_release(GdkEventKey* event);
protected:
bool set_key(int key, bool onoff);
Gtk::Widget *widget;
CPaddles *paddles;
bool keys[9];
};
#endif // _C_GUI_NUMPAD_JOYSTICK_HPP_

View File

@ -0,0 +1,87 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* apple
* Copyright (C) 2009 <>
*
* apple 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.
*
* apple 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/>.
*/
// http://www.4front-tech.com/pguide/audio.html
#include "c-pulse-audio-sound.hpp"
#include <iostream>
//#include <unistd.h>
//#include <fcntl.h>
#define SOUND_PERIOD_USEC 20000
// 20kHz sound frequency
#define SOUND_FREQUENCY 20000
// Delay starting sound of one period
#define SAMPLES_SHIFT (SOUND_FREQUENCY*SOUND_PERIOD_USEC/1000000)
CPulseAudioSound::CPulseAudioSound(CSpeaker *speaker):CSound(speaker) {
pa_sample_spec ss;
ss.format = PA_SAMPLE_U8;
ss.channels = 1;
ss.rate = SOUND_FREQUENCY;
pulse = pa_simple_new(NULL, // Use the default server.
"Vinace", // Our application's name.
PA_STREAM_PLAYBACK, // PA_STREAM_UPLOAD
NULL, // Use the default device.
"Apple speaker sound", // Description of our stream.
&ss, // Our sample format.
NULL, // Use default channel map
NULL, // Use default buffering attributes.
NULL // Ignore error code.
);
if (pulse)
printf("CPulseAudioSound : Sound ready!\n");
else
printf("CPulseAudioSound : Unable to connect to PulseAudio -> No Sound.\n");
// Send some data to Pulse Audio to be sure not to run out of buffer later.
// send_dummy(SAMPLES_SHIFT);
lastpos = speaker->get_pos();
}
void CPulseAudioSound::send_dummy(int samples) {
static int error;
unsigned char *dummy = new unsigned char[samples];
for (int index=0; index < samples; index++)
dummy[index]=0;
if (pulse)
pa_simple_write(pulse, dummy, samples, &error);
delete dummy;
}
void CPulseAudioSound::send_sound() {
static int error;
int newpos = speaker->get_pos();
if (pulse)
if (newpos < lastpos) {
pa_simple_write(pulse, speaker->get_buffer()+lastpos, speaker->get_max_pos()-lastpos, &error);
lastpos = 0;
}
if (newpos > lastpos) {
pa_simple_write(pulse, speaker->get_buffer()+lastpos, newpos-lastpos, &error);
lastpos = newpos;
}
}

View File

@ -0,0 +1,37 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* apple
* Copyright (C) 2009 <>
*
* apple 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.
*
* apple 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/>.
*/
#ifndef _C_PULSE_AUDIO_SOUND_HPP_
#define _C_PULSE_AUDIO_SOUND_HPP_
#include <pulse/simple.h>
#include "c-sound.hpp"
class CPulseAudioSound : public CSound
{
public:
CPulseAudioSound(CSpeaker *speaker);
void send_sound();
void send_dummy(int samples);
protected:
pa_simple *pulse;
int lastpos;
};
#endif // _C_PULSE_AUDIO_SOUND_HPP_

63
src/gui/c-sound.cpp Normal file
View File

@ -0,0 +1,63 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* apple
* Copyright (C) 2009 <>
*
* apple 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.
*
* apple 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/>.
*/
#include "c-sound.hpp"
#include <iostream>
//#include <unistd.h>
//#include <fcntl.h>
#define SOUND_PERIOD_USEC 20000
// 20kHz sound frequency
#define SOUND_FREQUENCY 20000
// Delay starting sound of one period
#define SAMPLES_SHIFT (SOUND_FREQUENCY*SOUND_PERIOD_USEC/1000000)
CSound::CSound(CSpeaker *speaker) {
this->speaker = speaker;
running = false;
}
void CSound::start() {
// TODO : Pthread seems to allow real time thread launching... explore that way !
if (pthread_create(&(this->thread),
NULL,
CSound::thread_manager,
(void *)this
)) {
printf("CSound : Could not start thread -> No sound.\n");
}
}
void CSound::stop() {
running = false;
}
void *CSound::thread_manager(void* sound) {
((CSound*)sound)->run();
return 0;
}
void CSound::run() {
running = true;
while(running) {
usleep(SOUND_PERIOD_USEC); // Sleep 20ms before sending sound again
send_sound();
}
}

49
src/gui/c-sound.hpp Normal file
View File

@ -0,0 +1,49 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* apple
* Copyright (C) 2009 <>
*
* apple 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.
*
* apple 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/>.
*/
#ifndef _C_SOUND_HPP_
#define _C_SOUND_HPP_
#include <pthread.h>
#include <signal.h>
#include <time.h>
#include "../hardware/c-speaker.hpp"
// Sound launches a specific thread that reads data from CSpeaker and sends them
// to the sound device.
class CSound
{
public:
CSound(CSpeaker *speaker);
void start();
void stop();
void run();
virtual void send_sound() = 0;
static void *thread_manager(void* sound);
protected:
CSpeaker *speaker;
pthread_t thread;
bool running;
};
#endif // _C_SOUND_HPP_

101
src/gui/main.cc Normal file
View File

@ -0,0 +1,101 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* Vinace
* Copyright (C) P.Y. Rollo 2009 <dev@pyrollo.com>
*
* Vinace 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.
*
* Vinace 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/>.
*/
#include <gtkmm.h>
#include "src/hardware/models/c-apple2e-hardware.hpp"
#include "src/hardware/cards/c-disk-controler-card.hpp"
#include "src/hardware/c-disk-drive.hpp"
#include "c-gui-green-monitor.hpp"
#include "c-gui-color-monitor.hpp"
#include "c-gui-keyboard.hpp"
#include "c-gui-numpad-joystick.hpp"
#include "c-gui-disk-drive.hpp"
#include "c-pulse-audio-sound.hpp"
#include <fstream>
#include <iostream>
void load_rom(CRomMemory *rom, char *filename, int offset) {
std::ifstream file (filename, std::ios::in|std::ios::binary);
if (file.is_open())
{
file.seekg(offset);
file.read((char *)rom->get_buffer(), rom->get_size());
file.close();
}
else
std::cout << "Unable to load ROM file \"" << filename << "\"." << std::endl;
}
int main(int argc, char *argv[])
{
// Read rom file
CRomMemory *lcRom = new CRomMemory(0x3000);
CRomMemory *intRom = new CRomMemory(0x1000);
CRomMemory *diskRom = new CRomMemory(0x0100);
load_rom(lcRom, "APPLE2E.ROM", 0x5000);
load_rom(intRom, "APPLE2E.ROM", 0x4000);
load_rom(diskRom, "APPLE2E.ROM", 0x0600);
// Build an Apple //e
CApple2eHardware *apple = new CApple2eHardware(lcRom, intRom);
CDiskControlerCard *controler = new CDiskControlerCard(diskRom);
apple->insertCard(6, controler);
CDiskDrive *drive1 = new CDiskDrive(apple->get_clock(), controler->get_interface(0));
CDiskDrive *drive2 = new CDiskDrive(apple->get_clock(), controler->get_interface(1));
// Build GUI
Gtk::Main main(argc, argv);
Gtk::Window window;
Gtk::VBox box;
window.add(box);
box.property_can_focus().set_value(true);
box.set_sensitive();
box.grab_focus();
CGuiMonitor *monitor = new CGuiColorMonitor(apple->colorvideo);
box.add(*monitor);
Gtk::HBox drivebox;
box.add(drivebox);
CGuiDiskDrive *gdrive1 = new CGuiDiskDrive(drive1, false);
drivebox.add(*gdrive1);
CGuiDiskDrive *gdrive2 = new CGuiDiskDrive(drive2, true);
drivebox.add(*gdrive2);
CGuiKeyboard *keyboard = new CGuiKeyboard(&box, apple->keyboard);
CGuiNumpadJoystick *joystick = new CGuiNumpadJoystick(&box, apple->paddles);
CPulseAudioSound *sound = new CPulseAudioSound(apple->speaker);
window.show_all();
// Run !
sound->start();
apple->start();
main.run(window);
// Delete roms
delete lcRom;
delete intRom;
delete diskRom;
return 0;
}

View File

@ -0,0 +1,17 @@
guires_DATA = \
closed.jpg\
drive_1.jpg \
drive_2.jpg \
monitor.jpg \
colormon.jpg \
on.jpg
guiresdir = \
$(pkgdatadir)
EXTRA_DIST = \
$(guires_DATA)
## File created by the gnome-build tools

View File

@ -0,0 +1,378 @@
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = src/gui/resources
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(guiresdir)"
guiresDATA_INSTALL = $(INSTALL_DATA)
DATA = $(guires_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
GUI_CFLAGS = @GUI_CFLAGS@
GUI_LIBS = @GUI_LIBS@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PULSE_CFLAGS = @PULSE_CFLAGS@
PULSE_LIBS = @PULSE_LIBS@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
guires_DATA = \
closed.jpg\
drive_1.jpg \
drive_2.jpg \
monitor.jpg \
colormon.jpg \
on.jpg
guiresdir = \
$(pkgdatadir)
EXTRA_DIST = \
$(guires_DATA)
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/gui/resources/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu src/gui/resources/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
install-guiresDATA: $(guires_DATA)
@$(NORMAL_INSTALL)
test -z "$(guiresdir)" || $(MKDIR_P) "$(DESTDIR)$(guiresdir)"
@list='$(guires_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(guiresDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(guiresdir)/$$f'"; \
$(guiresDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(guiresdir)/$$f"; \
done
uninstall-guiresDATA:
@$(NORMAL_UNINSTALL)
@list='$(guires_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(guiresdir)/$$f'"; \
rm -f "$(DESTDIR)$(guiresdir)/$$f"; \
done
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(DATA)
installdirs:
for dir in "$(DESTDIR)$(guiresdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am: install-guiresDATA
install-dvi: install-dvi-am
install-exec-am:
install-html: install-html-am
install-info: install-info-am
install-man:
install-pdf: install-pdf-am
install-ps: install-ps-am
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-guiresDATA
.MAKE: install-am install-strip
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
distclean distclean-generic distclean-libtool distdir dvi \
dvi-am html html-am info info-am install install-am \
install-data install-data-am install-dvi install-dvi-am \
install-exec install-exec-am install-guiresDATA install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-guiresDATA
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

Some files were not shown because too many files have changed in this diff Show More