mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-08 14:30:55 +00:00
machinetnt: fix default RAM allocation.
This commit is contained in:
parent
9835b96e87
commit
447941abe0
@ -60,8 +60,8 @@ int initialize_tnt(std::string& id)
|
||||
return -1;
|
||||
}
|
||||
|
||||
// plug 8MB RAM DIMM into slot #0
|
||||
memctrl_obj->insert_ram_dimm(2, DRAM_CAP_16MB);
|
||||
// plug 16MB RAM DIMM into slot #0
|
||||
memctrl_obj->insert_ram_dimm(0, DRAM_CAP_16MB);
|
||||
|
||||
// allocate and map physical RAM
|
||||
memctrl_obj->map_phys_ram();
|
||||
|
Loading…
Reference in New Issue
Block a user