add getWantPreNote()
currently only C64 system requires this
This commit is contained in:
parent
53120edd99
commit
52c3b10373
5 changed files with 18 additions and 1 deletions
|
|
@ -399,6 +399,12 @@ class DivDispatch {
|
|||
*/
|
||||
virtual bool getDCOffRequired();
|
||||
|
||||
/**
|
||||
* check whether PRE_NOTE command is desired.
|
||||
* @return truth.
|
||||
*/
|
||||
virtual bool getWantPreNote();
|
||||
|
||||
/**
|
||||
* get a description of a dispatch-specific effect.
|
||||
* @param effect the effect.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue