1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-11 23:53:30 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -438,7 +438,7 @@
#define CM 0x40 /* Control mark */
#define DD 0x20 /* Data error in data field */
#define WC 0x10 /* Wrong cylinder */
#define BC 0x02 /* Bad cylinder */
//#define BC 0x02 /* Bad cylinder */
#define MD 0x01 /* Missing address mark in data field */
/* 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 */