DCPU-16 emulator written in Squeak Smalltalk
- Make sure you have metacello-work installed.
- Load the project with:
Metacello new
baseline: 'BroDCPU';
repository: 'github://fniephaus/BroDCPU:master/packages';
onConflict: [:ex | ex allow];
load
- Now you can just run the following code in your workspace:
BroDCPU new openInHand
- Compatible to DCPU-16 Specification v1.7
- Parser compatible to many ROMs
- +90% code coverage