Skip to content

Commit

Permalink
Add architecture diagram to README
Browse files Browse the repository at this point in the history
  • Loading branch information
linoscope committed Dec 12, 2021
1 parent 4e04f4b commit 33c8694
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,15 @@ $ dune runtest test/unit_tests/
$ dune runtest test/rom_tests/
```

## Project Structure
## Architecture diagram

Here is a rough sketch of the various modules and their relation between them.

<div align="center">
<img src="/resource/screenshot/diagram/camlboy_architecture.png" height="500"/>
</div>

## Directory Structure

- `lib` - Main emulator code
- `bin` - UI code
Expand Down
Binary file added resource/diagram/camlboy_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33c8694

Please sign in to comment.