mirror of
https://github.com/simh/simh.git
synced 2026-01-13 15:27:14 +00:00
AltairZ80: SIO: Fix warning for type mismatch.
Fix warning introduced in PR#108
This commit is contained in:
parent
bae8dc88ef
commit
45fc63858d
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user