|
KallistiOS
2.0.0
|
User-break controller support. More...
Go to the source code of this file.
Macros | |
| #define | BARA (*((vuint32*)0xFF200000)) |
| BARA register. | |
| #define | BASRA (*((vuint8*)0xFF000014)) |
| BASRA register. | |
| #define | BAMRA (*((vuint8*)0xFF200004)) |
| BAMRA register. | |
| #define | BBRA (*((vuint16*)0xFF200008)) |
| BBRA register. | |
| #define | BARB (*((vuint32*)0xFF20000C)) |
| BARB register. | |
| #define | BASRB (*((vuint8*)0xFF000018)) |
| BASRB register. | |
| #define | BAMRB (*((vuint8*)0xFF200010)) |
| BAMRB register. | |
| #define | BBRB (*((vuint16*)0xFF200014)) |
| BBRB register. | |
| #define | BRCR (*((vuint16*)0xFF200020)) |
| BRCR register. | |
Functions | |
| static void | ubc_pause () |
| Pause after setting UBC parameters. | |
| static void | ubc_disable_all () |
| Disable all UBC breakpoints. | |
| static void | ubc_break_data_write (uint32 address) |
| Set a UBC data-write breakpoint at the given address. | |
| static void | ubc_break_inst (uint32 address, int use_dbr) |
| Set a UBC instruction access breakpoint at the given address. | |
User-break controller support.
This file defines some functionality for using the SH4 UBC.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Disable all UBC breakpoints.
References BBRA, BBRB, and ubc_pause().
|
inlinestatic |
Pause after setting UBC parameters.
Referenced by ubc_break_data_write(), ubc_break_inst(), and ubc_disable_all().
1.8.1.1