1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-05 15:43:58 +00:00

SCP: Added a SHOW VIDEO command for simulators which include video devices

This displays the capabilities of the available SDL environment on the running platform.
This commit is contained in:
Mark Pizzolato
2015-02-05 09:22:36 -08:00
parent e40d81dbf2
commit 4ee599b97e
3 changed files with 13 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ t_stat vid_set_cursor (t_bool visible, uint32 width, uint32 height, uint8 *data,
t_stat vid_set_release_key (FILE* st, UNIT* uptr, int32 val, void* desc);
t_stat vid_show_release_key (FILE* st, UNIT* uptr, int32 val, void* desc);
t_stat vid_show_video (FILE* st, UNIT* uptr, int32 val, void* desc);
t_stat vid_show (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, char* desc);
extern t_bool vid_active;
extern uint32 vid_mono_palette[2];