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