IDE hard disks and ATAPI CD-ROMS with DMA support now report as supporting UDMA modes, for the sake of future-proofing things;
Changed the CD-ROM capabilities MODE SENSE page a bit; Applied the S3 Trio and SVGA changes from PCem; Fixed saving of the video renderer settings; Fixed DirectDraw full screen; Fixed crashes on soft reset in full screen.
This commit is contained in:
@@ -58,6 +58,7 @@ extern uint32_t plat_get_ticks(void);
|
||||
extern void plat_delay_ms(uint32_t count);
|
||||
extern void plat_pause(int p);
|
||||
extern int plat_vidapi(char *name);
|
||||
extern char * plat_vidapi_name(void);
|
||||
extern int plat_setvid(int api);
|
||||
extern void plat_setfullscreen(int on);
|
||||
extern void plat_resize(int max_x, int max_y);
|
||||
|
||||
Reference in New Issue
Block a user