2022-02-18 19:42:21 -05:00
|
|
|
#ifndef MACHINE_XI80888_H
|
2022-07-27 17:00:34 -04:00
|
|
|
#define MACHINE_XI80888_H
|
2022-02-18 19:42:21 -05:00
|
|
|
|
2020-03-29 14:24:42 +02:00
|
|
|
#include <86box/device.h>
|
2018-03-02 20:49:04 +01:00
|
|
|
|
2018-03-19 01:02:04 +01:00
|
|
|
extern const device_t xi8088_device;
|
2018-03-02 20:49:04 +01:00
|
|
|
|
2022-11-17 22:44:06 +01:00
|
|
|
uint8_t xi8088_turbo_get(void);
|
2022-07-27 17:00:34 -04:00
|
|
|
void xi8088_turbo_set(uint8_t value);
|
|
|
|
|
void xi8088_bios_128kb_set(int val);
|
2022-11-17 22:44:06 +01:00
|
|
|
int xi8088_bios_128kb(void);
|
2022-02-18 19:42:21 -05:00
|
|
|
|
|
|
|
|
#endif /*MACHINE_XI80888_H*/
|