X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmemory.cpp;h=64921476a00598e9707348ffad971f70054b2bba;hb=d59de2a3408a34b53772bfd4b00cd3e8dc50a03b;hp=6d57ca3e09c0064c40fb8976069d169ac0854b16;hpb=f30bf746981a99079e766b0d4e9de5391a4175ff;p=virtualjaguar diff --git a/src/memory.cpp b/src/memory.cpp index 6d57ca3..6492147 100644 --- a/src/memory.cpp +++ b/src/memory.cpp @@ -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 and see if that header is portable or not. + uint16 & memcon1 = *((uint16 *)&jagMemSpace[0xF00000]); uint16 & memcon2 = *((uint16 *)&jagMemSpace[0xF00002]); uint16 & hc = *((uint16 *)&jagMemSpace[0xF00004]);