2022-02-18 19:42:21 -05:00
|
|
|
#ifndef MACHINE_XI80888_H
|
|
|
|
|
# define MACHINE_XI80888_H
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
uint8_t xi8088_turbo_get();
|
|
|
|
|
void xi8088_turbo_set(uint8_t value);
|
|
|
|
|
void xi8088_bios_128kb_set(int val);
|
|
|
|
|
int xi8088_bios_128kb();
|
2022-02-18 19:42:21 -05:00
|
|
|
|
|
|
|
|
#endif /*MACHINE_XI80888_H*/
|