1
0
Fork 0
dosbox-staging/src/ints
Peter Veenstra b25d481e66 Fix startup detection of numlock and capslock.
Improve behaviour with SDL 1.2.14 with respect to lock keys.
What works:
- dosbox compiled against SDL < 1.2.14 used with SDL < 1.2.14
- dosbox compiled against SDL < 1.2.14 used with SDL >= 1.2.14
- dosbox compiled against SDL >=1.2.14 used with SDL >= 1.2.14
What doesn't work:
- dosbox compiled against SDL >=1.2.14 used with SDL < 1.2.14
- debian/ubuntu SDL < 1.2.14. (Check comment in src/gui/sdlmain.cpp on how to fix it.)
Untested:
- debian/ubuntu SDL >=1.2.14.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3689
2011-03-24 10:46:56 +00:00
..
bios.cpp BIOS serial port interface: Do not misinterpret DCD as timeout. 2010-08-12 14:58:17 +00:00
bios_disk.cpp Provide some feedback. 2010-04-03 15:30:25 +00:00
bios_keyboard.cpp Fix startup detection of numlock and capslock. 2011-03-24 10:46:56 +00:00
ems.cpp change EMS driver attribute word (ripsaw, fixes David Leadbetter's Greens) 2010-09-28 18:16:11 +00:00
int10.cpp - implement Tandy special 4-color palette handling 2010-10-01 19:39:14 +00:00
int10.h small VGA grayscale summing fix 2010-09-25 17:31:14 +00:00
int10_char.cpp Add workaround for INT10 text output in ET4000 800x600x4bpp SVGA mode (Gateway 2) 2010-04-04 18:58:41 +00:00
int10_memory.cpp INT10 EGA: Implement font intensity/blinking switch, fix font height calculation, screen parameters - makes Norton Commander work with machine=ega. 2010-07-09 20:56:32 +00:00
int10_misc.cpp Update year 2010-02-11 13:36:50 +00:00
int10_modes.cpp VESA patch: 2011-03-06 16:34:11 +00:00
int10_pal.cpp - implement Tandy special 4-color palette handling 2010-10-01 19:39:14 +00:00
int10_put_pixel.cpp Add workaround for INT10 text output in ET4000 800x600x4bpp SVGA mode (Gateway 2) 2010-04-04 18:58:41 +00:00
int10_vesa.cpp VESA patch: 2011-03-06 16:34:11 +00:00
int10_video_state.cpp Update year 2010-02-11 13:36:50 +00:00
int10_vptable.cpp Update year 2010-02-11 13:36:50 +00:00
Makefile.am add ega video parameter table 2007-10-08 20:22:13 +00:00
mouse.cpp Update year 2010-02-11 13:36:50 +00:00
xms.cpp different EMS emulation types (ems board style, emm386 extended compatibility), 2010-09-26 15:26:46 +00:00
xms.h Update year 2010-02-11 13:36:50 +00:00