missing instantiating of mmu
This commit is contained in:
parent
9f2339cda7
commit
37e6d30561
1 changed files with 2 additions and 0 deletions
2
bus.cpp
2
bus.cpp
|
@ -24,6 +24,8 @@ bus::bus()
|
|||
{
|
||||
m = new memory(n_pages * 8192l);
|
||||
|
||||
mmu_ = new mmu();
|
||||
|
||||
reset();
|
||||
|
||||
#if defined(BUILD_FOR_RP2040)
|
||||
|
|
Loading…
Add table
Reference in a new issue