OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [src/] [librw11/] [Rw11Cpu.ipp] - Blame information for rev 40

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 wfjm
// $Id: Rw11Cpu.ipp 504 2013-04-13 15:37:24Z mueller $
2
//
3
// Copyright 2013- by Walter F.J. Mueller 
4
//
5
// This program is free software; you may redistribute and/or modify it under
6
// the terms of the GNU General Public License as published by the Free
7
// Software Foundation, either version 2, or at your option any later version.
8
//
9
// This program is distributed in the hope that it will be useful, but
10
// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
11
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12
// for complete details.
13
//
14
// Revision History:
15
// Date         Rev Version  Comment
16
// 2013-04-12   504   1.0    Initial version
17
// 2013-01-27   478   0.1    First draft
18
// ---------------------------------------------------------------------------
19
 
20
/*!
21
  \file
22
  \version $Id: Rw11Cpu.ipp 502 2013-04-02 19:29:30Z mu./librwxxtpp/Rwxxtpp_Init.cpp
23
eller $
24
  \brief   Implemenation (inline) of Rw11Cpu.
25
*/
26
 
27
// all method definitions in namespace Retro
28
namespace Retro {
29
 
30
//------------------------------------------+-----------------------------------
31
//! FIXME_docs
32
 
33
inline Rw11& Rw11Cpu::W11() const
34
{
35
  return *fpW11;
36
}
37
 
38
//------------------------------------------+-----------------------------------
39
//! FIXME_docs
40
 
41
inline RlinkServer& Rw11Cpu::Server() const
42
{
43
  return fpW11->Server();
44
}
45
 
46
//------------------------------------------+-----------------------------------
47
//! FIXME_docs
48
 
49
inline RlinkConnect& Rw11Cpu::Connect() const
50
{
51
  return fpW11->Connect();
52
}
53
 
54
//------------------------------------------+-----------------------------------
55
//! FIXME_docs
56
 
57
inline RlogFile& Rw11Cpu::LogFile() const
58
{
59
  return fpW11->LogFile();
60
}
61
 
62
//------------------------------------------+-----------------------------------
63
//! FIXME_docs
64
 
65
inline const std::string& Rw11Cpu::Type() const
66
{
67
  return fType;
68
}
69
 
70
//------------------------------------------+-----------------------------------
71
//! FIXME_docs
72
 
73
inline size_t Rw11Cpu::Index() const
74
{
75
  return fIndex;
76
}
77
 
78
//------------------------------------------+-----------------------------------
79
//! FIXME_docs
80
 
81
inline uint16_t Rw11Cpu::Base() const
82
{
83
  return fBase;
84
}
85
 
86
//------------------------------------------+-----------------------------------
87
//! FIXME_docs
88
 
89
inline uint16_t Rw11Cpu::CpuStat() const
90
{
91
  return fCpuStat;
92
}
93
 
94
//------------------------------------------+-----------------------------------
95
//! FIXME_docs
96
 
97
inline bool Rw11Cpu::CpuGo() const
98
{
99
  return fCpuGo;
100
}
101
 
102
//------------------------------------------+-----------------------------------
103
//! FIXME_docs
104
 
105
inline const Rstats& Rw11Cpu::Stats() const
106
{
107
  return fStats;
108
}
109
 
110
} // end namespace Retro

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.