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 uint32 PCX;
extern int32 SR; extern int32 SR;
extern uint32 DS_S; extern int32 DS_S;
extern UNIT cpu_unit; extern UNIT cpu_unit;
extern const char* handlerNameForPort(const int32 port); extern const char* handlerNameForPort(const int32 port);
extern uint32 vectorInterrupt; /* Interrupt Request */ extern uint32 vectorInterrupt; /* Interrupt Request */