MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
29 stars 31 forks source link

#9: MEGA65_FTP: vfat (part 1), extra comfort commands and for accessing filehost easily #87

Closed gurcei closed 3 years ago

gurcei commented 3 years ago

As my vfat efforts took a tangent in different directions, I thought I better do a pull-request for the work done so far, as I'm worried if I wait till the complete vfat implementation is in, it'll be even larger, and an enormous pain to review.

So, work done so far:

VFAT

Extra mega65_ftp commands to retrieve files from filehost

Extra mega65_ftp perks for console-junkies

Extra mega65_ftp commands for sd-card debugging

More convenience env-vars for developers

The aim of these is to help speed up developer build iterations (all of these are on (1) by default):

E.g., For faster builds, you might want to build with make DO_SMU=0 DO_MKVER=0 DO_STATIC=0 bin/mega65.ftp.exe (or add these env-vars into your ~/.bashrc)

OpenROMs improvements

Other