BizHawk/BizHawk.Emulation.Cores/CPUs/Z80A
adelikat 606c3bf1c2
use more advanced language features in Emulation.Cores (#1852)
* Use expression bodies in Emulation.Cores, and a few other misc cleanups

* remove unused usings in Emulation.Common

* cleanups in Tables_Direct.cs

* some cleanups in nes boards - redundant code

* remove some redundant array initializers in Emulation.Cores

* cleanup AmstradCPC.Controllers

* use object initializers in a lot of places

* nes mappers - remove disch's notes comments in favor of the nesdev wiki link

* cleanup CdtConverter.cs, mostly use of object initializers

* remove redundant .ToString() calls in Emulation.Cores

* using var in Emulation.Cores

* AmstradCPC/ZXSpectrum - simplify some linq, tabs instead of spaces, a few other misc cleanups

* Use null-propagation in Emulation.Cores
2020-02-17 16:54:51 -06:00
..
Execute.cs use more advanced language features in Emulation.Cores (#1852) 2020-02-17 16:54:51 -06:00
Interrupts.cs Enable SA1504 and fix noncompliance 2020-01-25 14:56:56 +10:00
NewDisassembler.cs use more advanced language features in Emulation.Cores (#1852) 2020-02-17 16:54:51 -06:00
Operations.cs use more advanced language features in Emulation.Cores (#1852) 2020-02-17 16:54:51 -06:00
ReadMe.txt z80: rewrite interrupt handling 2018-09-29 22:08:19 -05:00
Registers.cs use more advanced language features in Emulation.Cores (#1852) 2020-02-17 16:54:51 -06:00
Tables_Direct.cs use more advanced language features in Emulation.Cores (#1852) 2020-02-17 16:54:51 -06:00
Tables_Indirect.cs z80: optimization using fixed-size arrays 2018-12-21 13:46:47 +00:00
Z80A.cs use more advanced language features in Emulation.Cores (#1852) 2020-02-17 16:54:51 -06:00

ReadMe.txt

TODO: 

Mode 0 (nothing to test with)
IRQ BUS timings (nothing to test with)
BusAQ (nothing to test with)