1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +00:00

Compiler identified issues in AltairZ80 simulator

This commit is contained in:
Mark Pizzolato
2013-04-12 06:39:28 -07:00
parent 1936f7ff75
commit 414cf3335f
10 changed files with 69 additions and 70 deletions

View File

@@ -88,7 +88,6 @@ t_stat sim_ttrun (void);
t_stat sim_ttcmd (void);
t_stat sim_ttclose (void);
t_bool sim_ttisatty (void);
t_stat sim_os_poll_kbd (void);
int32 sim_tt_inpcvt (int32 c, uint32 mode);
int32 sim_tt_outcvt (int32 c, uint32 mode);