Files
86Box/src/piix.h

23 lines
692 B
C
Raw Normal View History

/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* Emulation of the Intel PIIX and PIIX3 Xcelerators.
*
* Emulation core dispatcher.
*
2020-02-29 19:12:23 +01:00
* Version: @(#)piix.h 1.0.4 2020/01/24
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
2020-02-29 19:12:23 +01:00
* Copyright 2008-2020 Sarah Walker.
* Copyright 2016-2020 Miran Grca.
*/
extern const device_t piix_device;
extern const device_t piix3_device;
2020-02-29 19:12:23 +01:00
extern const device_t piix4_device;
extern const device_t piix4e_device;