technobly / VEXTREME

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

Implements Developer Mode #59

Closed technobly closed 4 years ago

technobly commented 4 years ago

Developer Mode (DM)

Overview

This mode allows a single game to be flashed to VEXTREME via USB and immediately run. To update the game, simply press reset, let the VEXTREME drive re-mount and you are ready to flash again. Usually this connection time is impercievable since you reset VEXTREME, and then have to go press compile & flash. This feature is already supported by Vide, as implemented for VecFever, but you may implement support easily in any development toolchain. For this feature to work in Vide, you must copy this README.TXT to the root of your VEXTREME.

Entering Developer Mode

Developer Mode Menu

Exiting Developer Mode

Other Improvements

Steps to Test

Compile with:

make clean all flash USE_HW=v0.2

or

make clean all flash USE_HW=v0.3

also

multicart $ make clean all

References

Closes #23