ACCESS: Implement 2 opcodes

This commit is contained in:
Strangerke 2014-08-11 00:52:03 +02:00
parent b2596cab0e
commit 6f2bc7fc1f
2 changed files with 21 additions and 7 deletions

View file

@ -75,13 +75,13 @@ protected:
void CMDDISPINV();
void CMDSETTIMER();
void CMDCHECKTIMER();
void CMDSETTRAVEL();
void cmdSetTravel();
void CMDSETVID();
void CMDPLAYVID();
void cmdPlotImage();
void cmdSetDisplay();
void CMDSETBUFFER();
void CMDSETSCROLL();
void cmdSetScroll();
void CMDSAVERECT();
void CMDSETBUFVID();
void CMDPLAYBUFVID();