Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fniephaus/brodcpu
- Owner: fniephaus
- License: mit
- Created: 2014-03-24T20:38:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T19:29:51.000Z (over 9 years ago)
- Last Synced: 2024-10-04T18:31:29.523Z (about 1 month ago)
- Language: Smalltalk
- Homepage:
- Size: 1.26 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)