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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user