Re: Doom 'MBF' for DOS, Maintenance release 2.04
Posted on 2021-03-21, 19:40
Scandy: I have no idea what you're trying to achieve but look at MPU code in Allegro linked into MBF: static void mpu_output(unsigned char data) { int timeout; if (wait_for_mpu(0x40, _mpu_port+1)) if (_sb_irq>0) // If timed out: Digital section active? { _enable_irq(_sb_irq); // GB 2017, to prevent …