Skip to content

Commit

Permalink
Add real-time messages to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Jan 20, 2019
1 parent 960fd3b commit 2a0f18e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ In addition, any FM parameter change made will be sent to all FM channels.

If all FM channels are busy, the note on event is dropped.

## System Real-Time Messages

| Status | Description | Effect |
| ------ | ------------ | ---------------------- |
| 0xF8 | Timing Clock | Increment Beat Counter |
| 0xFA | Start | None |
| 0xFC | Stop | Reset Beat Counter |

## Build & Test

Unit & system tests are compiled and ran as x86 binaries using CMocka. Mega Drive interfaces are mocked.
Expand Down

0 comments on commit 2a0f18e

Please sign in to comment.