From ae8d45b1ff746d696210b6b4b531ec524e0a6ae7 Mon Sep 17 00:00:00 2001 From: scratchminer Date: Mon, 22 Jan 2024 14:54:27 -0500 Subject: [PATCH] move the two PowerNoise commands to the end --- src/engine/dispatch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/dispatch.h b/src/engine/dispatch.h index 8f9d2f05f..a71d87c69 100644 --- a/src/engine/dispatch.h +++ b/src/engine/dispatch.h @@ -248,11 +248,11 @@ enum DivDispatchCmds { DIV_CMD_ESFM_MODIN, // (op, value) DIV_CMD_ESFM_ENV_DELAY, // (op, value) + DIV_CMD_MACRO_RESTART, // (which) + DIV_CMD_POWER_NOISE_COUNTER_LOAD, // (which, val) DIV_CMD_POWER_NOISE_IO_WRITE, // (port, value) - DIV_CMD_MACRO_RESTART, // (which) - DIV_CMD_MAX };