Giter Site home page Giter Site logo

baskax / retroputer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kerrishotts/retroputer

0.0 1.0 0.0 25.86 MB

An emulator for a hypothetical 16-bit computer from the 80s and 90s. Intended as a play-thing and educational tool.

Home Page: http://bit.ly/retroputer

HTML 1.48% JavaScript 61.83% Assembly 35.49% Nearley 0.32% C 0.17% Shell 0.02% VBA 0.67%

retroputer's Introduction

Retroputer

Retroputer is an emulator for a computer system that resembles machines in the 80's and 90's. However, the machine as presented did not exist in this form -- rather, the emulator seeks only to emulate the look and feel of these machines, not replicate an actual machine from the era. There are plenty of emulators that do so excellently. Instead, Retroputer has these goals:

  • Be simple to learn
  • Encourage programming
  • Work in a web browser
  • Resemble 8 and 16-bit machines
  • Have a completely understandable architecture from low-level "hardware" to high-level software

Retroputer V2 is intended to be a lower-level faux emulator than Retroputer v1 that incorporates low level technologies such as buses and clocks. This isn't intended to be a perfect representation of physical hardware, but makes interconnects between simulated devices much easier, and also simplifies the modeling of the overall structure of the computer.

Important: Retroputer V2 is far from complete, as is the documentation in the wiki. Take everything with huge grains of salt!

Status

See status in the wiki.

Launching

You can try the online version. (Probably a few commits behind.)

You can launch the browser interface executing:

$ npm install
$ npm run watch

Then navigate to http://localhost:1234

Tests

You can run tests by executing npm test.

Docs

(Out-of-date) Documentation is available in the docs directory. The more up-to-date stuff is here.

License

MIT License. Use as much or as little as you want.

retroputer's People

Contributors

kerrishotts avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.