1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

sim_imd: clean up debug output.

This commit is contained in:
Howard M. Harte
2020-11-07 19:41:40 +00:00
parent c2059b0708
commit 78d6650acd
2 changed files with 10 additions and 19 deletions

View File

@@ -1,9 +1,7 @@
/*************************************************************************
* *
* $Id: sim_imd.h 1987 2008-07-08 03:25:57Z hharte $ *
* *
* Copyright (c) 2007-2008 Howard M. Harte. *
* http://www.hartetec.com *
* Copyright (c) 2007-2020 Howard M. Harte. *
* https://github.com/hharte *
* *
* Permission is hereby granted, free of charge, to any person obtaining *
* a copy of this software and associated documentation files (the *
@@ -36,9 +34,6 @@
* See: http://www.classiccmp.org/dunfield/img/index.htm *
* for details on the ImageDisk format and other utilities. *
* *
* Environment: *
* User mode only *
* *
*************************************************************************/
#ifndef SIM_IMD_H_