mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Add ASUS TX97-XV (HP OEM) board
Shipped with either ATi RAGE II or ATi Mach64 VT3
This commit is contained in:
@@ -1088,6 +1088,7 @@ extern int machine_at_i430vx_init(const machine_t *);
|
||||
/* i430TX */
|
||||
extern int machine_at_nupro592_init(const machine_t *);
|
||||
extern int machine_at_tx97_init(const machine_t *);
|
||||
extern int machine_at_tx97xv_init(const machine_t *);
|
||||
extern void machine_at_optiplex_21152_init(void);
|
||||
extern int machine_at_optiplexgn_init(const machine_t *);
|
||||
extern int machine_at_tomahawk_init(const machine_t *);
|
||||
|
||||
@@ -336,6 +336,7 @@ extern const device_t mach64ct_device;
|
||||
extern const device_t mach64ct_device_onboard;
|
||||
extern const device_t mach64vt_device;
|
||||
extern const device_t mach64vt2_device;
|
||||
extern const device_t mach64vt3_onboard_device;
|
||||
|
||||
/* ATi 18800 */
|
||||
extern const device_t ati18800_wonder_device;
|
||||
|
||||
Reference in New Issue
Block a user