1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-03 22:58:53 +00:00

Update isbc208.c

Comment out macro that is not being used and is conflicting with a global macro - causing build to fail
This commit is contained in:
Clement T. Cole
2025-06-29 16:58:05 -04:00
committed by GitHub
parent 29d390024f
commit c5d1f8c5ef

View File

@@ -438,7 +438,7 @@
#define CM 0x40 /* Control mark */ #define CM 0x40 /* Control mark */
#define DD 0x20 /* Data error in data field */ #define DD 0x20 /* Data error in data field */
#define WC 0x10 /* Wrong cylinder */ #define WC 0x10 /* Wrong cylinder */
#define BC 0x02 /* Bad cylinder */ //#define BC 0x02 /* Bad cylinder */
#define MD 0x01 /* Missing address mark in data field */ #define MD 0x01 /* Missing address mark in data field */
/* status register 3/fddst definitions */ /* status register 3/fddst definitions */
@@ -1515,4 +1515,4 @@ uint8 isbc208_r15(t_bool io, uint8 data, uint8 devnum)
} }
} }
/* end of isbc208.c */ /* end of isbc208.c */