Skip to content

Commit

Permalink
Fixed MVC debugger crash
Browse files Browse the repository at this point in the history
  • Loading branch information
thrust26 committed Mar 7, 2024
1 parent cd46d87 commit 21f2688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emucore/CartMVC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,7 @@ CartridgeMVC::CartridgeMVC(string_view path, size_t size,
myMovie{make_unique<MovieCart>()},
myPath{path}
{
createRomAccessArrays(size);
}

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 21f2688

Please sign in to comment.