1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-01 08:41:32 +00:00
symon/src/test/java/com/loomcom/symon
2017-08-30 10:34:50 -05:00
..
Acia6850Test.java * Add ACIA Interrupt tests. 2017-06-06 12:55:35 +10:00
AciaTest.java * Add ACIA Interrupt tests. 2017-06-06 12:55:35 +10:00
BusTest.java rework bus. Don't throw an Exception any more with overlapping device addresses - this is normal for some machines. Introduce the concept of priorities to ensure that device overlap in the correct order. 2014-07-25 19:32:00 +02:00
Cpu65C02AbsoluteModeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
Cpu65C02AbsoluteXModeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
Cpu65C02ImmediateModeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
Cpu65C02ImpliedModeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
Cpu65C02ZeroPageModeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
Cpu65C02ZeroPageRelativeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
Cpu65C02ZeroPageXModeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
CpuAbsoluteModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuAbsoluteXModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuAbsoluteYModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuAccumulatorModeTest.java enforce that the address range of devices falls within the address range of the bus. Turned out that the CPU tests instantiate memory with the last parameter as memory size, not end address (fixed now). Also make sure that the address lookup array takes the offset caused by non-zero starting addresses into account. 2014-07-25 21:24:16 +02:00
CpuImmediateModeTest.java enforce that the address range of devices falls within the address range of the bus. Turned out that the CPU tests instantiate memory with the last parameter as memory size, not end address (fixed now). Also make sure that the address lookup array takes the offset caused by non-zero starting addresses into account. 2014-07-25 21:24:16 +02:00
CpuImpliedModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuIndexedIndirectModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuIndirectIndexedModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuIndirectModeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
CpuIndirectXModeTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
CpuRelativeModeTest.java enforce that the address range of devices falls within the address range of the bus. Turned out that the CPU tests instantiate memory with the last parameter as memory size, not end address (fixed now). Also make sure that the address lookup array takes the offset caused by non-zero starting addresses into account. 2014-07-25 21:24:16 +02:00
CpuTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuZeroPageIndirectTest.java * Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP 2017-06-06 19:59:01 +10:00
CpuZeroPageModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuZeroPageXModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CpuZeroPageYModeTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
CrtcTest.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
FifoRingBufferTest.java Work In Progress: CPU behavior, UI changes 2012-11-25 22:49:21 -08:00
MemoryRangeTest.java - Continued refactoring of address decoding. 2010-01-09 16:53:04 -08:00
TestAnsiControlSequenceParser.java implement jterminal in source 2017-08-30 10:34:50 -05:00
TestVt100TerminalModel.java implement jterminal in source 2017-08-30 10:34:50 -05:00
UtilsTest.java Add disassembled instructions to breakpoints 2016-01-02 19:05:38 -08:00