1
0
Fork 0
dosbox-staging/src/hardware
2020-02-19 19:25:47 +01:00
..
mame Unifdef unused function in mame implementation 2020-02-06 09:23:18 +01:00
serialport Cleanup ifdef guards in serialport misc util 2020-02-19 19:25:47 +01:00
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
adlib.cpp Change 'sblaster.oplemu = default' to select 'nuked' 2020-02-15 19:10:20 +01:00
adlib.h Update NukedOPL::Handler to C++11 2020-01-09 22:50:47 +01:00
cmos.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
dbopl.cpp Add asserts to prevent a potential bug 2019-11-12 17:13:01 +01:00
dbopl.h Switch to a different way to calculate the table offsets. Thanks jmarsh 2019-11-11 17:23:05 +00:00
disney.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
dma.cpp Refinements of commit 4291, so that precission can be specified as well and less fixed defines are used 2019-11-19 16:16:06 +00:00
gameblaster.cpp Fix "unused-variable" warning 2019-11-29 06:27:14 +01:00
gus.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
hardware.cpp Rewrite video capturing and fix some endian issues with all captures as well. Thanks jmarsh 2020-02-06 10:36:10 +00:00
iohandler.cpp Make effect of I/O delay more consistent as cycles run out. Prevents flickering in NBA Jam Tournament Edition at higher cycles, and also improves automatic speed limiting in Quake. 2019-04-20 22:59:42 +00:00
ipx.cpp Indicate system includes for relevant SDL headers 2019-12-26 03:23:19 +01:00
ipxserver.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
joystick.cpp fix two tiny bugs introduced by 4065. 2020-02-14 21:20:31 +00:00
keyboard.cpp Implement timer 2 output on port 61h; fixes SB detection in Abaron. Also implement port 62h with timer 2 output for CGA and Hercules machine types; fixes Frank Bruno's Boxing and Math Maze. 2019-02-04 15:11:50 +00:00
Makefile.am Move nukedopl to libs 2020-01-09 22:50:47 +01:00
memory.cpp Formatting and review fixes 2020-01-22 09:40:00 +01:00
mixer.cpp Byteswap captured audio samples on PPC 2020-02-08 14:56:14 +01:00
mpu401.cpp Ignore unrequested data in intelligent mode; fixes Roland sound in Krusty's Fun House. 2019-02-21 14:53:31 +00:00
opl.cpp Make feature checks consistent, include right header for memset, correct one off error in paging table size compare for when not using USE_FULL_TLB (jmarsh) 2019-01-28 14:26:19 +00:00
opl.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
pci_bus.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
pci_devices.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
pcspeaker.cpp Use fabsf when return value is a float. Small warning fix. 2019-10-09 20:49:21 +00:00
pic.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
sblaster.cpp Merge branch 'svn/trunk' r4308 2020-01-13 00:52:10 +01:00
tandy_sound.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
timer.cpp Implement timer 2 output on port 61h; fixes SB detection in Abaron. Also implement port 62h with timer 2 output for CGA and Hercules machine types; fixes Frank Bruno's Boxing and Math Maze. 2019-02-04 15:11:50 +00:00
vga.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_attr.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_crtc.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_dac.cpp Quick fix for vgaonly on BIGENDIAN.(jmarsh) 2020-01-29 12:07:40 +00:00
vga_draw.cpp Fix bug 469. Give 640x480 and upwards square pixels and several fixes for high colour modes. (jmarsh) 2020-02-14 19:02:29 +00:00
vga_gfx.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_memory.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_misc.cpp Bit 2 of video status register always set. Satisfies a strange test in Blues Brothers, thus preventing slow animations. 2019-10-03 16:35:44 +00:00
vga_other.cpp Add cga_mono machine 2020-01-29 13:46:23 +01:00
vga_paradise.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_s3.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_seq.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_tseng.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
vga_xga.cpp Silence static analysis false-positive garbage value 2019-11-24 17:14:32 +01:00