From 9e880d60394186db74f2cd18f9627c1c2bd41284 Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Thu, 24 Aug 2023 07:20:08 +0000 Subject: [PATCH] README: add DMA add mode note --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f29ea97..586a314 100644 --- a/README.rst +++ b/README.rst @@ -84,8 +84,14 @@ In short: mnemonic - scu-dsp-asm assembles ``DMA`` as the equivalent of the ``DMA1`` - mnemonic, which is the correct behavior as originally intended by - SEGA. + +.. note:: + + It is unclear which of these is correct. A future version of + scu-dsp-asm may change this behavior. + + The documentation, dspasm.exe, and the real SCU DSP are each + representing this in a mutually inconsistent way. Spurious invalid X-bus opcode generation ----------------------------------------