<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.defence-force.org/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.defence-force.org/feed.php">
        <title>Defence Force's Wiki</title>
        <description></description>
        <link>http://wiki.defence-force.org/</link>
        <image rdf:resource="http://wiki.defence-force.org/lib/images/favicon.ico" />
       <dc:date>2012-02-06T00:22:44-08:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.defence-force.org/doku.php?id=oric:hardware:cpu_6502&amp;amp;rev=1321383267&amp;do=diff1321383267"/>
                <rdf:li rdf:resource="http://wiki.defence-force.org/doku.php?id=oric:xa65&amp;amp;rev=1319656674&amp;do=diff1319656674"/>
                <rdf:li rdf:resource="http://wiki.defence-force.org/doku.php?id=oric:hardware:plotter&amp;amp;rev=1314887249&amp;do=diff1314887249"/>
                <rdf:li rdf:resource="http://wiki.defence-force.org/doku.php?id=oric:faq_official&amp;amp;rev=1314524421&amp;do=diff1314524421"/>
                <rdf:li rdf:resource="http://wiki.defence-force.org/doku.php?id=oric:main&amp;amp;rev=1313928337&amp;do=diff1313928337"/>
                <rdf:li rdf:resource="http://wiki.defence-force.org/doku.php?id=oric:software:programming_languages&amp;amp;rev=1313254779&amp;do=diff1313254779"/>
                <rdf:li rdf:resource="http://wiki.defence-force.org/doku.php?id=oric:hardware:psg&amp;amp;rev=1313247164&amp;do=diff1313247164"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.defence-force.org/lib/images/favicon.ico">
        <title>Defence Force's Wiki</title>
        <link>http://wiki.defence-force.org/</link>
        <url>http://wiki.defence-force.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.defence-force.org/doku.php?id=oric:hardware:cpu_6502&amp;amp;rev=1321383267&amp;do=diff1321383267">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-15T10:54:27-08:00</dc:date>
        <dc:creator>jede</dc:creator>
        <title>oric:hardware:cpu_6502</title>
        <link>http://wiki.defence-force.org/doku.php?id=oric:hardware:cpu_6502&amp;amp;rev=1321383267&amp;do=diff1321383267</link>
        <description>Pins

 

Phi2 and Phi0

	*  Yellow line is phi2 (from ULA)
	*  Green is Phi0 (from ULA)

 It’s taken from an real Oric, phi2 and phi0 at the same time</description>
    </item>
    <item rdf:about="http://wiki.defence-force.org/doku.php?id=oric:xa65&amp;amp;rev=1319656674&amp;do=diff1319656674">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-26T12:17:54-08:00</dc:date>
        <dc:creator>jede</dc:creator>
        <title>oric:xa65</title>
        <link>http://wiki.defence-force.org/doku.php?id=oric:xa65&amp;amp;rev=1319656674&amp;do=diff1319656674</link>
        <description>How to code both for 65C816, 65C02, 6502

 You can use preprocessor directive :  
#ifdef 65C816
	ldy #512+256
loop2
	lda charset,y
	sta $b500,y
	dey
	bne loop2	
#else
	ldy #0	
loop
	lda charset,y
	sta $b500,y
	lda charset+256,y
	sta $b500+256,y
	lda charset+512,y
	sta $b500+512,y
	iny
	bne loop
#endif
	rts</description>
    </item>
    <item rdf:about="http://wiki.defence-force.org/doku.php?id=oric:hardware:plotter&amp;amp;rev=1314887249&amp;do=diff1314887249">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-01T07:27:29-08:00</dc:date>
        <dc:creator>Stefan Haubenthal</dc:creator>
        <title>oric:hardware:plotter - The 1520 Plotter Survival Guide</title>
        <link>http://wiki.defence-force.org/doku.php?id=oric:hardware:plotter&amp;amp;rev=1314887249&amp;do=diff1314887249</link>
        <description>Oric MCP 40-Colour Printer, mechanic by ALPS ( = Commodore 1520 (IEC) / Atari 1020 Color Printer (SIO) / Tandy Radio Shack CGP-115 (DIN))

	*  4-color graphics: (black, red, blue, green). optional 8-pen rainbow package
	*  alphanumberics and X,Y plotting capability
	*  10 cps (40-column mode)
	*  20, 40 and 80-column modes
	*  horizontal and vertical alphanumerics, English and International chr sets
	*  water soluble ink pen technology
	*  4-pen barrel print head
	*  6805 microcontroller
	*  pap…</description>
    </item>
    <item rdf:about="http://wiki.defence-force.org/doku.php?id=oric:faq_official&amp;amp;rev=1314524421&amp;do=diff1314524421">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T02:40:21-08:00</dc:date>
        <dc:creator>jede</dc:creator>
        <title>oric:faq_official</title>
        <link>http://wiki.defence-force.org/doku.php?id=oric:faq_official&amp;amp;rev=1314524421&amp;do=diff1314524421</link>
        <description>For Microtan 65, Oric 1, Oric Atmos &amp; Stratos IQ164/Telestrat
 Last updated 6 June 2004
 Contact: Jim Groom (james.groom@virgin.net)

This FAQ is designed to provide information on the computers developed by Tangerine and Oric Products. It is constantly being updated. In order to improve this FAQ, your help is required. Please e-mail the maintainer with any information or corrections you may have. The layout is unashamedly based on the Atari 2600/7800 FAQ. Imitation is the sincerist form of flat…</description>
    </item>
    <item rdf:about="http://wiki.defence-force.org/doku.php?id=oric:main&amp;amp;rev=1313928337&amp;do=diff1313928337">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-21T05:05:37-08:00</dc:date>
        <dc:creator>jede</dc:creator>
        <title>oric:main</title>
        <link>http://wiki.defence-force.org/doku.php?id=oric:main&amp;amp;rev=1313928337&amp;do=diff1313928337</link>
        <description>The Oric wiki page.

 

Resources

	*  The up-to-date list of Oric links
	*  Emulators
	*  FAQ
	*  FAQ_OFFICIAL

Tools(PC)

	*  Graphic Tools
	*  Disk Tools
	*  Cross Compiling Tools
	*  Sending data to a real Oric
	*  Editors

Software Projects

	*  The Wurlde project
	*  The AYT Project
	*  The OBE Project
	*  The Otype Project
	*  The Impossible Mission Project
	*  WAVE Tracker (Music Editor)</description>
    </item>
    <item rdf:about="http://wiki.defence-force.org/doku.php?id=oric:software:programming_languages&amp;amp;rev=1313254779&amp;do=diff1313254779">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-13T09:59:39-08:00</dc:date>
        <dc:creator>Stefan Haubenthal</dc:creator>
        <title>oric:software:programming_languages</title>
        <link>http://wiki.defence-force.org/doku.php?id=oric:software:programming_languages&amp;amp;rev=1313254779&amp;do=diff1313254779</link>
        <description>*  Compilateur LM Plus by IsoSoft

	*  Oric-Forth V2 by Tansoft

	*  Forth
	*  Editor: SCRN01 - SCRN07
	*  Assembler: SCRN01 - SCRN05
	*  Extensions: SCRN01 - SCRN07
	*  Tunesmith: SCRN01 - SCRN04</description>
    </item>
    <item rdf:about="http://wiki.defence-force.org/doku.php?id=oric:hardware:psg&amp;amp;rev=1313247164&amp;do=diff1313247164">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-13T07:52:44-08:00</dc:date>
        <dc:creator>jede</dc:creator>
        <title>oric:hardware:psg - created</title>
        <link>http://wiki.defence-force.org/doku.php?id=oric:hardware:psg&amp;amp;rev=1313247164&amp;do=diff1313247164</link>
        <description>* PSG manage sound and keyboard * It use a modified clock from 6502 cpu. This clock is a bit delayed if we compare from cpu’s clock (phi2)</description>
    </item>
</rdf:RDF>

