Update Rsp.h

Convert multiline comment into single line comment, capitalize DWORD, add hyphen to 32-bits, correct typo, and change "pre bswap" to "pre-bswap'd"
This commit is contained in:
Derek "Turtle" Roe 2021-03-13 04:24:43 -06:00
parent 13d6fae9d8
commit 8b36f3d637
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
typedef struct
{
void * hInst;
int32_t MemoryBswaped; /* If this is set to TRUE, then the memory has been pre
bswap on a dword (32 bits) boundry */
int32_t MemoryBswaped; // If this is set to TRUE, then the memory has been pre-bswap'd on a DWORD (32-bits) boundary
uint8_t * RDRAM;
uint8_t * DMEM;
uint8_t * IMEM;