|
|
nono 1.6.0
//
// nono
// Copyright (C) 2020 nono project
// Licensed under nono-license.txt
//
//
// VM (X68030)
//
#pragma once
#include "vm.h"
class VM_X68030 final : public VM
{
using inherited = VM;
public:
VM_X68030();
~VM_X68030() override;
private:
std::unique_ptr<Device> pHuman68k {};
std::unique_ptr<Device> pSound {};
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.