mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 14:30:22 +00:00
Intel-Systems: Reorganize for clean builds with Release targets.
This commit is contained in:
@@ -77,6 +77,8 @@
|
||||
|
||||
#include "system_defs.h" /* system header in system dir */
|
||||
|
||||
#if defined (I8255_NUM) && (I8255_NUM > 0)
|
||||
|
||||
/* internal function prototypes */
|
||||
|
||||
t_stat i8255_cfg(uint8 base, uint8 devnum);
|
||||
@@ -268,4 +270,6 @@ uint8 i8255c(t_bool io, uint8 data, uint8 devnum)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* I8255_NUM > 0 */
|
||||
|
||||
/* end of i8255.c */
|
||||
|
||||
Reference in New Issue
Block a user