More updates for the tranZPUter

This commit is contained in:
Philip Smart
2020-06-17 23:10:24 +01:00
parent df0df86ced
commit dcc471fc00
12 changed files with 316 additions and 99 deletions

View File

@@ -48,7 +48,7 @@ TARGET = main
TEENSY = 35
# Set to 24000000, 48000000, or 96000000 to set CPU core speed
TEENSY_CORE_SPEED = 168000000
TEENSY_CORE_SPEED = 120000000
# Some libraries will require this to be defined
# If you define this, you will break the default main.cpp

View File

@@ -344,7 +344,7 @@ int cmdProcessor(void)
loadTranZPUterDefaultROMS();
// Cache initial directory.
svcCacheDir(TZSVC_DEFAULT_DIR, 1);
svcCacheDir(TZSVC_DEFAULT_MZF_DIR, 1);
// For the tranZPUter, once we know that an SD card is available, launch seperate thread to handle hardware and service functionality.
// No SD card = no tranZPUter functionality.