technobly / VEXTREME

VEXTREME - Vectrex Multicart
GNU General Public License v3.0
61 stars 12 forks source link

Rattboi/embedded multicart #67

Closed bradonkanyid closed 4 years ago

bradonkanyid commented 4 years ago

Problem

Should supply a built-in menu that is overrideable by a file on the flash filesystem

Solution

This PR makes the latest built multicart an object that is linked in, and the new loadMenu code attempts to see if a menu file exists in the filesystem. If no, it will load the embedded menu instead.

Steps to Test

1) Flash this firmware 2) Remove multicart.bin from flash over usb.

References


Contributor License Agreement

I, Bradon Kanyid, agree to license my contributions to this project under the terms of the GPL 3.0 or any later version.

Please add your full legal name above, for this PR to be mergeable. If you would prefer to sign a CLA via email, please request that.

technobly commented 4 years ago

Very nice addition! 🌟 ⭐ Thanks @bradonkanyid