.. |
aspi-win32.h
|
- only define PACKED if it's not already defined, since in Cygwin it's
|
2001-06-25 12:52:37 +00:00 |
biosdev.cc
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
biosdev.h
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
cdrom_amigaos.cc
|
- fixed the function argument of insert_cdrom() for Amiga OS and MacOSX
|
2002-05-28 15:39:05 +00:00 |
cdrom_beos.cc
|
- add BeOS specific code from Bernd Korz
|
2001-12-07 18:58:24 +00:00 |
cdrom_beos.h
|
- add BeOS specific code from Bernd Korz
|
2001-12-07 18:58:24 +00:00 |
cdrom.cc
|
- changed my mind... With #ifdef macintosh there is the danger of messing
|
2002-12-13 15:28:55 +00:00 |
cdrom.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
cmos.cc
|
- fixed the conversion from bcd to binary values in function update_timeval()
|
2003-01-05 19:43:09 +00:00 |
cmos.h
|
- implementation of the date and time change support
|
2003-01-04 00:02:07 +00:00 |
crc32.cc
|
- add RCS Id to header of every file. This makes it easier to know what's
|
2001-10-03 13:10:38 +00:00 |
crc32.h
|
- add RCS Id to header of every file. This makes it easier to know what's
|
2001-10-03 13:10:38 +00:00 |
devices.cc
|
- CMOS checksum must be generated after bx_init_plugins() (bug found with amidiag)
|
2003-01-03 11:43:24 +00:00 |
dma.cc
|
- the value of the command register must be always 0x00 (BX_ERROR fixed)
|
2002-11-04 17:29:12 +00:00 |
dma.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
eth_arpback.cc
|
- add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL
|
2002-11-20 19:06:23 +00:00 |
eth_fbsd.cc
|
- add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL
|
2002-11-20 19:06:23 +00:00 |
eth_linux.cc
|
- add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL
|
2002-11-20 19:06:23 +00:00 |
eth_null.cc
|
- add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL
|
2002-11-20 19:06:23 +00:00 |
eth_packetmaker.cc
|
- add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL
|
2002-11-20 19:06:23 +00:00 |
eth_packetmaker.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
eth_tap.cc
|
- add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL
|
2002-11-20 19:06:23 +00:00 |
eth_tuntap.cc
|
- add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL
|
2002-11-20 19:06:23 +00:00 |
eth_win32.cc
|
- converted ne2k device to a plugin
|
2002-11-19 18:56:39 +00:00 |
eth.cc
|
- add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL
|
2002-11-20 19:06:23 +00:00 |
eth.h
|
- make all packet mover classes report their log messages using the NE2K
|
2002-09-02 16:56:24 +00:00 |
floppy.cc
|
- clarify panic
|
2002-12-11 15:45:10 +00:00 |
floppy.h
|
- floppy cleanup patch from Alex Thiel. New functions enter_idle_phase() and
|
2002-11-30 09:39:29 +00:00 |
guest2host.cc
|
- fix spelling of acquire
|
2002-12-06 18:48:08 +00:00 |
guest2host.h
|
- fix spelling of acquire
|
2002-12-06 18:48:08 +00:00 |
harddrv.cc
|
- Update the mode sense command, cdrom capabillities.
|
2003-01-05 03:22:03 +00:00 |
harddrv.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
ioapic.cc
|
- apply patch.ifdef-disabled-options. Comments from that patch are below:
|
2002-11-19 05:47:45 +00:00 |
ioapic.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
iodebug.cc
|
- apply patch.ifdef-disabled-options. Comments from that patch are below:
|
2002-11-19 05:47:45 +00:00 |
iodebug.h
|
- fix compile problems in iodebug
|
2002-10-26 03:53:22 +00:00 |
iodev.h
|
- bugfix for the textmode colors: the color value is not an index to the DAC
|
2002-12-28 11:49:17 +00:00 |
keyboard.cc
|
- fix compile warnings (patch from HJ)
|
2003-01-05 01:37:21 +00:00 |
keyboard.h
|
- the current paste operation now stops on hardware reset
|
2002-12-26 22:19:44 +00:00 |
Makefile.in
|
- regenerate makefile dependencies
|
2002-11-25 15:05:51 +00:00 |
ne2k.cc
|
- change "TCR write, reserved bits set" into an error instead of a panic.
|
2002-12-13 18:27:07 +00:00 |
ne2k.h
|
- converted ne2k device to a plugin
|
2002-11-19 18:56:39 +00:00 |
parallel.cc
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
parallel.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
pci2isa.cc
|
- apply patch.ifdef-disabled-options. Comments from that patch are below:
|
2002-11-19 05:47:45 +00:00 |
pci2isa.h
|
- converted devices pci and pci2isa to plugins
|
2002-11-09 20:51:40 +00:00 |
pci.cc
|
- when VC++ sees local variables in a for statement, it doesn't think
|
2002-11-19 05:51:52 +00:00 |
pci.h
|
- converted devices pci and pci2isa to plugins
|
2002-11-09 20:51:40 +00:00 |
pic.cc
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
pic.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
pit82c54.cc
|
- add "void reset(unsigned type)" method to every I/O device.
|
2002-08-27 19:54:46 +00:00 |
pit82c54.h
|
- add "void reset(unsigned type)" method to every I/O device.
|
2002-08-27 19:54:46 +00:00 |
pit_wrap.cc
|
- fix compile warnings (patch from HJ)
|
2003-01-05 01:37:21 +00:00 |
pit_wrap.h
|
Cleaned up the realtime PIT code for win32.
|
2002-12-07 20:01:10 +00:00 |
pit.cc
|
- fix compile problem in old PIT
|
2002-10-26 03:57:19 +00:00 |
pit.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
sb16.cc
|
- apply patch.ifdef-disabled-options. Comments from that patch are below:
|
2002-11-19 05:47:45 +00:00 |
sb16.h
|
- converted sb16 device to a plugin
|
2002-11-13 18:39:41 +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
|
- add RCS Id to header of every file. This makes it easier to know what's
|
2001-10-03 13:10:38 +00:00 |
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
|
- add RCS Id to header of every file. This makes it easier to know what's
|
2001-10-03 13:10:38 +00:00 |
serial_raw.h
|
- add RCS Id to header of every file. This makes it easier to know what's
|
2001-10-03 13:10:38 +00:00 |
serial.cc
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
serial.h
|
- Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a
|
2002-10-25 11:44:41 +00:00 |
slowdown_timer.cc
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
slowdown_timer.h
|
Add plugin support to Bochs by merging all the changes from the
|
2002-10-24 21:07:56 +00:00 |
soundlnx.cc
|
- added check for symbol FreeBSD (makes the soundlnx.* files work on FreeBSD)
|
2002-12-24 10:12:26 +00:00 |
soundlnx.h
|
- added check for symbol FreeBSD (makes the soundlnx.* files work on FreeBSD)
|
2002-12-24 10:12:26 +00:00 |
soundwin.cc
|
- apply patch.ifdef-disabled-options. Comments from that patch are below:
|
2002-11-19 05:47:45 +00:00 |
soundwin.h
|
- add RCS Id to header of every file. This makes it easier to know what's
|
2001-10-03 13:10:38 +00:00 |
unmapped.cc
|
- gcc 3.2 warnings fixed ("trigraph ??- ignored")
|
2002-12-27 10:20:53 +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
|
- in modeX use the screen width in pixels stored in the CRT controller.
|
2003-01-01 21:21:29 +00:00 |
vga.h
|
- bugfix for the textmode colors: the color value is not an index to the DAC
|
2002-12-28 11:49:17 +00:00 |