]> git.sur5r.net Git - cc65/commitdiff
Added a paragraph about Oricutron, an Emulator for the Oric Atmos. By Stefan
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Jul 2010 10:34:12 +0000 (10:34 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Jul 2010 10:34:12 +0000 (10:34 +0000)
Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4735 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/intro.sgml

index 09b304d16f74c181afaaf9fde624bf56d4026681..e2d5be776f2ac1fde0f732924c02e876f8e1bedb 100644 (file)
@@ -334,6 +334,39 @@ to the DOS menu.  Your C program should wait for a keypress if you want to see
 any output.
 
 
+<sect1>Atmos
+
+<sect2>Oricutron<p>
+Available at <url
+url="http://code.google.com/p/oriculator/">:
+
+Emulates Oric-1 and Atmos computers, with sound, disk images,
+scanline-exact NTSC/PAL video, and movie export. Includes monitor.
+Fortunately for all SDL platforms. You will just need the emulator, all
+ROMs are supplied.
+
+Compile the tutorial with
+
+<tscreen><verb>
+cl65 -O -t atmos hello.c text.s -o hello.tap
+</verb></tscreen>
+
+Start the emulator, choose <bf/F1/ and <bf/Insert tape.../, and point to
+the "<bf/hello.tap/" executable. The file has an auto start header meant to
+be loaded directly from tape.
+
+On a real Atmos, you would need a tape drive.
+Turn on the computer, type
+
+<tscreen><verb>
+CLOAD""
+</verb></tscreen>
+
+at the BASIC prompt.
+
+The emulation, also, supports that method.
+
+
 <sect1>Commodore
 
 <sect2>VICE<p>