mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 06:25:43 +00:00
Intel-Systems: Reorganize for clean builds with Release targets.
This commit is contained in:
@@ -235,6 +235,8 @@
|
||||
|
||||
#include "system_defs.h"
|
||||
|
||||
#if defined (I8237_NUM) && (I8237_NUM > 0)
|
||||
|
||||
/* external globals */
|
||||
|
||||
/* internal function prototypes */
|
||||
@@ -841,4 +843,6 @@ uint8 i8237_rFx(t_bool io, uint8 data, uint8 devnum)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* I8237_NUM > 0 */
|
||||
|
||||
/* end of i8237.c */
|
||||
|
||||
Reference in New Issue
Block a user