.. |
display
|
Added JSR and RET functions to CMDFIFO (Voodoo2/Banshee/Voodoo3).
|
2024-09-08 20:52:40 +02:00 |
hdimage
|
VVFAT: Fixed short name genaration in case base name length is > 8.
|
2024-03-06 17:09:34 +01:00 |
network
|
Fixed some MSVC warnings.
|
2024-08-21 11:11:59 +02:00 |
sound
|
ES1370: fixing status register access makes mixer work (#336).
|
2024-08-25 10:53:50 +02:00 |
usb
|
USB debugger: Renamed configure option and config.h macro.
|
2024-07-06 18:48:14 +02:00 |
acpi.cc
|
Some cleanups in the plugins code.
|
2021-03-07 16:01:39 +00:00 |
acpi.h
|
|
|
biosdev.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
biosdev.h
|
|
|
busmouse.cc
|
Removed useless BX_DEBUG messages in devices init
|
2022-08-29 18:14:59 +02:00 |
busmouse.h
|
|
|
cmos.cc
|
Fixed some MSVC warnings.
|
2024-08-04 14:45:52 +02:00 |
cmos.h
|
Porting #SF patch #565 Real Time Clock /CMOS fix (#4)
|
2023-12-01 22:55:35 +01:00 |
devices.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
devices.txt
|
|
|
dma.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
dma.h
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
extfpuirq.cc
|
Some changes in the Bochs plugins code.
|
2021-02-26 20:37:49 +00:00 |
extfpuirq.h
|
|
|
floppy.cc
|
Merge fix for "Crash when floppy image file is missing #229"
|
2024-01-20 07:53:26 +02:00 |
floppy.h
|
Improved and enhanced the floppy emulation (#135)
|
2023-11-21 09:35:07 +02:00 |
gameport.cc
|
Fix checking Android platform with __ANDROID__ macro (#299)
|
2024-04-06 23:18:01 +02:00 |
gameport.h
|
|
|
harddrv.cc
|
Fix checking Android platform with __ANDROID__ macro (#299)
|
2024-04-06 23:18:01 +02:00 |
harddrv.h
|
fix ISO status change events (#125)
|
2023-11-08 08:16:52 +02:00 |
hpet.cc
|
Attempt to fix HPET reset in legacy mode (issue #218).
|
2024-01-13 20:13:23 +01:00 |
hpet.h
|
coding style and #define cleanups
|
2023-11-05 15:37:39 +02:00 |
ioapic.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
ioapic.h
|
use boolean constants true/false instead of 0/1 (#26)
|
2022-07-30 18:38:22 +03:00 |
iodebug.cc
|
convert define to enum
|
2023-10-20 22:34:37 +03:00 |
iodebug.h
|
convert define to enum
|
2023-10-20 22:34:37 +03:00 |
iodev.h
|
Some work on the USB debugger code.
|
2024-06-15 14:57:10 +02:00 |
keyboard.cc
|
wheel mouse button (#282)
|
2024-03-13 21:14:05 +02:00 |
keyboard.h
|
convert define to enum
|
2023-10-20 22:34:37 +03:00 |
Makefile.in
|
Porting #SF patch #565 Real Time Clock /CMOS fix (#4)
|
2023-12-01 22:55:35 +01:00 |
parallel.cc
|
Removed useless BX_DEBUG messages in devices init
|
2022-08-29 18:14:59 +02:00 |
parallel.h
|
convert define to enum
|
2023-10-20 22:34:37 +03:00 |
pci2isa.cc
|
Some changes in the Bochs plugins code.
|
2021-02-26 20:37:49 +00:00 |
pci2isa.h
|
|
|
pci_ide.cc
|
Some fixes for compiling for WIN64 with MSVC.
|
2021-07-12 19:05:25 +00:00 |
pci_ide.h
|
|
|
pci.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
pci.h
|
convert define to enum
|
2023-10-20 22:34:37 +03:00 |
pcidev.cc
|
Fixed compilation with PCI host device mapping support enabled. Since a plugin
|
2021-03-26 18:41:28 +00:00 |
pcidev.h
|
|
|
pic.cc
|
Get rid of the code duplication in the PIC write handler.
|
2021-04-03 16:44:19 +00:00 |
pic.h
|
Started reducing PIC code duplication and some cleanups.
|
2021-04-02 19:01:37 +00:00 |
pit82c54.cc
|
According to documentation (8254.pdf), mode 6 is the same as mode 2 and mode 7 is the same as mode 3.
|
2024-01-08 20:27:59 +02:00 |
pit82c54.h
|
coding style and #define cleanups
|
2023-11-05 15:37:39 +02:00 |
pit.cc
|
Some changes in the Bochs plugins code.
|
2021-02-26 20:37:49 +00:00 |
pit.h
|
|
|
scancodes.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
scancodes.h
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
serial_raw.cc
|
rename USE_RAW_SERIAL -> BX_USE_RAW_SERIAL (#70)
|
2023-09-04 20:21:37 +03:00 |
serial_raw.h
|
convert define to enum
|
2023-10-20 22:34:37 +03:00 |
serial.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
serial.h
|
convert define to enum
|
2023-10-20 22:34:37 +03:00 |
slowdown_timer.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
slowdown_timer.h
|
|
|
speaker.cc
|
Some speaker output fixes.
|
2024-01-01 19:43:33 +01:00 |
speaker.h
|
Some speaker output fixes.
|
2024-01-01 19:43:33 +01:00 |
unmapped.cc
|
Added port 0xE9 hack switch to runtime options.
|
2021-05-11 14:42:31 +00:00 |
unmapped.h
|
Added port 0xE9 hack switch to runtime options.
|
2021-05-11 14:42:31 +00:00 |
utctime.h
|
djust indentation
|
2024-08-31 20:13:23 +03:00 |
virt_timer.cc
|
use true/false instead of 0/1 for boolean variables
|
2023-12-01 23:01:11 +02:00 |
virt_timer.h
|
convert define to enum
|
2023-10-20 22:34:37 +03:00 |