mirror of
https://github.com/simh/simh.git
synced 2026-05-04 06:58:38 +00:00
3B2: Header refactoring and cleanup
This change signficantly improves header hygiene in the 3B2 project by moving global symbols out of 3b2_defs.h and into the appropriate individual module header files. Each compilation unit now includes: - its appropriate matching .h file - any other .h files necessary for linting and compilation Each header file in turn includes 3b2_defs.h, which contains truly global symbols, and which pulls in sim_defs.h and exports global devices.
This commit is contained in:
@@ -42,9 +42,12 @@
|
||||
* HD135 11 1224 15 18 512 Maxtor XT1190
|
||||
*/
|
||||
|
||||
#include "3b2_defs.h"
|
||||
#include "3b2_id.h"
|
||||
|
||||
#include "sim_disk.h"
|
||||
|
||||
#include "3b2_cpu.h"
|
||||
|
||||
#define ID_SEEK_WAIT 50
|
||||
#define ID_SEEK_BASE 700
|
||||
#define ID_RECAL_WAIT 6000
|
||||
|
||||
Reference in New Issue
Block a user