Further updates for the MZ-700 mode and NASCOM basic

This commit is contained in:
Philip Smart
2020-06-19 01:14:08 +01:00
parent 64ebf13d14
commit 3f250cab48
10 changed files with 351 additions and 135 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 = 120000000
TEENSY_CORE_SPEED = 168000000
# Some libraries will require this to be defined
# If you define this, you will break the default main.cpp

View File

@@ -343,8 +343,8 @@ int cmdProcessor(void)
// Setup memory on Z80 to default.
loadTranZPUterDefaultROMS();
// Cache initial directory.
svcCacheDir(TZSVC_DEFAULT_MZF_DIR, 1);
// Cache initial director.
svcCacheDir(TZSVC_DEFAULT_MZF_DIR, MZF, 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.