Code Monkey home page Code Monkey logo

clc88's Introduction

clc88

CLC-88 Micro Computer emulator

Code to experiment with a new retro-computer design.

More info at: http://catrinlabs.cl/clc-88-compy-the-8-bit-computer/

Pre-requisites for building

You need some Linux dev tools plus the mads assember If you are using ubuntu, this command should be enough:

sudo apt-get build-essential libsdl2-dev

Mads can be found at http://mads.atari8.info/

Building

To build the emulator, samples and test programs:

cd src
make

Run

The emulator itself will do nothing and will stop when trying to run an app After building the emulator, several samples and tests will be built

The general command to run the emulator is:

 ./clc88 PROGRAM [-m|-M] [-storage PATH]

Example

 ./clc88 ../bin/asm/6502/test/modes/mode_0

The flags are:

  • -m : enter the monitor just before starting the loaded app
  • -M : enter the monitor just after RESET, before anything is ran
  • -storage : folder to use as the emulated storage

Here is another example running the RMT player demo

 ./clc88 ../bin/asm/6502/demos/rmtplayer/player -storage ../asm/6502/demos/rmt/songs

Credits:

  • Z80 and 6502 Emulator by Juergen Buchmueller
  • Pokey emulator from the MAME project
  • Emulation interfaces from the MAME project

clc88's People

Contributors

aldrinmartoq avatar dmsc avatar fcatrin 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.