Changed EFxx to EExx at request of tildearrow

This commit is contained in:
MooingLemur 2023-07-05 15:29:11 -07:00
parent fba48149a5
commit a8a02b9ebb
5 changed files with 5 additions and 5 deletions

View file

@ -236,7 +236,7 @@ const char* cmdName[]={
"NES_LINEAR_LENGTH",
"SYNC_MESSAGE",
"EXTERNAL",
"ALWAYS_SET_VOLUME"
};
@ -915,6 +915,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
//printf("\x1b[1;36m%d: extern command %d\x1b[m\n",i,effectVal);
extValue=effectVal;
extValuePresent=true;
dispatchCmd(DivCommand(DIV_CMD_EXTERNAL,effectVal));
break;
case 0xef: // global pitch
globalPitch+=(signed char)(effectVal-0x80);