mirror of
https://github.com/simh/simh.git
synced 2026-04-27 12:28:49 +00:00
Intel-Systems: Cleanup Coverity identified issues and address range issues
This commit is contained in:
@@ -94,7 +94,7 @@ t_stat SBC_config(void)
|
||||
i8255_cfg(I8255_BASE_0, 0);
|
||||
i8255_cfg(I8255_BASE_1, 1);
|
||||
i8259_cfg(I8259_BASE_0, 0);
|
||||
i8259_cfg(I8259_BASE_1, 0);
|
||||
i8259_cfg(I8259_BASE_1, 1);
|
||||
ipc_cont_cfg(ICONT_BASE, 0);
|
||||
ioc_cont_cfg(DBB_BASE, 0);
|
||||
EPROM_cfg(ROM_BASE, ROM_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user