GUI: improve debug menu
This commit is contained in:
parent
c8f57afda4
commit
584b8426ff
28 changed files with 167 additions and 10 deletions
|
|
@ -292,6 +292,12 @@ class DivDispatch {
|
|||
*/
|
||||
virtual void poke(std::vector<DivRegWrite>& wlist);
|
||||
|
||||
/**
|
||||
* get available registers.
|
||||
* @return an array of C strings, terminated by NULL; or NULL if none available.
|
||||
*/
|
||||
virtual const char** getRegisterSheet();
|
||||
|
||||
/**
|
||||
* initialize this DivDispatch.
|
||||
* @param parent the parent DivEngine.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue