File:  [Isaki's NoNo m68k/m88k emulator] / nono / vm / pluto.h
Revision 1.1.1.11 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:28 2026 UTC (2 months, 3 weeks ago) by root
Branches: MAIN, Isaki
CVS tags: v027, v026, v025, v024, v023, v022, v021, v020, HEAD
nono 1.0.0

//
// nono
// Copyright (C) 2020 nono project
// Licensed under nono-license.txt
//

//
// Pluto-X (独自の仮想ボード)
//

#pragma once

#include "device.h"

class PlutoDevice : public IODevice
{
	using inherited = IODevice;
	static const uint32 baseaddr = 0xeac000;

 public:
	PlutoDevice();
	~PlutoDevice() override;

	busdata Read(busaddr addr) override;
	busdata Write(busaddr addr, uint32 data) override;
	busdata Peek1(uint32 addr) override;

 private:
	// ホストファイル起動
	uint32 ROM_Load();

	// ROM
	static const uint16 rom[];
};

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.