1
0
Fork 0
dosbox-staging/src/ints
Patryk Obara c81269eebe Remove extern global variable from bios_disk.h
This way interface of swapInDisks function is cleaner and we avoid a
warning when comparing (previously) signed swap position with an
unsigned array size or index.

Also, add some documentation to swapInDisks function.
2019-12-18 23:56:28 +01:00
..
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
bios.cpp Only standard 3-byte mouse data packets are supported, so return an error for other packet sizes. MS Mouse driver versions 9.X and later use 1-byte packets for some obscure reason, and now they won't load instead of messing up. 2019-02-04 15:27:26 +00:00
bios_disk.cpp Remove extern global variable from bios_disk.h 2019-12-18 23:56:28 +01:00
bios_keyboard.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
ems.cpp Remove unused private field in device_EMM 2019-11-29 06:27:14 +01:00
int10.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
int10.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
int10_char.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
int10_memory.cpp Add IBM signature in EGA video BIOS for compatibility. Fixes EGA detection in 221 B Baker Street. Also include trailing space in signature in case it is checked with word values. 2019-04-08 21:13:00 +00:00
int10_misc.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
int10_modes.cpp Silence 12 switch warnings 2019-12-10 12:40:07 +01:00
int10_pal.cpp Correct an oversight in INT10_GetDACPage; fixes blank screen in Blue Force on vgaonly machine type. 2019-12-09 18:03:55 +00:00
int10_put_pixel.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
int10_vesa.cpp Remove pointless switch causing warnings 2019-11-29 06:27:14 +01:00
int10_video_state.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
int10_vptable.cpp Silence "unused-const-variable" warning 2019-11-29 06:27:14 +01:00
Makefile.am add ega video parameter table 2007-10-08 20:22:13 +00:00
mouse.cpp Add logic in mouse driver to ignore button events that are out of sequence. Fixes International Rugby Challenge when clicking to lock the mouse. 2019-04-20 22:50:31 +00:00
xms.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
xms.h Update year and address of FSF 2019-01-25 14:09:58 +00:00