mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-21 22:17:15 +00:00
Disable JITC on certain modules.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
include "inc/cmdsys.plh"
|
||||
sysflags nojitc // Keep tone() from compiling and sounding different
|
||||
//
|
||||
// Handy constants.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include "inc/cmdsys.plh"
|
||||
sysflags nojitc // It's file I/O. No need to hurry up and wait.
|
||||
//
|
||||
// CFFA1 addresses.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include "inc/cmdsys.plh"
|
||||
sysflags nojitc // No need to speed this up
|
||||
|
||||
def argDelim(str)
|
||||
byte n
|
||||
|
||||
Reference in New Issue
Block a user