Module libnoentiendo::systems
source · Expand description
A system is created with some roms, configuration, and platform. System instantiation is handled with the systems::BuildableSystem
trait, which is generic over these parameters. For instance, the build
implementation on systems::pet::PetSystem
takes in systems::pet::PetSystemRoms
, systems::pet::PetSystemConfig
, and an Arc<dyn PlatformProvider>
.
Modules
Traits
- A representation of an emulated system.