5
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* X-1.26 Camiel Vanderhoeven 17-APR-2007 * Removed debugging messages.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.24 Camiel Vanderhoeven 17-APR-2007 * Only include process.h on Windows.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.23 Camiel Vanderhoeven 16-APR-2007 * Never start a telnet client when running as lockstep slave, because * we want to receive a connection from the master instead.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.xx Camiel Vanderhoeven 16-APR-2007 * Added ResetPCI()
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.17 Camiel Vanderhoeven 16-APR-2007 * Initialize state.next_entry to 0.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.26 Camiel Vanderhoeven 16-APR-2007 * Allow configuration strings with spaces in them.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.22 Camiel Vanderhoeven 16-APR-2007 * Added possibility to start a Telnet client automatically.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
# X-1.6 Camiel Vanderhoeven 16-APR-2007 # Added configuration lines to start PuTTy for each serial port
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
# X-1.8 Camiel Vanderhoeven 14-APR-2007 # Added forgotten es40_lss and es40_lsm to make clean.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.xx Camiel Vanderhoeven 11-APR-2007 * Moved all data that should be saved to a state file to a structure * "state".
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.2 Camiel Vanderhoeven 11-APR-2007 * Changed some compiler settings to allow the IDB versions to * compile in a reasonable amount of time.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
To build with Visual C++ 6.0
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
To build the emulator with Visual Studio .NET 2005
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.5 Camiel Vanderhoeven 11-APR-2007 * Explicitly convert integers to double for calls to log/pow.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.3 Camiel Vanderhoeven 11-APR-2007 * Fixed bug in TRC_DEV in SRM_READ_IDE_DISK.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
# X-1.5 Camiel Vanderhoeven 10-APR-2007 # a) Added rom.decompressed variable. # b) Fixed some of the documentation mistakes.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.1 Camiel Vanderhoeven 10-APR-2007 * File created. Contains code previously found in AlphaCPU.cpp: * New mechanism for SRM replacements. Where these need to be executed, * CSystem::LoadROM() puts a special opcode (a CALL_PAL instruction * with an otherwise illegal operand of 0x01234xx) in memory. * CAlphaCPU::DoClock() recognizes these opcodes and performs the SRM * action.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.35 Camiel Vanderhoeven 10-APR-2007 * New mechanism for SRM replacements. Where these need to be executed, * CSystem::LoadROM() puts a special opcode (a CALL_PAL instruction * with an otherwise illegal operand of 0x01234xx) in memory. * CAlphaCPU::DoClock() recognizes these opcodes and performs the SRM * action.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.24 Camiel Vanderhoeven 10-APR-2007 * New mechanism for SRM replacements. Where these need to be executed, * CSystem::LoadROM() puts a special opcode (a CALL_PAL instruction * with an otherwise illegal operand of 0x01234xx) in memory. * CAlphaCPU::DoClock() recognizes these opcodes and performs the SRM * action.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.34 Camiel Vanderhoeven 10-APR-2007 * New mechanism for SRM replacements. Where these need to be executed, * CSystem::LoadROM() puts a special opcode (a CALL_PAL instruction * with an otherwise illegal operand of 0x01234xx) in memory. * CAlphaCPU::DoClock() recognizes these opcodes and performs the SRM * action.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.22 Camiel Vanderhoeven 10-APR-2007 * Replaced LoadROM(...) and SelectROM() calls with a single LoadROM() * call. (See System.cpp, X-1.23).
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.23 Camiel Vanderhoeven 10-APR-2007 * Extended ROM-handling code to favor loading decompressed ROM code * over loading compressed code, and to save decompressed ROM code * during the first time the emulator is run.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.12 Camiel Vanderhoeven 10-APR-2007 * Replaced LoadROM(...) and SelectROM() calls with a single LoadROM() * call. (See System.cpp, X-1.23).
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.21 Camiel Vanderhoeven 10-APR-2007 * Calls to LoadROM and SelectROM changed to fit X-1.22 of System.cpp.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.22 Camiel Vanderhoeven 10-APR-2007 * Removed obsolete ROM-handling code.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.11 Camiel Vanderhoeven 10-APR-2007 * Removed obsolete ROM-handling code.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.25 Camiel Vanderhoeven 7-APR-2007 * Added PCB to job context recognition.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.16 Camiel Vanderhoeven 7-APR-2007 * Added hwpcb to PRBR structure.
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.20 Camiel Vanderhoeven 7-APR-2007 * Added get_hwpcb;
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago
* X-1.19 Camiel Vanderhoeven 5-APR-2007 * Fixed X-1.14. The virtual address was returned instead of the * physical one!
Camiel Vanderhoeven
as iamcamiel
More... about 17 years ago