mirror of
https://github.com/wfjm/w11.git
synced 2026-04-17 17:52:35 +00:00
minor updates
- tb_pdp11core.vhd: print header
- vec_devcatch_reset.mac: finish half-done change start in commit a365317
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// $Id: ReventFd.cpp 1089 2018-12-19 10:45:41Z mueller $
|
||||
// $Id: ReventFd.cpp 1125 2019-03-30 07:34:54Z mueller $
|
||||
//
|
||||
// Copyright 2013-2018 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
// Copyright 2013-2019 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
//
|
||||
// This program is free software; you may redistribute and/or modify it under
|
||||
// the terms of the GNU General Public License as published by the Free
|
||||
@@ -19,7 +19,6 @@
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
/*!
|
||||
\file
|
||||
\brief Implemenation of class ReventFd.
|
||||
*/
|
||||
|
||||
@@ -29,7 +28,7 @@
|
||||
|
||||
#include "ReventFd.hpp"
|
||||
|
||||
#include "librtools/Rexception.hpp"
|
||||
#include "Rexception.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// $Id: ReventFd.hpp 1084 2018-12-16 12:23:53Z mueller $
|
||||
// $Id: ReventFd.hpp 1125 2019-03-30 07:34:54Z mueller $
|
||||
//
|
||||
// Copyright 2013-2018 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
//
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
|
||||
/*!
|
||||
\file
|
||||
\brief Declaration of class \c ReventFd.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// $Id: ReventFd.ipp 983 2018-01-02 20:35:59Z mueller $
|
||||
// $Id: ReventFd.ipp 1125 2019-03-30 07:34:54Z mueller $
|
||||
//
|
||||
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
//
|
||||
@@ -18,7 +18,6 @@
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
/*!
|
||||
\file
|
||||
\brief Implemenation (inline) of class ReventFd.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// $Id: RtimerFd.cpp 983 2018-01-02 20:35:59Z mueller $
|
||||
// $Id: RtimerFd.cpp 1125 2019-03-30 07:34:54Z mueller $
|
||||
//
|
||||
// Copyright 2013-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
// Copyright 2013-2019 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
//
|
||||
// This program is free software; you may redistribute and/or modify it under
|
||||
// the terms of the GNU General Public License as published by the Free
|
||||
@@ -18,7 +18,6 @@
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
/*!
|
||||
\file
|
||||
\brief Implemenation of class RtimerFd.
|
||||
*/
|
||||
|
||||
@@ -28,7 +27,7 @@
|
||||
|
||||
#include "RtimerFd.hpp"
|
||||
|
||||
#include "librtools/Rexception.hpp"
|
||||
#include "Rexception.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// $Id: RtimerFd.hpp 1084 2018-12-16 12:23:53Z mueller $
|
||||
// $Id: RtimerFd.hpp 1125 2019-03-30 07:34:54Z mueller $
|
||||
//
|
||||
// Copyright 2013-2018 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
//
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
|
||||
/*!
|
||||
\file
|
||||
\brief Declaration of class \c RtimerFd.
|
||||
*/
|
||||
|
||||
@@ -29,7 +28,7 @@
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include "librtools/Rtime.hpp"
|
||||
#include "Rtime.hpp"
|
||||
|
||||
|
||||
namespace Retro {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// $Id: RtimerFd.ipp 983 2018-01-02 20:35:59Z mueller $
|
||||
// $Id: RtimerFd.ipp 1125 2019-03-30 07:34:54Z mueller $
|
||||
//
|
||||
// Copyright 2013-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
//
|
||||
@@ -18,7 +18,6 @@
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
/*!
|
||||
\file
|
||||
\brief Implemenation (inline) of class RtimerFd.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user