pcem/src/vid_t1000.h
SarahW 636fd9748d Fixed hardcoded memory size on Toshiba T1000/T1200.
Added ability to disable video on T1200.
Patch form John Elliott.
2018-02-24 15:09:03 +00:00

5 lines
167 B
C

extern device_t t1000_device;
void t1000_video_options_set(uint8_t options);
void t1000_display_set(uint8_t internal);
void t1000_video_enable(uint8_t enabled);