From 32bafbb245de6805e1d8baac6664ec1f13e33e3b Mon Sep 17 00:00:00 2001 From: Bill Beech Date: Wed, 26 Oct 2022 16:44:58 -0700 Subject: [PATCH] Intel-MDS: Properly declare multibus_get_mbyte return type --- Intel-Systems/common/isbc208.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intel-Systems/common/isbc208.c b/Intel-Systems/common/isbc208.c index ae2ab747..cbfc5a29 100644 --- a/Intel-Systems/common/isbc208.c +++ b/Intel-Systems/common/isbc208.c @@ -512,7 +512,7 @@ extern void clr_irq(int32 int_num); extern uint8 reg_dev(uint8 (*routine)(t_bool, uint8, uint8), uint16, uint16, uint8); extern uint8 unreg_dev(uint16); extern void multibus_put_mbyte(uint16 addr, uint8 val); -extern int32 multibus_get_mbyte(uint16 addr); +extern uint8 multibus_get_mbyte(uint16 addr); /* external globals */