Naamloos / CRISP-8

The bri'ish CHIP-8 emulator mate!
GNU General Public License v3.0
0 stars 0 forks source link

Add implementations of the emulator #3

Open Naamloos opened 3 years ago

Naamloos commented 3 years ago

Because of the emulator being written on .NET Standard and being programmed in a generic way there are a lot of porting possibilities.

Implementing the emulator is as simple as providing a Chip8 instance with an implementation of IScreen, ISoundHandler and IKeyboard.

These interfaces are still WIP though, they are subject to change.