File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,30 @@ Head over to the [Wiki](https://github.com/rhargreaves/mega-drive-midi-interface
3535
3636Unit & system tests are compiled and ran as x86 binaries using CMocka. Mega Drive interfaces are mocked.
3737
38- There are two flavours of ROM:
38+ There are three flavours of ROM:
3939
40- - ** Standard** : for EverDrives or other flash cart.
40+ - ** EverDrive** : for genuine Mega EverDrives.
41+ - ** Generic** : for other generic flash carts.
4142- ** MegaWiFi** : for use with the BlastEm emulator or MegaWiFi hardware.
4243
4344### Docker:
4445
45- Build Standard ROM:
46+ Build EverDrive ROM (default) :
4647
4748``` sh
4849./docker-make release
4950```
5051
52+ Build Generic ROM:
53+
54+ ``` sh
55+ ROM_TYPE=GENERIC ./docker-make release
56+ ```
57+
5158Build MegaWiFi ROM:
5259
5360``` sh
54- ./docker-make release ROM_TYPE=MEGAWIFI
61+ ROM_TYPE=MEGAWIFI ./docker-make release
5562```
5663
5764### Linux without Docker
You can’t perform that action at this time.
0 commit comments