Skip to content

Commit

Permalink
Files in the main project reorganized in folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestor Soriano Vilchez committed Sep 25, 2014
1 parent a70b4b4 commit 965717b
Show file tree
Hide file tree
Showing 177 changed files with 174 additions and 172 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
100 changes: 50 additions & 50 deletions Main.Tests/Main.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,55 +46,55 @@
<Compile Include="BitTests.cs" />
<Compile Include="ClockSynchronizationHelperTests.cs" />
<Compile Include="HelloWorld.cs" />
<Compile Include="InstructionsExecution\EX %28SP%29,HL .Tests.cs" />
<Compile Include="InstructionsExecution\OUT %28n%29,A .Tests.cs" />
<Compile Include="InstructionsExecution\IN A,%28n%29 .Tests.cs" />
<Compile Include="InstructionsExecution\JP %28HL%29 .Tests.cs" />
<Compile Include="InstructionsExecution\EX DE,HL .Tests.cs" />
<Compile Include="InstructionsExecution\DI + EI .Tests.cs" />
<Compile Include="InstructionsExecution\LD SP,HL .Tests.cs" />
<Compile Include="InstructionsExecution\RST .Tests.cs" />
<Compile Include="InstructionsExecution\CALL + CALL cc .Tests.cs" />
<Compile Include="InstructionsExecution\PUSH rr .Tests.cs" />
<Compile Include="InstructionsExecution\POP rr .Tests.cs" />
<Compile Include="InstructionsExecution\JP + JP cc .Tests.cs" />
<Compile Include="InstructionsExecution\RET + RET cc .Tests.cs" />
<Compile Include="InstructionsExecution\OR r + n + %28HL%29 .Tests.cs" />
<Compile Include="InstructionsExecution\EXX .Tests.cs" />
<Compile Include="InstructionsExecution\XOR r + n + %28HL%29 .Tests.cs" />
<Compile Include="InstructionsExecution\AND r + n + %28HL%29 .Tests.cs" />
<Compile Include="InstructionsExecution\SUB + SBC + CP A,r + n + %28HL%29 .Tests.cs" />
<Compile Include="InstructionsExecution\ADD + ADC A,r + n + %28HL%29 .Tests.cs" />
<Compile Include="InstructionsExecution\CCF .Tests.cs" />
<Compile Include="InstructionsExecution\INC %28HL%29 .Tests.cs" />
<Compile Include="InstructionsExecution\DEC %28HL%29 .Tests.cs" />
<Compile Include="InstructionsExecution\LD %28HL%29,n .Tests.cs" />
<Compile Include="InstructionsExecution\LD r,r .Tests.cs" />
<Compile Include="InstructionsExecution\HALT .Tests.cs" />
<Compile Include="InstructionsExecution\SCF .Tests.cs" />
<Compile Include="InstructionsExecution\DEC r .Tests.cs" />
<Compile Include="InstructionsExecution\JR + JR cc .Tests.cs" />
<Compile Include="InstructionsExecution\DJNZ .Tests.cs" />
<Compile Include="InstructionsExecution\EX AF,AF%27 .Tests.cs" />
<Compile Include="InstructionsExecution\INC r .Tests.cs" />
<Compile Include="InstructionsExecution\DEC rr .Tests.cs" />
<Compile Include="InstructionsExecution\INC rr .Tests.cs" />
<Compile Include="InstructionsExecution\LD A,%28aa%29 .Tests.cs" />
<Compile Include="InstructionsExecution\LD %28aa%29,A .Tests.cs" />
<Compile Include="InstructionsExecution\LD rr,%28aa%29 .Tests.cs" />
<Compile Include="InstructionsExecution\LD %28rr%29,r .Tests.cs" />
<Compile Include="InstructionsExecution\LD rr,nn .Tests.cs" />
<Compile Include="InstructionsExecution\LD %28aa%29,rr .Tests.cs" />
<Compile Include="InstructionsExecution\LD r,%28rr%29 .Tests.cs" />
<Compile Include="InstructionsExecution\LD r,n .Tests.cs" />
<Compile Include="InstructionsExecution\ADD rr,rr .Tests.cs" />
<Compile Include="InstructionsExecution\RLA .Tests.cs" />
<Compile Include="InstructionsExecution\RLCA .Tests.cs" />
<Compile Include="InstructionsExecution\CPL .Tests.cs" />
<Compile Include="InstructionsExecution\DAA .Tests.cs" />
<Compile Include="InstructionsExecution\RRA .Tests.cs" />
<Compile Include="InstructionsExecution\RRCA .Tests.cs" />
<Compile Include="InstructionsExecution\_InstructionsExecutionTestsBase.cs" />
<Compile Include="Instructions Execution\EX %28SP%29,HL .Tests.cs" />
<Compile Include="Instructions Execution\OUT %28n%29,A .Tests.cs" />
<Compile Include="Instructions Execution\IN A,%28n%29 .Tests.cs" />
<Compile Include="Instructions Execution\JP %28HL%29 .Tests.cs" />
<Compile Include="Instructions Execution\EX DE,HL .Tests.cs" />
<Compile Include="Instructions Execution\DI + EI .Tests.cs" />
<Compile Include="Instructions Execution\LD SP,HL .Tests.cs" />
<Compile Include="Instructions Execution\RST .Tests.cs" />
<Compile Include="Instructions Execution\CALL + CALL cc .Tests.cs" />
<Compile Include="Instructions Execution\PUSH rr .Tests.cs" />
<Compile Include="Instructions Execution\POP rr .Tests.cs" />
<Compile Include="Instructions Execution\JP + JP cc .Tests.cs" />
<Compile Include="Instructions Execution\RET + RET cc .Tests.cs" />
<Compile Include="Instructions Execution\OR r + n + %28HL%29 .Tests.cs" />
<Compile Include="Instructions Execution\EXX .Tests.cs" />
<Compile Include="Instructions Execution\XOR r + n + %28HL%29 .Tests.cs" />
<Compile Include="Instructions Execution\AND r + n + %28HL%29 .Tests.cs" />
<Compile Include="Instructions Execution\SUB + SBC + CP A,r + n + %28HL%29 .Tests.cs" />
<Compile Include="Instructions Execution\ADD + ADC A,r + n + %28HL%29 .Tests.cs" />
<Compile Include="Instructions Execution\CCF .Tests.cs" />
<Compile Include="Instructions Execution\INC %28HL%29 .Tests.cs" />
<Compile Include="Instructions Execution\DEC %28HL%29 .Tests.cs" />
<Compile Include="Instructions Execution\LD %28HL%29,n .Tests.cs" />
<Compile Include="Instructions Execution\LD r,r .Tests.cs" />
<Compile Include="Instructions Execution\HALT .Tests.cs" />
<Compile Include="Instructions Execution\SCF .Tests.cs" />
<Compile Include="Instructions Execution\DEC r .Tests.cs" />
<Compile Include="Instructions Execution\JR + JR cc .Tests.cs" />
<Compile Include="Instructions Execution\DJNZ .Tests.cs" />
<Compile Include="Instructions Execution\EX AF,AF%27 .Tests.cs" />
<Compile Include="Instructions Execution\INC r .Tests.cs" />
<Compile Include="Instructions Execution\DEC rr .Tests.cs" />
<Compile Include="Instructions Execution\INC rr .Tests.cs" />
<Compile Include="Instructions Execution\LD A,%28aa%29 .Tests.cs" />
<Compile Include="Instructions Execution\LD %28aa%29,A .Tests.cs" />
<Compile Include="Instructions Execution\LD rr,%28aa%29 .Tests.cs" />
<Compile Include="Instructions Execution\LD %28rr%29,r .Tests.cs" />
<Compile Include="Instructions Execution\LD rr,nn .Tests.cs" />
<Compile Include="Instructions Execution\LD %28aa%29,rr .Tests.cs" />
<Compile Include="Instructions Execution\LD r,%28rr%29 .Tests.cs" />
<Compile Include="Instructions Execution\LD r,n .Tests.cs" />
<Compile Include="Instructions Execution\ADD rr,rr .Tests.cs" />
<Compile Include="Instructions Execution\RLA .Tests.cs" />
<Compile Include="Instructions Execution\RLCA .Tests.cs" />
<Compile Include="Instructions Execution\CPL .Tests.cs" />
<Compile Include="Instructions Execution\DAA .Tests.cs" />
<Compile Include="Instructions Execution\RRA .Tests.cs" />
<Compile Include="Instructions Execution\RRCA .Tests.cs" />
<Compile Include="Instructions Execution\_InstructionsExecutionTestsBase.cs" />
<Compile Include="MainZ80RegistersTests.cs">
<SubType>Code</SubType>
</Compile>
Expand All @@ -108,7 +108,7 @@
<Compile Include="Z80RegistersTests.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="InstructionsExecution\_Z80InstructionsExecutor_core_tests.cs" />
<Compile Include="Instructions Execution\_Z80InstructionsExecutor_core_tests.cs" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Do not make changes directly to this (.cs) file.
// Change LD r,n .tt instead.

using System;

namespace Konamiman.Z80dotNet
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 965717b

Please sign in to comment.