Bochs/bochs/iodev
Volker Ruppert df6512abd5 - check for the platform WIN32 instead of the gui
- FIXME: the symbols 'BX_WITH_MACOS' and 'macintosh' both appear in the floppy
  code. I don't know what's okay there.
2002-10-13 09:40:05 +00:00
..
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 "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
biosdev.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +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_osx.cc - fixed the function argument of insert_cdrom() for Amiga OS and MacOSX 2002-05-28 15:39:05 +00:00
cdrom.cc - fixed some warnings at BX_INFO, BX_PANIC, BX_ERROR and BX_DEBUG 2002-10-06 20:19:03 +00:00
cdrom.h - added multiple cdrom support for win32 (NT/2000 version untested). The ASPI 2002-10-03 11:59:37 +00:00
cmos.cc - modified every I/O device so that it will not re-register its timers 2002-10-06 19:04:47 +00:00
cmos.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +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 - modified every I/O device so that it will not re-register its timers 2002-10-06 19:04:47 +00:00
dma.cc - register description "master disable" renamed to "master clear". This is the 2002-09-28 13:36:32 +00:00
dma.h - implementation of the DMA controller reset 2002-08-28 19:39:00 +00:00
eth_arpback.cc Added a field on register_timer() so that a name identifying the 2002-10-02 05:16:01 +00:00
eth_fbsd.cc Added a field on register_timer() so that a name identifying the 2002-10-02 05:16:01 +00:00
eth_linux.cc - fixed some warnings at BX_INFO, BX_PANIC, BX_ERROR and BX_DEBUG 2002-10-06 20:19:03 +00:00
eth_null.cc - fixed some warnings at BX_INFO, BX_PANIC, BX_ERROR and BX_DEBUG 2002-10-06 20:19:03 +00:00
eth_packetmaker.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
eth_packetmaker.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
eth_tap.cc - fixed some warnings at BX_INFO, BX_PANIC, BX_ERROR and BX_DEBUG 2002-10-06 20:19:03 +00:00
eth_tuntap.cc Added a field on register_timer() so that a name identifying the 2002-10-02 05:16:01 +00:00
eth_win32.cc - include <windows.h> in bochs.h whenever WIN32 is defined. This is required 2002-10-03 21:07:04 +00:00
eth.cc - add tuntap interface 2002-04-18 00:59:58 +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 - check for the platform WIN32 instead of the gui 2002-10-13 09:40:05 +00:00
floppy.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
guest2host.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
guest2host.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
harddrv.cc - fixed some warnings at BX_INFO, BX_PANIC, BX_ERROR and BX_DEBUG 2002-10-06 20:19:03 +00:00
harddrv.h - apply patch from Stu Grossman <grossman@juniper.net> that changes 2002-09-30 14:19:46 +00:00
ioapic.cc - reset should have one arg, unsigned int type 2002-08-29 16:52:47 +00:00
ioapic.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodebug.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodebug.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodev.h - implementation of the PCI-to-ISA bridge started. I/O ports and features are 2002-09-16 19:18:58 +00:00
keyboard.cc - add key mapping for SDL gui, to demonstrate/verify that key mapping is not 2002-10-08 06:14:53 +00:00
keyboard.h Silence compiler warnings on VC6.0 2002-09-26 09:00:52 +00:00
Makefile.in - add -lwinmm to the link lines anytime you use --enable-sb16=win. Now 2002-10-01 23:37:50 +00:00
ne2k.cc - fixed some warnings at BX_INFO, BX_PANIC, BX_ERROR and BX_DEBUG 2002-10-06 19:38:54 +00:00
ne2k.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
parallel.cc - fixed some warnings at BX_INFO, BX_PANIC, BX_ERROR and BX_DEBUG 2002-10-06 19:38:54 +00:00
parallel.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pci2isa.cc - log type PCI2ISALOG added 2002-09-21 11:38:12 +00:00
pci2isa.h - log type PCI2ISALOG added 2002-09-21 11:38:12 +00:00
pci.cc - meaning of the memory type values changed (0 = ROM, 1 = Shadow RAM) 2002-08-31 15:35:51 +00:00
pci.h - meaning of the memory type values changed (0 = ROM, 1 = Shadow RAM) 2002-08-31 15:35:51 +00:00
pic.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pic.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +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 - modified every I/O device so that it will not re-register its timers 2002-10-06 19:04:47 +00:00
pit_wrap.h Made BX_USE_REALTIME_PIT checked at runtime. This is 2002-09-21 04:02:51 +00:00
pit.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
sb16.cc - modified every I/O device so that it will not re-register its timers 2002-10-06 19:04:47 +00:00
sb16.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
scancodes.cc - changed copyright strings 2002-04-01 22:43:01 +00:00
scancodes.h - changed copyright strings 2002-04-01 22:43:01 +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 - check for the platform __BEOS__ instead of the gui 2002-10-12 13:09:32 +00:00
serial.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
slowdown_timer.cc - modified every I/O device so that it will not re-register its timers 2002-10-06 19:04:47 +00:00
slowdown_timer.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
soundlnx.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
soundlnx.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
soundwin.cc Silence compiler warnings on VC6.0 2002-09-26 09:00:52 +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 - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
unmapped.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
vga.cc - sequencer reset bits renamed to 'reset1' and 'reset2' 2002-10-13 08:14:31 +00:00
vga.h - sequencer reset bits renamed to 'reset1' and 'reset2' 2002-10-13 08:14:31 +00:00