Bochs/bochs/iodev
Volker Ruppert 8d30a38f7e - undoable: added support for checking the modification time of the base disk
- store r/o disk timestamp in FAT format in reserved field of redolog header
  - use the VVFAT function fat_datetime() to convert the mtime value
  - update redolog header if timestamp is undefined (first usage)
  - Bochs now panics if the r/o disk has been modified after the first usage with
    the undoable disk image mode to avoid journal file corruption.
- undoable: fixed r/o disk size check
2012-07-21 12:00:46 +00:00
..
network - fixes based on Debian patches by Guillem Jover 2012-07-14 07:01:43 +00:00
sound - implemented "fast-dma" support for 16 bit and in the SB16 2012-07-14 14:20:36 +00:00
usb - fixes based on Debian patches by Guillem Jover 2012-07-14 07:01:43 +00:00
acpi.cc - class bx_list_c now contains a chained list of parameters. Removed the now 2012-02-12 18:43:20 +00:00
acpi.h
aspi-win32.h
biosdev.cc - wx: use new log function name for the table of log modules 2012-02-23 17:16:35 +00:00
biosdev.h
busmouse.cc - class bx_list_c now contains a chained list of parameters. Removed the now 2012-02-12 18:43:20 +00:00
busmouse.h
cdrom_amigaos.cc
cdrom_misc.cc
cdrom_osx.cc
cdrom_win32.cc
cdrom.cc
cdrom.h
cmos.cc - added new parameter 'rtc_sync' for the 'clock' option. If this option is 2012-05-15 17:03:45 +00:00
cmos.h - added new parameter 'rtc_sync' for the 'clock' option. If this option is 2012-05-15 17:03:45 +00:00
devices.cc - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
devices.txt - another iodev cleanup: renamed pit_wrap files to 'pit' 2012-01-15 08:50:20 +00:00
dma.cc - implemented "fast-dma" support for 16 bit and in the SB16 2012-07-14 14:20:36 +00:00
dma.h - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
extfpuirq.cc - code for setting up log actions by device rewritten 2011-12-30 11:13:37 +00:00
extfpuirq.h
floppy.cc - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
floppy.h - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
gameport.cc - class bx_list_c now contains a chained list of parameters. Removed the now 2012-02-12 18:43:20 +00:00
gameport.h
harddrv.cc optimize harddrv code 2012-05-06 19:19:00 +00:00
harddrv.h optimize harddrv code 2012-05-06 19:19:00 +00:00
hdimage.cc - undoable: added support for checking the modification time of the base disk 2012-07-21 12:00:46 +00:00
hdimage.h - undoable: added support for checking the modification time of the base disk 2012-07-21 12:00:46 +00:00
ioapic.cc allow 1-byte and 2-byte writes to I/O APIC index register 2012-05-22 14:48:48 +00:00
ioapic.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
iodebug.cc - don't panic in debugger if the iodebug plugin is not loaded 2012-04-19 18:03:13 +00:00
iodebug.h
iodev.h - implemented "fast-dma" support for 16 bit and in the SB16 2012-07-14 14:20:36 +00:00
keyboard.cc - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
keyboard.h - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
Makefile.in - fixes based on Debian patches by Guillem Jover 2012-07-14 07:01:43 +00:00
parallel.cc - added 'gameport' and 'iodebug' to the default set of plugins (if present) 2012-07-08 07:01:25 +00:00
parallel.h
pci2isa.cc - changed format of PCI config space dump (16 values per line) 2012-05-08 19:04:35 +00:00
pci2isa.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pci_ide.cc - class bx_list_c now contains a chained list of parameters. Removed the now 2012-02-12 18:43:20 +00:00
pci_ide.h
pci.cc - PCI-only now can be automatically assigned to a PCI slot if not specified 2012-07-09 17:23:07 +00:00
pci.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pcidev.cc - devices 'pcidev' and 'pcipnic': moved config parameter creation and bochsrc 2012-01-09 17:15:03 +00:00
pcidev.h
pic.cc - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pic.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pit82c54.cc - pit: added debug_dump() 2012-05-01 15:53:28 +00:00
pit82c54.h
pit.cc - speaker should only beep if both bit #0 and #1 of port 0x61 are set 2012-05-03 19:45:06 +00:00
pit.h - speaker should only beep if both bit #0 and #1 of port 0x61 are set 2012-05-03 19:45:06 +00:00
scancodes.cc
scancodes.h
scsi_commands.h
scsidefs.h
scsipt.h
serial_raw.cc - code for setting up log actions by device rewritten 2011-12-30 11:13:37 +00:00
serial_raw.h
serial.cc - added 'gameport' and 'iodebug' to the default set of plugins (if present) 2012-07-08 07:01:25 +00:00
serial.h - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
slowdown_timer.cc - code for setting up log actions by device rewritten 2011-12-30 11:13:37 +00:00
slowdown_timer.h
speaker.cc - check the beep output interface and report the one to be used in the reset() 2012-05-24 18:06:40 +00:00
speaker.h - check the beep output interface and report the one to be used in the reset() 2012-05-24 18:06:40 +00:00
svga_cirrus.cc - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
svga_cirrus.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
unmapped.cc
unmapped.h
vga.cc - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
vga.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
vgacore.cc - more accurate horizontal retrace emulation (based on the DOSBox implementation) 2012-04-08 14:21:18 +00:00
vgacore.h - more accurate horizontal retrace emulation (based on the DOSBox implementation) 2012-04-08 14:21:18 +00:00
virt_timer.cc - removed unused case with virtual timer support disabled 2012-05-17 09:11:48 +00:00
virt_timer.h - removed unused case with virtual timer support disabled 2012-05-17 09:11:48 +00:00
vmware3.cc
vmware3.h
vmware4.cc
vmware4.h
vvfat.cc - undoable: added support for checking the modification time of the base disk 2012-07-21 12:00:46 +00:00
vvfat.h - undoable: added support for checking the modification time of the base disk 2012-07-21 12:00:46 +00:00