BroDCPU

Description

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

Details

Source
GitHub
Dialect
squeak (25% confidence)
License
MIT
Stars
10
Forks
4
Created
March 24, 2014
Updated
Sept. 27, 2024

README excerpt

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)
← Back to results