GUI: improve debug menu
This commit is contained in:
parent
c8f57afda4
commit
584b8426ff
28 changed files with 167 additions and 10 deletions
|
|
@ -29,6 +29,10 @@ const char* regCheatSheetPCE[]={
|
|||
NULL
|
||||
};
|
||||
|
||||
const char** DivPlatformPCE::getRegisterSheet() {
|
||||
return regCheatSheetPCE;
|
||||
}
|
||||
|
||||
void DivPlatformPCE::acquire(short* bufL, short* bufR, size_t start, size_t len) {
|
||||
for (size_t h=start; h<start+len; h++) {
|
||||
// PCM part
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue