Code Monkey home page Code Monkey logo

rc2014's Introduction

RC2014 Emulator

This is a Docker image that will emulate the RC2014 Z80 retro computer using RomWBW so that it can run CP/M.

The project exists because I wanted an easy way to spin up the emulator without having to compile the emulator in all its variants and keep around the RomWBW files.

It was also a way for me to learn about Docker multi-stage builds.

Usage

Build the Docker image:

docker build . --tag rc2014

Running the container will drop you into the RomWBW monitor.

docker run -it rc2014

By default, the emulator will boot up with a 128MB virtual IDE disk mounted as unit 2 with the following slices:

Slice Description
0 ZSDOS
1 Turbo Pascal
2 Games
3 Aztec C

To boot the OS, type the command 2.0 into the monitor. This will boot unit 2, slice 0 (ZSDOS).

The virtual disk is emphemeral. You can mount an alternative directory under /disk and the emualtor will create the virtual disk there as disk.ide.

Future Direction

  • Use an environment variable to control which IDE disk is used.
  • Use an environment variable to control which ROM file is used.
  • Allow multiple disks to be mounted.
  • Implement a mode in which the container will, instead of booting the emulator, will allow some utilities to be run instead. For example, utilities to copy slices in and out of the disk, or to copy files in and out of a slice.

rc2014's People

Contributors

profbbrown avatar

Watchers

 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.