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:
parent
29d390024f
commit
c5d1f8c5ef
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user