mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-04-02 23:29:52 +00:00
machinepdm: add internal SCSI bus.
This commit is contained in:
parent
b5f70feb28
commit
2edb50a821
@ -26,6 +26,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include <cpu/ppc/ppcemu.h>
|
||||
#include <devices/common/machineid.h>
|
||||
#include <devices/common/scsi/scsi.h>
|
||||
#include <devices/floppy/floppyimg.h>
|
||||
#include <devices/ioctrl/amic.h>
|
||||
#include <devices/memctrl/hmc.h>
|
||||
@ -84,6 +85,9 @@ int create_pdm(std::string& id) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* add internal SCSI bus */
|
||||
gMachineObj->add_component("SCSI0", new ScsiBus);
|
||||
|
||||
/* Init virtual CPU and request MPC601 */
|
||||
ppc_cpu_init(hmc_obj, PPC_VER::MPC601);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user