mirror of https://github.com/stella-emu/stella.git
Fixed MVC debugger crash
This commit is contained in:
parent
359f40028e
commit
3db62a8f3b
|
@ -1635,6 +1635,7 @@ CartridgeMVC::CartridgeMVC(string_view path, size_t size,
|
||||||
myMovie{make_unique<MovieCart>()},
|
myMovie{make_unique<MovieCart>()},
|
||||||
myPath{path}
|
myPath{path}
|
||||||
{
|
{
|
||||||
|
createRomAccessArrays(size);
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue