Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Link to original mGB repo
  • Loading branch information
tstirrat authored Aug 29, 2024
1 parent 97a1c7a commit ccab504
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@

https://mgb-waveform-edit.web.app/

This tool allows one to replace the waveform that is selected in the WAV channel. It sends a custom
SysEx message to mGB, so you will need:
This tool allows one to edit the waveform for [mGB](https://github.com/trash80/mGB). It works via a SysEx message.

1. A custom mGB built from [this branch](https://github.com/tstirrat/mGB/pull/6)
You will need:

1. A custom mGB - built from [this branch](https://github.com/tstirrat/mGB/pull/6)
1. An ArduinoBoy or some way to send MIDI to the mGB cart

I have not tested it in RetroPlug, in theory it should work.

### Running the development server

```
bun install
bun run dev
```

### Building the app

```
bun install
bun run build
```

0 comments on commit ccab504

Please sign in to comment.