Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fniephaus/brodcpu

DCPU-16 emulator written in :mouse: Squeak/Smalltalk.
https://github.com/fniephaus/brodcpu

Last synced: 20 days ago
JSON representation

DCPU-16 emulator written in :mouse: Squeak/Smalltalk.

Awesome Lists containing this project

README

        

BroDCPU
=======
[![Build Status](https://travis-ci.org/fniephaus/BroDCPU.svg?branch=master)](https://travis-ci.org/fniephaus/BroDCPU)

DCPU-16 emulator written in Squeak Smalltalk

![BroDCPU Screenshot](https://raw.github.com/fniephaus/BroDCPU/master/screenshot.gif)

## How to install
1. Make sure you have [metacello-work](https://github.com/dalehenrich/metacello-work) installed.
2. Load the project with:
```smalltalk
Metacello new
baseline: 'BroDCPU';
repository: 'github://fniephaus/BroDCPU:master/packages';
onConflict: [:ex | ex allow];
load
```
3. Now you can just run the following code in your workspace:
```smalltalk
BroDCPU new openInHand
```

## Features

- Compatible to [DCPU-16 Specification v1.7](https://raw.githubusercontent.com/gatesphere/demi-16/master/docs/dcpu-specs/dcpu-1-7.txt)
- Parser compatible to many ROMs
- +90% code coverage

## Contributors

[Fabio Niephaus](https://github.com/fniephaus), [Philipp Otto](https://github.com/philippotto), [Max Reimann](https://github.com/MaxReimann) and [Daniel Werner](https://github.com/daniel-wer)