diff --git a/devices/memctrl/psx.cpp b/devices/memctrl/psx.cpp index 2c7a438..ba94f84 100644 --- a/devices/memctrl/psx.cpp +++ b/devices/memctrl/psx.cpp @@ -1,6 +1,6 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-22 divingkatae and maximum +Copyright (C) 2018-23 divingkatae and maximum (theweirdo) spatium (Contact divingkatae#1017 or powermax#2286 on Discord for more info) @@ -30,6 +30,8 @@ along with this program. If not, see . PsxCtrl::PsxCtrl(int bridge_num, std::string name) { + this->name = name; + supports_types(HWCompType::MEM_CTRL | HWCompType::MMIO_DEV); // add MMIO region for the PSX control registers