mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
The Intel SIO and PIIX* southbridges now have the undocumented (by the datasheets, but fully documented by the Intel motherboard technical specifications) second PIT on ports 48h-4Bh.
This commit is contained in:
@@ -109,6 +109,7 @@ extern void pit_handler(int set, uint16_t base, int size, void *priv);
|
||||
#ifdef EMU_DEVICE_H
|
||||
extern const device_t i8253_device;
|
||||
extern const device_t i8254_device;
|
||||
extern const device_t i8254_sec_device;
|
||||
extern const device_t i8254_ext_io_device;
|
||||
extern const device_t i8254_ps2_device;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user