From 4f6fe595b8f28f02933edf4026e38199c5e44294 Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 10 Jul 2010 10:34:12 +0000 Subject: [PATCH] Added a paragraph about Oricutron, an Emulator for the Oric Atmos. By Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@4735 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/intro.sgml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/doc/intro.sgml b/doc/intro.sgml index 09b304d16..e2d5be776 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -334,6 +334,39 @@ to the DOS menu. Your C program should wait for a keypress if you want to see any output. +Atmos + +Oricutron

+Available at : + +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 + + +cl65 -O -t atmos hello.c text.s -o hello.tap + + +Start the emulator, choose +CLOAD"" + + +at the BASIC prompt. + +The emulation, also, supports that method. + + Commodore VICE