Skip to content

Commit

Permalink
cdvdman: fix typo in CD regs - thanks AKuHAK
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Jul 2, 2020
1 parent f95176e commit e3897c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iopcore/common/cdvdman.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define CDVDreg_HOWTO (*(volatile unsigned char *)0xBF402006)
#define CDVDreg_ABORT (*(volatile unsigned char *)0xBF402007)
#define CDVDreg_PWOFF (*(volatile unsigned char *)0xBF402008)
#define CDVDreg_9 (*(volatile unsigned char *)0xBF402008)
#define CDVDreg_9 (*(volatile unsigned char *)0xBF402009)
#define CDVDreg_STATUS (*(volatile unsigned char *)0xBF40200A)
#define CDVDreg_B (*(volatile unsigned char *)0xBF40200B)
#define CDVDreg_C (*(volatile unsigned char *)0xBF40200C)
Expand Down

0 comments on commit e3897c5

Please sign in to comment.