https://github.com/hrvach/oraojs
Croatian computer Orao emulator in JavaScript
https://github.com/hrvach/oraojs
croatia emulator javascript js orao retrocomputing vintage-computers
Last synced: 3 months ago
JSON representation
Croatian computer Orao emulator in JavaScript
- Host: GitHub
- URL: https://github.com/hrvach/oraojs
- Owner: hrvach
- Created: 2015-12-07T16:30:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T17:19:36.000Z (over 8 years ago)
- Last Synced: 2025-04-12T10:55:35.387Z (6 months ago)
- Topics: croatia, emulator, javascript, js, orao, retrocomputing, vintage-computers
- Language: JavaScript
- Homepage: http://orao.hrvoje.org
- Size: 400 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Orao Emulator
============[Orao](https://en.wikipedia.org/wiki/Orao_%28computer%29) is a Croatian 8-bit
computer used primarily in elementary schools, as part of a computer literacy
initiative.This is an attempt of an emulator written in Javascript, licensed under the
terms of the GNU General Public License, version 2 or later (GPLv2+).It's a port of my [Python-based emulator](https://github.com/hrvach/OraoPy),
with some features missing for now (save).Instructions
-------------Enter BASIC using "BC". When asked about the memory size, press ENTER unless
you don't want BASIC to use the entire available memory.To return to monitor from BASIC, press ESC.
WAV files containing programs / games are located in the wav folder.
Try LMEM "DEMO2" and be patient, it loads at the original speed. Additional
documentation can be found at the Python-based emulator repository, where the
original PDF manual can be downloaded.It *should* work in newer browsers, tested in Iceweasel (FF) and Chromium.
Check out a [Live DEMO](http://blog.hrvoje.org/blog/2015/12/03/the-eagle-has-landed/)
with several available programs and have fun!