DREAMWEB: kIcons2 accessor

This commit is contained in:
Bertrand Augereau 2011-12-04 16:52:52 +01:00
parent 22a7ab4424
commit 7ce0cee002
2 changed files with 5 additions and 0 deletions

View File

@ -2488,6 +2488,10 @@ Frame * DreamGenContext::icons1() {
return (Frame *)getSegment(data.word(kIcons1)).ptr(0, 0);
}
Frame * DreamGenContext::icons2() {
return (Frame *)getSegment(data.word(kIcons2)).ptr(0, 0);
}
void DreamGenContext::playChannel0(uint8 index, uint8 repeat) {
if (data.byte(kSoundint) == 255)
return;

View File

@ -319,6 +319,7 @@
Frame *tempGraphics2();
Frame *tempGraphics3();
Frame *icons1();
Frame *icons2();
void accessLightOn();
void accessLightOff();
void randomAccess(uint16 count);