More updates for the tranZPUter
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user