1
0
Fork 0
dosbox-staging/src/ints
2016-06-22 16:24:16 +00:00
..
bios.cpp Add support for Print Screen key and interrupt. The keypress allows Descent 1 and 2 ingame screenshot feature to be used, the keypress and interrupt allow the Horror Hotel (TSR text adventure) hotkey to work, and the compatible interrupt handler location fixes a game bug in The Forgotten Land. 2016-02-05 13:41:22 +00:00
bios_disk.cpp Prevent problems related to I/O buffering with disk images. 2016-04-18 13:07:18 +00:00
bios_keyboard.cpp Add support for Print Screen key and interrupt. The keypress allows Descent 1 and 2 ingame screenshot feature to be used, the keypress and interrupt allow the Horror Hotel (TSR text adventure) hotkey to work, and the compatible interrupt handler location fixes a game bug in The Forgotten Land. 2016-02-05 13:41:22 +00:00
ems.cpp Year update. 2015-01-06 14:40:32 +00:00
int10.cpp Support writing palette register data to dynamic save area if pointer is non-zero on mode changes. Fixes CV 2.2 (thanks for the help ripsaw) 2016-05-10 14:38:39 +00:00
int10.h Reset CurMode object when detecting that the video mode number in BIOS memory was modified directly instead of through the INT 10h mode set function. Fixes cases where BIOS behavior is influenced with the mode number, such as the status line in Bruce Lee. 2016-04-05 05:29:05 +00:00
int10_char.cpp Be more compatible by converting tabs to spaces in the DOS console device rather than in the video BIOS teletype function. 2016-05-23 11:33:09 +00:00
int10_memory.cpp Graphics mode text drawing improvements: font source according to machine type, background color in 256-color modes, row wrapping. 2016-04-05 05:38:52 +00:00
int10_misc.cpp some type cleanups (warnings and making sense). 2015-06-05 13:53:21 +00:00
int10_modes.cpp Correct page count/size for CGA graphics modes. Fixes RS-2 on the CGA machine type. 2016-06-22 16:24:16 +00:00
int10_pal.cpp Year update. 2015-01-06 14:40:32 +00:00
int10_put_pixel.cpp Add support for M_TANDY16 to GetPixel(). Fixes text and mouse pointer drawing in Tandy graphics modes. 2015-01-06 17:54:58 +00:00
int10_vesa.cpp VS2015 wants it this way 2015-09-09 13:23:23 +00:00
int10_video_state.cpp Year update. 2015-01-06 14:40:32 +00:00
int10_vptable.cpp Year update. 2015-01-06 14:40:32 +00:00
Makefile.am add ega video parameter table 2007-10-08 20:22:13 +00:00
mouse.cpp Reset CurMode object when detecting that the video mode number in BIOS memory was modified directly instead of through the INT 10h mode set function. Fixes cases where BIOS behavior is influenced with the mode number, such as the status line in Bruce Lee. 2016-04-05 05:29:05 +00:00
xms.cpp Year update. 2015-01-06 14:40:32 +00:00
xms.h Year update. 2015-01-06 14:40:32 +00:00