1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-19 22:06:05 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2022-02-15 21:49:13 -05:00
parent 265a4ae4a2
commit bb699f3d94
19 changed files with 1284 additions and 322 deletions

View File

@@ -978,7 +978,7 @@ t_stat eth_show (FILE* st, UNIT* uptr, int32 val, CONST void* desc)
}
static int _eth_get_system_id (char *buf, size_t buf_size)
{memset (buf, 0, buf_size); return 0;}
t_stat sim_ether_test (DEVICE *dptr)
t_stat sim_ether_test (DEVICE *dptr, const char *cptr)
{return SCPE_OK;}
#else /* endif unimplemented */
@@ -4472,7 +4472,7 @@ return (errors == 0) ? SCPE_OK : SCPE_IERR;
#include <setjmp.h>
t_stat sim_ether_test (DEVICE *dptr)
t_stat sim_ether_test (DEVICE *dptr, const char *cptr)
{
t_stat stat = SCPE_OK;
SIM_TEST_INIT;