peterw8102 / Z80-Retro

Tools and code snippets I'm playing with while building my own Z80 SBC
MIT License
15 stars 3 forks source link

Zios split #6

Closed peterw8102 closed 1 year ago

peterw8102 commented 1 year ago

Major restructure. Split out OS type functions in the zios subdirectory leaving the ZLoader CLI in the zloader directory. The zloader directory itself has been restructured to break out all of the command handlers into separate files.