/* * 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. * * This file is part of the 86Box distribution. * * Emulation of the 8514/A card from IBM for the MCA bus and * generic ISA bus clones without vendor extensions. * * * * Authors: TheCollector1995 * * Copyright 2024 TheCollector1995. */ #ifndef VIDEO_8514A_DEVICE_H #define VIDEO_8514A_DEVICE_H #ifdef EMU_DEVICE_H extern const device_t ibm8514_mca_device; extern const device_t gen8514_isa_device; #endif #endif /*VIDEO_XGA_DEVICE_H*/