mirror of https://github.com/stella-emu/stella.git
Fix crash in debugger. Much more work still required here.
This commit is contained in:
parent
7404981105
commit
ea6ead0afe
|
@ -1321,7 +1321,7 @@ void CartridgeMVC::reset()
|
||||||
const ByteBuffer& CartridgeMVC::getImage(size_t& size) const
|
const ByteBuffer& CartridgeMVC::getImage(size_t& size) const
|
||||||
{
|
{
|
||||||
// not used
|
// not used
|
||||||
size = 0;
|
size = mySize;
|
||||||
return myImage;
|
return myImage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue