From 7be9178c0f9b0e698a305ecc5c0c41fcc596a4fc Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sun, 23 Jun 2019 07:42:16 +0800 Subject: LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSync(), better reference manual. --- libpsn00b/include/hwregs_a.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libpsn00b/include/hwregs_a.h') diff --git a/libpsn00b/include/hwregs_a.h b/libpsn00b/include/hwregs_a.h index a71a657..27cfc88 100644 --- a/libpsn00b/include/hwregs_a.h +++ b/libpsn00b/include/hwregs_a.h @@ -63,6 +63,13 @@ .set JOY_CTRL, 0x104A .set JOY_BAUD, 0x104E +# Serial +.set SIO_TXRX, 0x1050 +.set SIO_STAT, 0x1054 +.set SIO_MODE, 0x1058 +.set SIO_CTRL, 0x105a +.set SIO_BAUD, 0x105e + # IRQ .set ISTAT, 0x1070 .set IMASK, 0x1074 -- cgit v1.2.3