mirror of
https://github.com/simh/simh.git
synced 2026-02-09 01:31:39 +00:00
ETHER, CARD, SOCK: Include shared components from V4 codebase
This commit is contained in:
@@ -1470,7 +1470,7 @@ return SCPE_OK;
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
t_stat sim_card_test (DEVICE *dptr)
|
||||
t_stat sim_card_test (DEVICE *dptr, const char *cptr)
|
||||
{
|
||||
t_stat stat = SCPE_OK;
|
||||
#if defined(USE_SIM_CARD) && defined(SIM_CARD_API) && (SIM_MAJOR > 3)
|
||||
@@ -1536,7 +1536,7 @@ t_stat sim_card_attach_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, cons
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
t_stat sim_card_test (DEVICE *dptr)
|
||||
t_stat sim_card_test (DEVICE *dptr, const char *cptr)
|
||||
{
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user