GP-24_emteere fixing disassembly during emulation

This commit is contained in:
emteere 2020-06-30 16:56:33 -04:00
parent 9255d6ba0b
commit 4095810c01

View file

@ -129,6 +129,7 @@ public class WrappedMemBuffer implements MemBuffer {
}
fillBuffer(offset);
return buffer[0];
}