Remove HW_REG I added to rcp.h, and replace all uses with IO_WRITE / IO_READ

This commit is contained in:
Ryan Myers
2021-09-21 21:01:42 -04:00
parent 78ebec9c9b
commit b335bb56d0
5 changed files with 23 additions and 26 deletions
-2
View File
@@ -68,8 +68,6 @@ The Indy development board use cartridge domain 1:
**************************************************************************/
#define HW_REG(reg, type) *(volatile type *)(u32*)(reg | 0xa0000000)
/*************************************************************************
* RDRAM Memory (Assumes that maximum size is 4 MB)
*/