1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-19 17:38:13 +00:00

SCP: Fixed typo in sim_card.h

This commit is contained in:
Richard Cornwell 2016-12-26 15:11:29 -05:00
parent 718fb141b3
commit ec0066552e

View File

@ -107,7 +107,7 @@ t_stat sim_card_detach(UNIT *uptr);
uint16 sim_bcd_to_hol(uint8 bcd);
uint16 sim_ebcdic_to_hol(uint8 ebcdic);
uint8 sim_hol_to_bcd(uint16 hol);
uint8 sim_hol_to_ebbcd(uint16 hol);
uint16 sim_hol_to_ebcdic(uint16 hol);
/* Format control routines. */
t_stat sim_card_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc);