mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-07 19:30:42 +00:00
SCP: Fixed typo in sim_card.h
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user