Files
86Box/src/include/86box/vid_voodoo_reg.h

25 lines
674 B
C
Raw Normal View History

/*
2023-01-06 15:36:05 -05:00
* 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.
*
2023-01-06 15:36:05 -05:00
* This file is part of the 86Box distribution.
*
2023-01-06 15:36:05 -05:00
* Voodoo Graphics, 2, Banshee, 3 emulation.
*
*
*
2023-01-06 15:36:29 -05:00
* Authors: Sarah Walker, <https://pcem-emulator.co.uk/>
2023-01-06 15:36:05 -05:00
* leilei
*
2023-01-06 15:36:05 -05:00
* Copyright 2008-2020 Sarah Walker.
*/
2022-02-18 19:42:21 -05:00
#ifndef VIDEO_VOODOO_REG_H
#define VIDEO_VOODOO_REG_H
2022-02-18 19:42:21 -05:00
2023-08-21 20:26:11 -04:00
void voodoo_reg_writel(uint32_t addr, uint32_t val, void *priv);
2022-02-18 19:42:21 -05:00
#endif /*VIDEO_VOODOO_REG_H*/