X-1.32 Camiel Vanderhoeven 13-MAR-2008 Create init(), start_threads() and stop_threads() functions.
X-1.31 Camiel Vanderhoeven 11-MAR-2008 Named, debuggable mutexes.
X-1.30 Camiel Vanderhoeven 05-MAR-2008 Multi-threading version.
X-1.29 Camiel Vanderhoeven 26-FEB-2008 Moved DMA code into it's own class (CDMA)
X-1.28 Camiel Vanderhoeven 12-FEB-2008 Moved keyboard code into it's own class (CKeyboard)
X-1.27 Camiel Vanderhoeven 07-FEB-2008 Comments.
X-1.26 Brian Wheeler 02-FEB-2008 Completed LPT support so it works with FreeBSD as a guest OS.
X-1.25 Camiel Vanderhoeven 08-JAN-2008 Comments.
X-1.24 Camiel Vanderhoeven 02-JAN-2008 Comments; moved keyboard status register bits to "status" struct.
X-1.23 Camiel Vanderhoeven 28-DEC-2007 Keep the compiler happy.
X-1.22 Brian wheeler 17-DEC-2007 Better DMA support.
X-1.21 Camiel Vanderhoeven 17-DEC-2007 SaveState file format 2.1
X-1.20 Brian Wheeler 11-DEC-2007 Improved timer logic (again).
X-1.19 Camiel Vanderhoeven 10-DEC-2007 Use configurator; move IDE and USB to their own classes.
X-1.18 Camiel Vanderhoeven 7-DEC-2007 Add busmaster_status; add pic_edge_level.
X-1.17 Camiel Vanderhoeven 7-DEC-2007 Generate keyboard interrupts when needed.
X-1.16 Camiel Vanderhoeven 6-DEC-2007 Changed keyboard implementation (with thanks to the Bochs project!!)
X-1.15 Brian Wheeler 1-DEC-2007 Added console support (using SDL library), corrected timer behavior for Linux/BSD as a guest OS.
X-1.14 Camiel Vanderhoeven 16-APR-2007 Added ResetPCI()
X-1.13 Camiel Vanderhoeven 11-APR-2007 Moved all data that should be saved to a state file to a structure "state".
X-1.12 Camiel Vanderhoeven 31-MAR-2007 Added old changelog comments.
X-1.11 Camiel Vanderhoeven 3-MAR-2007 Added inline function get_ide_disk, which returns a file handle.
X-1.10 Camiel Vanderhoeven 20-FEB-2007 Added member variable to keep error status.
X-1.9 Brian Wheeler 20-FEB-2007 Information about IDE disks is now kept in the ide_info structure.
X-1.8 Camiel Vanderhoeven 16-FEB-2007 DoClock now returns int.
X-1.7 Camiel Vanderhoeven 12-FEB-2007 Formatting.
X-1.6 Camiel Vanderhoeven 12-FEB-2007 Added comments.
X-1.5 Camiel Vanderhoeven 9-FEB-2007 Replaced f_ variables with ide_ members.
X-1.4 Camiel Vanderhoeven 9-FEB-2007 Added comments.
X-1.3 Brian Wheeler 3-FEB-2007 Formatting.
X-1.2 Brian Wheeler 3-FEB-2007 Includes are now case-correct (necessary on Linux)
X-1.1 Camiel Vanderhoeven 19-JAN-2007 Initial version in CVS.
Definition in file AliM1543C.h.
#include "PCIDevice.h"
Go to the source code of this file.
Data Structures | |
| class | CAliM1543C |
| Emulated ISA part of the ALi M1543C chipset. More... | |
| struct | CAliM1543C::SAli_state |
| The state structure contains all elements that need to be saved to the statefile. More... | |
Defines | |
| #define | INCLUDED_ALIM1543C_H |
| #define | PIT_OFFSET_LATCH 3 |
| #define | PIT_OFFSET_MAX 6 |
Variables | |
| CAliM1543C * | theAli |
| #define INCLUDED_ALIM1543C_H |
Definition at line 133 of file AliM1543C.h.
| #define PIT_OFFSET_LATCH 3 |
Definition at line 214 of file AliM1543C.h.
| #define PIT_OFFSET_MAX 6 |
Definition at line 215 of file AliM1543C.h.
Referenced by CAliM1543C::pit_clock(), and CAliM1543C::pit_write().
Definition at line 1405 of file AliM1543C.cpp.
Referenced by CAliM1543C::CAliM1543C(), CSerial::eval_interrupts(), CKeyboard::execute(), CAliM1543C_ide::ide_command_read(), CAliM1543C_ide::ide_command_write(), CAliM1543C_ide::raise_interrupt(), and CAliM1543C_ide::run().