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