mirror of
https://github.com/simh/simh.git
synced 2026-04-25 11:41:25 +00:00
SDS: Add Card Reader and Card Punch devices
This commit is contained in:
committed by
Mark Pizzolato
parent
541d1c3c90
commit
79878eb6ed
@@ -78,11 +78,10 @@ DSPT mt_tplt[] = { /* template */
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
DEVICE mt_dev;
|
||||
t_stat mt_svc (UNIT *uptr);
|
||||
t_stat mt_reset (DEVICE *dptr);
|
||||
t_stat mt_boot (int32 unitno, DEVICE *dptr);
|
||||
t_stat mt_attach (UNIT *uptr, char *cptr);
|
||||
t_stat mt_attach (UNIT *uptr, CONST char *cptr);
|
||||
t_stat mt_detach (UNIT *uptr);
|
||||
t_stat mt_readrec (UNIT *uptr);
|
||||
t_mtrlnt mt_readbc (UNIT *uptr);
|
||||
@@ -478,7 +477,7 @@ return SCPE_OK;
|
||||
|
||||
/* Attach and detach routines */
|
||||
|
||||
t_stat mt_attach (UNIT *uptr, char *cptr)
|
||||
t_stat mt_attach (UNIT *uptr, CONST char *cptr)
|
||||
{
|
||||
t_stat r;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user