AltairZ80: SIO: Fix warning for type mismatch.
Fix warning introduced in PR#108
This commit is contained in:
parent
71913f26eb
commit
3719b46524
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue