.. |
aspi-win32.h
|
|
|
biosdev.cc
|
- the Bochs BIOS and the LGPL'd VGABIOS never cause a panic at line number 0
|
2005-10-23 13:23:49 +00:00 |
biosdev.h
|
- modified the bios / vgabios panic handling. BX_PANIC messages sent by the bios
|
2004-09-05 17:57:22 +00:00 |
busmouse.cc
|
- missing initialisation of variable 'cur_command' added
|
2004-12-25 09:29:31 +00:00 |
busmouse.h
|
- missing initialisation of variable 'cur_command' added
|
2004-12-25 09:29:31 +00:00 |
cdrom_amigaos.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
cdrom_beos.cc
|
|
|
cdrom_beos.h
|
|
|
cdrom.cc
|
- define IOCTL_DISK_GET_LENGTH_INFO only if necessary
|
2005-11-11 22:52:57 +00:00 |
cdrom.h
|
- fixed toc size returned by IOCTL_CDROM_READ_TOC_EX using the size field of toc data
|
2005-11-02 20:26:24 +00:00 |
cmos.cc
|
- if cmos image is enabled, save it on exit
|
2005-12-04 17:43:09 +00:00 |
cmos.h
|
- if cmos image is enabled, save it on exit
|
2005-12-04 17:43:09 +00:00 |
crc32.cc
|
|
|
crc32.h
|
- removed lowlevel includes from iodev.h and device headers to reduce dependencies
|
2004-09-05 10:30:19 +00:00 |
devices.cc
|
- load pcivga plugin only if assigned to a pci slot and Bochs VBE is selected
|
2005-10-27 08:20:16 +00:00 |
dma.cc
|
- extra page registers implemented (these registers have no effect on DMA operations)
|
2005-04-06 21:09:25 +00:00 |
dma.h
|
- extra page registers implemented (these registers have no effect on DMA operations)
|
2005-04-06 21:09:25 +00:00 |
eth_arpback.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_fbsd.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_linux.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_null.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_packetmaker.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_packetmaker.h
|
- dependencies between NE2k and PCI Pseudo-NIC removed from the config interface
|
2004-10-07 17:38:03 +00:00 |
eth_tap.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_tuntap.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_vde.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_vnet.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth_win32.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
eth.h
|
- dependencies between NE2k and PCI Pseudo-NIC removed from the config interface
|
2004-10-07 17:38:03 +00:00 |
extfpuirq.cc
|
Speed up compilation process.
|
2004-06-19 15:20:15 +00:00 |
extfpuirq.h
|
- remove read handler, on Volker advice
|
2003-01-07 08:17:15 +00:00 |
floppy.cc
|
- fixed floppy media type check
|
2005-12-03 18:22:18 +00:00 |
floppy.h
|
- floppy media type check added (prevents inserting of invalid media in drive,
|
2005-11-22 18:34:51 +00:00 |
gameport.cc
|
Speed up compilation process.
|
2004-06-19 15:20:15 +00:00 |
gameport.h
|
- implementation of the standard PC gameport for the Linux platform
|
2003-06-21 12:55:19 +00:00 |
guest2host.cc
|
Speed up compilation process.
|
2004-06-19 15:20:15 +00:00 |
guest2host.h
|
- fix spelling of acquire
|
2002-12-06 18:48:08 +00:00 |
harddrv.cc
|
- splitted ATA/ATAPI emulation and image handling code. Now it is possible to use
|
2005-12-10 15:02:26 +00:00 |
harddrv.h
|
- splitted image headers from hard drive header (TODO: split emulation and image
|
2005-11-06 11:07:01 +00:00 |
hdimage.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
hdimage.h
|
- splitted image headers from hard drive header (TODO: split emulation and image
|
2005-11-06 11:07:01 +00:00 |
ioapic.cc
|
- a bunch of warnings in MSVC fixed
|
2005-06-04 17:44:59 +00:00 |
ioapic.h
|
- a bunch of warnings in MSVC fixed
|
2005-06-04 17:44:59 +00:00 |
iodebug.cc
|
Fix get_EIP references in iodebug
|
2005-11-29 17:38:57 +00:00 |
iodebug.h
|
- fix compile problems in iodebug
|
2002-10-26 03:53:22 +00:00 |
iodev.h
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
keyboard.cc
|
- keyboard/mouse runtime parameter handlers moved into the device code
|
2005-12-02 17:27:19 +00:00 |
keyboard.h
|
- keyboard/mouse runtime parameter handlers moved into the device code
|
2005-12-02 17:27:19 +00:00 |
Makefile.in
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
ne2k.cc
|
- don't register i/o and memory address ranges during PCI probe
|
2005-11-15 17:19:28 +00:00 |
ne2k.h
|
- removed lowlevel includes from iodev.h and device headers to reduce dependencies
|
2004-09-05 10:30:19 +00:00 |
parallel.cc
|
Speed up compilation process.
|
2004-06-19 15:20:15 +00:00 |
parallel.h
|
- multiple parallel port support added (2 ports are available now)
|
2004-01-27 21:38:51 +00:00 |
pci2isa.cc
|
- PCI command register behaviour fixes in some devices
|
2005-09-23 19:31:12 +00:00 |
pci2isa.h
|
- temporary pci irq initialisation removed from pci devices (now done in the
|
2004-09-25 22:15:02 +00:00 |
pci_ide.cc
|
- don't register i/o and memory address ranges during PCI probe
|
2005-11-15 17:19:28 +00:00 |
pci_ide.h
|
- PCI IDE busmaster DMA feature fixed and enabled (Win98 guest can use it without
|
2005-10-29 12:35:01 +00:00 |
pci.cc
|
- don't register i/o and memory address ranges during PCI probe
|
2005-11-15 17:19:28 +00:00 |
pci.h
|
- don't register i/o and memory address ranges during PCI probe
|
2005-11-15 17:19:28 +00:00 |
pcidev.cc
|
- some compilation errors and warnings fixed
|
2004-10-19 17:24:59 +00:00 |
pcidev.h
|
Introduced Frank Cornelis's PCIDEV patch.
|
2004-01-15 02:08:37 +00:00 |
pcipnic.cc
|
- don't register i/o and memory address ranges during PCI probe
|
2005-11-15 17:19:28 +00:00 |
pcipnic.h
|
- replaced old style i/o and irq register mechanism by the new one for pci devices
|
2004-07-13 17:45:34 +00:00 |
pciusb_devs.h
|
- prepared USB flash stick implementation (patch by Ben Lunt - not yet complete)
|
2005-11-07 19:06:05 +00:00 |
pciusb.cc
|
- minor USB updates from Ben Lunt
|
2005-11-30 18:34:59 +00:00 |
pciusb.h
|
- USB runtime parameter handling prepared in the device code
|
2005-11-29 20:46:17 +00:00 |
pcivga.cc
|
- base address area set to read-only (TODO: implement framebuffer base at 0x10)
|
2005-09-18 13:02:56 +00:00 |
pcivga.h
|
- changed BX_USE_P2I_SMF to BX_USE_PCIVGA_SMF
|
2003-01-27 21:11:55 +00:00 |
pic.cc
|
- level sensitive irq mode implemented (update IRR after EOI)
|
2004-07-08 18:45:03 +00:00 |
pic.h
|
- level sensitive irq mode implemented (update IRR after EOI)
|
2004-07-08 18:45:03 +00:00 |
pit82c54.cc
|
Speed up compilation process.
|
2004-06-19 15:20:15 +00:00 |
pit82c54.h
|
Applied SF patch #694889.
|
2004-01-16 16:30:46 +00:00 |
pit_wrap.cc
|
- a bunch of warnings in MSVC fixed
|
2005-06-04 17:44:59 +00:00 |
pit_wrap.h
|
- removed old unused code designed for a save/restore feature
|
2004-12-13 19:10:38 +00:00 |
pit.cc
|
- removed old unused code designed for a save/restore feature
|
2004-12-13 19:10:38 +00:00 |
pit.h
|
- removed old unused code designed for a save/restore feature
|
2004-12-13 19:10:38 +00:00 |
pnic_api.h
|
Up to API version 1.1. IRQ support added.
|
2004-03-26 03:22:46 +00:00 |
sb16.cc
|
- fixed typos in manpages, user documentation and others
|
2005-10-23 07:17:01 +00:00 |
sb16.h
|
- ASP/CSP registers and read/write functions added (reads/writes to these
|
2005-02-04 19:50:50 +00:00 |
scancodes.cc
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
scancodes.h
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
scsi_commands.h
|
|
|
scsidefs.h
|
- clean up ^M pollution from working in cygwin
|
2002-09-16 17:00:16 +00:00 |
scsipt.h
|
- clean up ^M pollution from working in cygwin
|
2002-09-16 17:00:16 +00:00 |
serial_raw.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
serial_raw.h
|
- raw serial receive support for win32 added. It is disabled for now because it
|
2004-05-13 16:23:15 +00:00 |
serial.cc
|
- missing include for FreeBSD and others added
|
2005-07-11 16:24:47 +00:00 |
serial.h
|
- com->socket redirection support added (initial SF patch #1107945 by Andrew Backer)
|
2005-07-10 16:51:09 +00:00 |
slowdown_timer.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
slowdown_timer.h
|
- fixed the slowdown timer sleep rate on platforms that don't support the usleep()
|
2005-10-22 17:31:02 +00:00 |
soundlnx.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
soundlnx.h
|
- support for GNU/kFreeBSD and GNU/kNetBSD added in lowlevel iodev code (cdrom,
|
2004-09-11 15:39:53 +00:00 |
soundosx.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
soundosx.h
|
Added Brian Huffman's Sound for OSX code with a couple of tweaks.
|
2004-02-09 22:23:53 +00:00 |
soundwin.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
soundwin.h
|
- removed lowlevel includes from iodev.h and device headers to reduce dependencies
|
2004-09-05 10:30:19 +00:00 |
speaker.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
speaker.h
|
- pc speaker output for win32 added
|
2005-01-29 12:08:31 +00:00 |
svga_cirrus.cc
|
- moved runtime handler for 'vga_update_interval' into the device (TODO: this could
|
2005-11-27 17:49:59 +00:00 |
svga_cirrus.h
|
- moved runtime handler for 'vga_update_interval' into the device (TODO: this could
|
2005-11-27 17:49:59 +00:00 |
unmapped.cc
|
Speed up compilation process.
|
2004-06-19 15:20:15 +00:00 |
unmapped.h
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
vga.cc
|
- moved runtime handler for 'vga_update_interval' into the device (TODO: this could
|
2005-11-27 17:49:59 +00:00 |
vga.h
|
- moved runtime handler for 'vga_update_interval' into the device (TODO: this could
|
2005-11-27 17:49:59 +00:00 |
virt_timer.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
virt_timer.h
|
Fixed some basic runtime problems.
|
2003-02-18 03:36:01 +00:00 |
vmware3.cc
|
- don't include the device headers in networking/sound lowlevel code, virtual
|
2005-12-10 18:37:35 +00:00 |
vmware3.h
|
- configure / compile fixes for Solaris SunPro (patch from Robin Kay)
|
2004-08-11 11:09:01 +00:00 |