w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11CpuW11a.hpp
Go to the documentation of this file.
1// $Id: Rw11CpuW11a.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2013-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2017-04-07 868 1.1.1 Dump(): add detail arg
8// 2014-12-25 621 1.1 adopt to 4k word ibus window
9// 2013-03-03 494 1.0 Initial version
10// 2013-01-27 478 0.1 First draft
11// ---------------------------------------------------------------------------
12
13
18#ifndef included_Retro_Rw11CpuW11a
19#define included_Retro_Rw11CpuW11a 1
20
21#include "Rw11Cpu.hpp"
22
23namespace Retro {
24
25 class Rw11CpuW11a : public Rw11Cpu {
26 public:
27
30
31 void Setup(size_t ind, uint16_t base, uint16_t ibase);
32
33 virtual void Dump(std::ostream& os, int ind=0, const char* text=0,
34 int detail=0) const;
35
36 protected:
37 };
38
39} // end namespace Retro
40
41//#include "Rw11CpuW11a.ipp"
42
43#endif
~Rw11CpuW11a()
Destructor.
Definition: Rw11CpuW11a.cpp:41
Rw11CpuW11a()
Default constructor.
Definition: Rw11CpuW11a.cpp:34
void Setup(size_t ind, uint16_t base, uint16_t ibase)
FIXME_docs.
Definition: Rw11CpuW11a.cpp:47
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
Definition: Rw11CpuW11a.cpp:58
FIXME_docs.
Definition: Rw11Cpu.hpp:66
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47