1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-04 10:44:55 +00:00

AltairZ80: SIO: Fix warning for type mismatch.

Fix warning introduced in PR#108
This commit is contained in:
Howard M. Harte
2022-11-08 22:01:03 -08:00
committed by Paul Koning
parent 71913f26eb
commit 3719b46524

View File

@@ -166,7 +166,7 @@ extern void setClockFrequency(const uint32 Value);
extern uint32 PCX;
extern int32 SR;
extern uint32 DS_S;
extern int32 DS_S;
extern UNIT cpu_unit;
extern const char* handlerNameForPort(const int32 port);
extern uint32 vectorInterrupt; /* Interrupt Request */