]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/memory.cpp
Initial stab at getting the DSP to run in the host audio IRQ. Needs testing.
[virtualjaguar] / src / memory.cpp
index 6d57ca3e09c0064c40fb8976069d169ac0854b16..64921476a00598e9707348ffad971f70054b2bba 100644 (file)
@@ -156,6 +156,8 @@ uint32 butch, dscntrl, ds_data, i2cntrl, sbcntrl, subdata, subdatb, sb_time, fif
 // Actually, considering that "byteswap.h" doesn't exist elsewhere, the above
 // is probably our best bet here. Just need to rename them to ESAFExx().
 
+// Look at <endian.h> and see if that header is portable or not.
+
 uint16 & memcon1   = *((uint16 *)&jagMemSpace[0xF00000]);
 uint16 & memcon2   = *((uint16 *)&jagMemSpace[0xF00002]);
 uint16 & hc        = *((uint16 *)&jagMemSpace[0xF00004]);