Search results
V9990 write mask
Score: 149.08 %,
Type: Forum topic , Comments: 68 comments
0x40000) ? (color >> 8) : (color & 0xFF);
byte dstColor = vram.readVRAMDirect(addr);
byte newColor = logOp(lut, srcColor, dstColor);
byte mask1 = (addr & 0x40000) ? (mask >> 8) : (mask & 0xFF);
byte mask2 = mask1 & (0xF0 >> (4 * (x & 1))); ...
auf wiedersehen monty only psg?
Score: 148.94 %,
Type: Forum topic , Comments: 8 comments
Recently I ve heard this song in msx psg. I must admit that is awesome!
And even others ports with different sound hw are equally awesome!
I am wondering if there is some OPx version taking advantage on fm synth like msx music or so.
Anyone know ...
